Searched refs:IE (Results 1 - 200 of 223) sorted by relevance

12

/linux-4.4.14/drivers/uwb/
H A Die-rcv.c3 * IE Received notification handling.
27 * Process an incoming IE Received notification.
37 dev_err(dev, "IE Received notification: Not enough data to " uwbd_evt_handle_rc_ie_rcv()
44 dev_dbg(dev, "IE received, element ID=%d\n", iercv->IEData[0]); uwbd_evt_handle_rc_ie_rcv()
47 dev_warn(dev, "unhandled Relinquish Request IE\n"); uwbd_evt_handle_rc_ie_rcv()
H A Die.c32 * uwb_ie_next - get the next IE in a buffer
33 * @ptr: start of the buffer containing the IE data
37 * will get the next IE.
133 dev_err(dev, "not enough data returned for decoding GET IE " uwb_rc_get_ie()
138 dev_err(dev, "not enough data returned for decoding GET IE " uwb_rc_get_ie()
152 * @cmd: pointer to the SET-IE command with the IEs to set
163 result = uwb_rc_cmd(rc, "SET-IE", &cmd->rccb, uwb_rc_set_ie()
169 dev_err(dev, "SET-IE: not enough data to decode reply " uwb_rc_set_ie()
174 dev_err(dev, "SET-IE: command execution failed: %s (%d)\n", uwb_rc_set_ie()
183 /* Cleanup the whole IE management subsystem */ uwb_rc_ie_init()
191 * uwb_rc_ie_setup - setup a radio controller's IE manager
194 * The current set of IEs are obtained from the hardware with a GET-IE
222 /* Cleanup the whole IE management subsystem */ uwb_rc_ie_release()
269 * @ies: the buffer containing the new IE or IEs to be added to
275 * in the SET IE command. We thus cannot send this command if the device is
276 * not beaconing. Instead, a SET IE command will be sent later right after
279 * Setting an IE on the device will overwrite all current IEs in device. So
281 * new one, and call SET IE with all the IEs needed.
320 * Remove an IE from internal cache
322 * We are dealing with our internal IE cache so no need to verify that the
327 * We do not break out once an IE is found in the cache. It is currently
328 * possible to have more than one IE with the same ID included in the
356 * uwb_rc_ie_rm - remove an IE from the radio controller's beacon
358 * @element_id: the element ID of the IE to remove.
362 * Returns 0 on success; or -ve the SET-IE command to the radio
H A Ddrp-ie.c2 * UWB DRP IE management.
28 * Return the reason code for a reservations's DRP IE.
56 * Return the reason code for a reservations's companion DRP IE .
72 * Return the status bit for a reservations's DRP IE.
101 * Return the status bit for a reservations's companion DRP IE .
117 * Allocate a DRP IE.
119 * To save having to free/allocate a DRP IE when its MAS changes,
139 * Fill a DRP IE's allocation fields from a MAS bitmap.
188 * uwb_drp_ie_update - update a reservation's DRP IE
284 * allocation fields in the DRP IE
285 * @drp_ie: the DRP IE that contains the allocation fields.
H A Ddrp.c35 * target, it shall also set the Reason Code in its DRP IE to
43 * Reason Code in its DRP IE to Conflict.
52 * Reason Code in its DRP IE to Conflict.
66 dev_err(&rc->uwb_dev.dev, "SET-DRP-IE failed: %s (%d)\n", uwb_rc_set_drp_cmd_done()
69 dev_err(&rc->uwb_dev.dev, "SET-DRP-IE: timeout\n"); uwb_rc_set_drp_cmd_done()
82 * Construct and send the SET DRP IE
93 * A DRP Availability IE is appended.
132 /* FIXME: DRV avail IE is not always needed */ uwb_rc_send_all_drp_ie()
133 /* put DRP avail IE first */ uwb_rc_send_all_drp_ie()
155 result = uwb_rc_cmd_async(rc, "SET-DRP-IE", uwb_rc_send_all_drp_ie()
437 * Based on the DRP IE, transition a target reservation to a new
477 dev_warn(dev, "ignoring invalid DRP IE state (%d/%d)\n", uwb_drp_process_target()
525 * Based on the DRP IE, transition an owner reservation to a new
547 dev_warn(dev, "ignoring invalid DRP IE state (%d/%d)\n", uwb_drp_process_owner()
565 dev_warn(dev, "ignoring invalid DRP IE state (%d/%d)\n", uwb_drp_process_owner()
683 * terminated reservation; or the DRP IE couldn't be uwb_drp_process_involved()
684 * processed (e.g., an invalid IE or out of memory). uwb_drp_process_involved()
712 * Process a received DRP IE.
726 * Process a received DRP Availability IE
736 * Process all the DRP IEs (both DRP IEs and the DRP Availability IE)
761 dev_warn(dev, "unexpected IE in DRP notification\n"); uwb_drp_process_all()
786 * If the DRP IE for an existing reservation ceases to be to
H A Ddrp-avail.c31 * - Based on the two sources above, generate a DRP Availability IE to
112 * uwb_drp_avail_ie_update - update the DRP Availability IE
160 * The bitmap to be converted could come from a IE, for example a
161 * DRP Availability IE.
268 * The DRP Availability IE that this radio controller emits will need
H A Drsv.c270 * time to send the SET DRP IE command. uwb_rsv_stroke_timer()
675 * A reservation is terminated by removing the DRP IE from the beacon,
677 * it does not see the DRP IE for at least mMaxLostBeacons.
717 * Is a received DRP IE for this reservation?
810 * uwb_rsv_find - find a reservation for a received DRP IE.
812 * @src: source of the DRP IE
813 * @drp_ie: the DRP IE
815 * If the reservation cannot be found and the DRP IE is from a peer
869 * number of SET-DRP-IE commands that are done are limited.
877 * one SET-DRP-IE command.
880 * flags) will prevent an asynchrous event starting a SET-DRP-IE
884 * the SET-DRP-IE for a synchronous event by one superframe.
901 * Update DRP IEs and, if necessary, the DRP Availability IE and send
953 * A DRP IE update is not done.
H A Dbeacon.c110 * of a SET IE command after the device sent the first beacon that includes
111 * the IEs specified in the SET IE command. So, after we start beaconing we
112 * check if there is anything in the IE cache and call the SET IE command
135 dev_err(dev, "Cannot set new IE on device: " uwb_rc_beacon()
559 dev_err(dev, "BPOIEC notification: Not enough IE data to " uwbd_evt_handle_rc_bpoie_change()
H A Dlc-rc.c191 /* validate IE length and type. */ ASIE_store()
199 dev_err(dev, "%s: Invalid IE element type size = 0x%02X.\n", ASIE_store()
310 dev_err(dev, "cannot setup IE subsystem: %d\n", result); uwb_rc_setup()
H A Dradio.c77 * with a Channel Change IE. uwb_radio_change_channel()
H A Dhwa-rc.c198 dev_err(dev, "DRP Avail Notification filter: IE length " hwarc_filter_evt_drp_avail_WUSB_0100()
205 "data to decode IE [%zu bytes, %zu needed]\n", hwarc_filter_evt_drp_avail_WUSB_0100()
245 * DRP IE RECEIVED.
325 /* SET DRP IE command (WUSB 1.0 [8.6.2.7]) */
334 * Filter WHCI 0.95 SET DRP IE command to be WUSB 1.0 SET DRP IE command
H A Duwbd.c62 * Application-Specific IE Probe is receieved, in which the device
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
H A Ddot11d.c43 * Update country IE from Beacon or Probe Resopnse and configure PHY for
49 * 2. Input IE is an valid one.
68 netdev_err(dev->dev, "Dot11d_UpdateCountryIe(): Invalid country IE, skip it........1\n"); Dot11d_UpdateCountryIe()
75 netdev_err(dev->dev, "Dot11d_UpdateCountryIe(): Invalid country IE, skip it........2\n"); Dot11d_UpdateCountryIe()
128 /* Reset country IE if previous one is gone. */ DOT11D_ScanComplete()
H A Ddot11d.h26 u8 CountryIeSrcAddr[6]; /* Source AP of the country IE. */
H A Drtl819x_HTProc.c117 *function: This function print out each field on HT capability IE mainly from (Beacon/ProbeRsp/AssocReq)
118 * input: u8* CapIE //Capability IE to be printed out
132 //EWC IE HTDebugHTCapability()
133 IEEE80211_DEBUG(IEEE80211_DL_HT, "EWC IE in %s()\n", __func__); HTDebugHTCapability()
154 *function: This function print out each field on HT Information IE mainly from (Beacon/ProbeRsp)
155 * input: u8* InfoIE //Capability IE to be printed out
169 // Not EWC IE HTDebugHTInfo()
170 IEEE80211_DEBUG(IEEE80211_DL_HT, "EWC IE in %s()\n", __func__); HTDebugHTInfo()
H A Dieee80211_wx.c200 // printk("WPA IE\n"); rtl819x_translate_scan()
H A Dieee80211_rx.c1592 // 070305, rcnjko: I update country IE watch dog here because ieee80211_extract_country_ie()
1593 // some AP (e.g. Cisco 1242) don't include country IE in their ieee80211_extract_country_ie()
2051 "QoS Error need to parse QOS_PARAMETER IE\n"); ieee80211_parse_info_param()
H A Dieee80211_softmac.c142 printk(KERN_ALERT "This is enable turbo mode IE process\n"); ieee80211_TURBO_Info()
2451 // STA shall not start a BSS unless properly formed Beacon frame including a Country IE. ieee80211_start_bss()
/linux-4.4.14/drivers/net/wireless/mwifiex/
H A Die.c2 * Marvell Wireless LAN device driver: management IE handling- setting and
3 * deleting IE.
23 /* This function checks if current IE index is used by any on other interface.
24 * Return: -1: yes, current IE index is used by someone else.
25 * 0: no, current IE index is NOT used by other interface.
45 /* Get unused IE index. This index will be used for setting new IE */
79 /* This function prepares IE data buffer for command to be sent to FW */
149 * and prepare single structure for IE setting.
150 * This function also updates allocated IE indices from driver.
217 /* This function checks if the vendor specified IE is present in passed buffer
220 * If the vendor specified IE is present then memory is allocated for
221 * mwifiex_ie pointer and filled in with IE. Caller should take care of freeing
255 * from cfg80211_ap_settings->beacon and sets these IE to FW.
321 * these IE to FW.
368 /* parse only WPA vendor IE from tail, WMM IE is configured by mwifiex_uap_parse_tail_ies()
404 * function and sets these IE to FW.
419 /* This function removes management IE set */ mwifiex_del_mgmt_ies()
H A Dsta_ioctl.c185 * exist VHT_CAP IE in AP beacon mwifiex_fill_new_bss_desc()
746 * IOCTL request handler to set/reset WPA IE.
748 * The supplied WPA IE is treated as a opaque buffer. Only the first field
750 * WPA IE is reset.
758 "failed to copy WPA IE, too big\n"); mwifiex_set_wpa_ie_helper()
764 "cmd: Set Wpa_ie_len=%d IE=%#x\n", mwifiex_set_wpa_ie_helper()
779 "info: reset wpa_ie_len=%d IE=%#x\n", mwifiex_set_wpa_ie_helper()
789 * IOCTL request handler to set/reset WAPI IE.
791 * The supplied WAPI IE is treated as a opaque buffer. Only the first field
793 * WAPI IE is reset.
801 "info: failed to copy WAPI IE, too big\n"); mwifiex_set_wapi_ie()
807 "cmd: Set wapi_ie_len=%d IE=%#x\n", mwifiex_set_wapi_ie()
816 "info: Reset wapi_ie_len=%d IE=%#x\n", mwifiex_set_wapi_ie()
824 * IOCTL request handler to set/reset WPS IE.
826 * The supplied WPS IE is treated as a opaque buffer. Only the first field
828 * WPS IE is reset.
836 "info: failed to copy WPS IE, too big\n"); mwifiex_set_wps_ie()
847 "cmd: Set wps_ie_len=%d IE=%#x\n", mwifiex_set_wps_ie()
1286 * This function sets a generic IE. In addition to generic IE, it can
1308 /* Test to see if it is a WPA IE, if not, then it is a gen IE */ mwifiex_set_gen_ie_helper()
1313 /* IE is a WPA/WPA2 IE so call set_wpa function */ mwifiex_set_gen_ie_helper()
1319 /* IE is a WAPI IE so call set_wapi function */ mwifiex_set_gen_ie_helper()
1330 /* Test to see if it is a WPS IE, if so, enable mwifiex_set_gen_ie_helper()
1360 * IOCTL request handler to set/get generic IE.
1395 mwifiex_dbg(adapter, ERROR, "invalid IE type\n"); mwifiex_misc_ioctl_gen_ie()
1402 * Sends IOCTL request to set a generic IE.
H A Djoin.c32 * Append a generic IE as a pass through TLV to a TLV buffer.
36 * If the IE buffer has been setup by the application, this routine appends
60 /* Wrap the generic IE buffer with a pass through TLV type */ mwifiex_cmd_append_generic_ie()
70 /* Copy the generic IE buffer to the output buffer, advance mwifiex_cmd_append_generic_ie()
79 /* Reset the generic IE buffer */ mwifiex_cmd_append_generic_ie()
231 * This function appends a WPS IE. It is called from the network join command
234 * If the IE buffer has been setup by the application, this routine appends
255 /* Wrap the generic IE buffer with a pass through TLV type */ mwifiex_cmd_append_wps_ie()
274 * This function appends a WAPI IE.
278 * If the IE buffer has been setup by the application, this routine appends
302 /* Wrap the generic IE buffer with a pass through TLV type */ mwifiex_cmd_append_wapi_ie()
312 /* Copy the wapi IE buffer to the output buffer, advance mwifiex_cmd_append_wapi_ie()
375 * - WPA/WPA2 IE
379 * - WAPI IE
380 * - Generic IE
525 /* Append vendor specific IE TLV */ mwifiex_cmd_802_11_associate()
810 * - Vendor specific IE
811 * - WPA/WPA2 IE
812 * - HT Capabilities IE
813 * - HT Information IE
877 /* Parameter IE Id */ mwifiex_cmd_802_11_ad_hoc_start()
879 /* Parameter IE length */ mwifiex_cmd_802_11_ad_hoc_start()
915 /* IBSS parameter IE Id */ mwifiex_cmd_802_11_ad_hoc_start()
917 /* IBSS parameter IE length */ mwifiex_cmd_802_11_ad_hoc_start()
1010 /* Append vendor specific IE TLV */ mwifiex_cmd_802_11_ad_hoc_start()
1089 * - Vendor specific IE
1090 * - WPA/WPA2 IE
1091 * - 11n IE
1224 /* Append vendor specific IE TLV */ mwifiex_cmd_802_11_ad_hoc_join()
H A Dscan.c80 * This function parses a given IE for a given OUI.
82 * This is used to parse a WPA/RSN IE to find if it has
111 * This function checks if a given OUI is present in a RSN IE.
113 * The function first checks if a RSN IE is present or not in the
114 * BSS descriptor. It tries to locate the OUI only if such an IE is
138 * This function checks if a given OUI is present in a WPA IE.
140 * The function first checks if a WPA IE is present or not in the
141 * BSS descriptor. It tries to locate the OUI only if such an IE is
753 /* rate IE is updated per scan command but same starting mwifiex_scan_channel_list()
754 * pointer is used each time so that rate IE from earlier mwifiex_scan_channel_list()
1019 /* Append vendor specific IE TLV */ mwifiex_config_scan()
1208 /* Process variable IE */ mwifiex_update_bss_desc_with_ie()
1217 "IE, bytes left < IE length\n"); mwifiex_update_bss_desc_with_ie()
1296 * Data rate IE should come before mwifiex_update_bss_desc_with_ie()
1297 * extended supported rate IE mwifiex_update_bss_desc_with_ie()
1337 * Only accept and copy the WMM IE if mwifiex_update_bss_desc_with_ie()
1339 * WMM Info IE or the WMM Parameter IE. mwifiex_update_bss_desc_with_ie()
1412 /* Need to account for IE ID and IE Len */ mwifiex_update_bss_desc_with_ie()
1785 /* Rest of the current buffer are IE's */ mwifiex_parse_single_response_buf()
1800 "%s: bytes left < IE length\n", __func__); mwifiex_parse_single_response_buf()
1864 mwifiex_dbg(adapter, WARN, "missing BSS channel IE\n"); mwifiex_parse_single_response_buf()
2511 * This function appends the vendor specific IE TLV to a buffer.
2526 * Traverse through the saved vendor specific IE array and append mwifiex_cmd_append_vsie_tlv()
2527 * the selected(scan/assoc/adhoc) IE as TLV to the command mwifiex_cmd_append_vsie_tlv()
H A D11ac.c187 /* VHT Capabilities IE */ mwifiex_cmd_append_11ac_tlv()
204 /* VHT Operation IE */ mwifiex_cmd_append_11ac_tlv()
250 /* Operating Mode Notification IE */ mwifiex_cmd_append_11ac_tlv()
H A Duap_event.c63 /* Point the regular IEEE IE 2 bytes into the Marvell IE mwifiex_check_uap_capabilties()
64 * and setup the IEEE IE type and length byte fields mwifiex_check_uap_capabilties()
H A Duap_cmd.c153 /* This function updates 11n related parameters from IE and sets them into
203 /* This function updates 11ac related parameters from IE
225 /* This function updates 11ac related parameters from IE
242 /* Enable VHT only when cfg80211_ap_settings has VHT IE.
274 /* This function finds supported rates IE from beacon parameter and sets
691 /* This function parses custom IEs from IE list and prepares command buffer */ mwifiex_uap_custom_ie_prepare()
H A Dwmm.c43 /* WMM information IE */
241 "info: WMM Parameter IE: version=%d,\t" mwifiex_wmm_setup_queue_priorities()
380 * TID if the WMM Parameter IE received from the AP indicates that the
907 * - Current WMM Parameter IE TLV
959 * Point the regular IEEE IE 2 bytes into the Marvell IE mwifiex_ret_wmm_get_status()
960 * and setup the IEEE IE type and length byte fields mwifiex_ret_wmm_get_status()
1000 * required WMM Information IE to the association request command buffer in
1001 * the form of a Marvell extended IEEE IE.
H A D11n.c307 * - HT capability IE
308 * - HT information IE (with channel list)
309 * - 20/40 BSS Coexistence IE
310 * - HT Extended Capabilities IE
H A Dfw.h966 __le16 mgmt_buf_count; /* mgmt IE buffer count */
1599 * WMM Parameter IE - Vendor Specific Header:
1616 * WMM Info IE - Vendor Specific Header:
1661 /* VHT Operations IE */
H A Dutil.c624 /* This function will search for HT IE in association request IEs
H A Dtdls.c822 /* the TDLS link IE is always added last we are the responder */ mwifiex_send_tdls_action_frame()
H A Dcfg80211.c560 * - Set bt Country IE
3521 "Could not parse channel switch announcement IE\n"); mwifiex_cfg80211_channel_switch()
H A Dcmdevt.c196 * because we have appended custom IE TLV. Increase skb length mwifiex_dnld_cmd_to_fw()
/linux-4.4.14/net/wireless/
H A Dreg.h86 * regulatory_hint_country_ie - hints a country IE as a regulatory domain
89 * @band: the band on which the country IE was received on. This determines
90 * the band we'll process the country IE channel triplets for.
91 * @country_ie: pointer to the country IE
92 * @country_ie_len: length of the country IE
95 * for the alpha2 this country IE belongs to, this prevents APs from
98 * The AP is expected to provide Country IE channel triplets for the
100 * country IE triplets even for channels outside of the band they are
120 * prior to our first connect attempt. This includes ignoring country IE and
H A Dreg.c636 * IE has been processed or a user wants to help complaince further reg_get_regdomain()
1125 return "country IE"; reg_initiator_name()
1196 * from a Country IE and the Country IE had no information handle_channel()
1200 * a country IE with information for the 2.4 GHz band handle_channel()
1296 * will always follow the passed country IE power settings. handle_channel()
1933 * to their country before the IE is picked up __reg_process_hint_user()
2073 /* Trust a Cell base station over the AP's country IE */ __reg_process_hint_country_ie()
2093 * Country IE alpha2s. We could __reg_process_hint_country_ie()
2109 * @country_ie_request: a regulatory request from a country IE
2483 /* IE len must be evenly divisible by 2 */ regulatory_hint_country_ie()
2596 * possibly stale country IE information and user regulatory
2973 * and the pending request came in from a country IE reg_set_rd_country_ie()
H A Dcore.h36 * the country on the country IE changed. */
46 /* If a Country IE has been received this tells us the environment
H A Dsme.c462 /* leave a whole for extended capabilities IE */ cfg80211_sme_get_conn_ies()
469 /* place extended capabilities IE (with only driver capabilities) */ cfg80211_sme_get_conn_ies()
737 * - and country_ie[1] which is the IE length __cfg80211_connect_result()
H A Dscan.c495 /* sort missing IE before (left of) present IE */ cmp_bss()
1324 * If needed, fragment the IEs buffer (at IE boundaries) into short ieee80211_scan_add_ies()
H A Dutil.c1230 /* check attribute continuation into this IE */ cfg80211_get_p2p_attr()
/linux-4.4.14/arch/sparc/include/asm/
H A Dtsunami.h15 * | implvers |SW|AV|DV|MV| RSV |PC|ITD|ALC| RSV |PE| RC |IE|DE|RSV|NF|ME|
28 * IE: Instruction cache Enable 0=off 1=on
H A Dchafsr.h228 * PSTATE.IE and AFSR bits control delivery of disrupting traps.
/linux-4.4.14/include/linux/usb/
H A Dwusb.h43 * IE Header; beats me.
63 * Maximum number of array elements in a WUSB IE.
88 * WUSB IE: Host Information (WUSB1.0[7.5.2])
100 * WUSB IE: Connect Ack (WUSB1.0[7.5.1])
115 * WUSB IE Host Information Element, Connect Availability
127 * WUSB IE: Channel Stop (WUSB1.0[7.5.8])
138 * WUSB IE: Keepalive (WUSB1.0[7.5.9])
148 * WUSB IE: Reset device (WUSB1.0[7.5.11])
162 * WUSB IE: Disconnect device (WUSB1.0[7.5.11])
174 * WUSB IE: Host disconnect ([WUSB] section 7.5.5)
/linux-4.4.14/include/linux/uwb/
H A Dspec.h302 /** Dynamic Reservation Protocol IE (MBOA MAC[7.8.6]) */
395 /** Dynamic Reservation Protocol IE (MBOA MAC[7.8.7]) */
401 /* Relinqish Request IE ([ECMA-368] section 16.8.19). */
451 * UWB device information found in Identification IE
461 * UWB Identification IE
577 /* Get IE Event. [WHCI] section 3.1.3.3. */
584 /* Set DRP IE Event. [WHCI] section 3.1.3.7. */
591 /* Set IE Event. [WHCI] section 3.1.3.8. */
606 /* Set DRP IE command. [WHCI] section 3.1.3.7. */
613 /* Set IE command. [WHCI] section 3.1.3.8. */
634 /* IE Received notification. [WHCI] section 3.1.4.1. */
696 /* BP Switch IE Received notification. [WHCI] section 3.1.4.6. */
752 /* Channel Change IE Received notification. [WHCI] section 3.1.4.12. */
/linux-4.4.14/drivers/staging/rtl8188eu/core/
H A Drtw_ieee80211.c245 * rtw_get_ie_ex - Search specific IE from a series of IEs
251 * @ie: If not NULL and the specific IE is found, the IE will be copied to the buf starting from the specific IE
252 * @ielen: If not NULL and the specific IE is found, will set to the length of the entire IE
254 * Returns: The address of the specific IE found, or NULL
528 /* No WPA IE - fail silently */ rtw_parse_wpa_ie()
597 /* No RSN IE - fail silently */ rtw_parse_wpa2_ie()
665 /* Search required WPA or WPA2 IE and copy to sec_ie[] */ rtw_get_sec_ie()
739 * rtw_get_wps_ie - Search WPS IE from a series of IEs
742 * @wps_ie: If not NULL and WPS IE is found, WPS IE will be copied to the buf starting from wps_ie
743 * @wps_ielen: If not NULL and WPS IE is found, will set to the length of the entire WPS IE
745 * Returns: The address of the WPS IE found, or NULL
784 * rtw_get_wps_attr - Search a specific WPS attribute from a given WPS IE
785 * @wps_ie: Address of WPS IE to search
830 * rtw_get_wps_attr_content - Search a specific WPS attribute content from a given WPS IE
831 * @wps_ie: Address of WPS IE to search
914 /* Wi-Fi Protected Setup (WPS) IE */ rtw_ieee802_11_parse_vendor_specific()
948 * @len: Length of IE buffer in octets
1207 RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("get RSN IE\n")); rtw_get_cipher_info()
1209 RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("get RSN IE OK!!!\n")); rtw_get_cipher_info()
H A Drtw_ap.c80 /* update TIM IE */ update_BCNTIM()
94 /* append TIM IE from dst_ie offset */ update_BCNTIM()
111 /* DS Parameter Set IE, len = 3 */ update_BCNTIM()
119 /* append TIM IE from offset */ update_BCNTIM()
154 /* copy remainder IE */ update_BCNTIM()
182 /* already exist the same IE */ rtw_add_bcn_ie()
222 /* copy remainder IE */ rtw_add_bcn_ie()
262 /* copy remainder IE */ rtw_remove_bcn_ie()
756 /* and at first time the security ie (RSN/WPA IE) will not include in beacon. */ start_bss_network()
889 /* WPS IE */ rtw_check_beacon_data()
H A Drtw_mlme.c1712 /* i = 12; after the fixed IE */ rtw_restruct_wmm_ie()
1713 for (i = 12; i < in_len; i += (in_ie[i + 1] + 2) /* to the next IE element */) { rtw_restruct_wmm_ie()
1718 /* Append WMM IE to the last index of out_ie */ rtw_restruct_wmm_ie()
1765 /* Check the RSN IE length */
1766 /* If the RSN IE length <= 20, the RSN IE didn't include the PMKID information */
1767 /* 0-11th element in the array are the fixed IE */
1768 /* 12th element in the array is the IE */
1769 /* 13th element in the array is the IE length */
1777 /* The RSN IE didn't include the PMK ID, append the PMK information */ rtw_append_pmkid()
1904 /* 2. IE */ rtw_update_registrypriv_dev_network()
H A Drtw_mlme_ext.c35 OUI definitions for the vendor specific IE
433 /* ERP IE */ issue_beacon()
594 /* ERP IE */ issue_probersp()
974 /* FILL HT CAP INFO IE */ issue_asocrsp()
982 /* FILL HT ADD INFO IE */ issue_asocrsp()
991 /* FILL WMM IE */ issue_asocrsp()
1013 /* add WPS IE ie for wps 2.0 */ issue_asocrsp()
1183 /* vendor specific IE, such as WPA, WMM, WPS */ issue_assocreq()
2167 DBG_88E("%s()-%d: IE too long (%d) for survey event\n", __func__, __LINE__, len); collect_bss_info()
2183 DBG_88E("%s()-%d: IE too long (%d) for survey event\n", __func__, __LINE__, len); collect_bss_info()
2193 DBG_88E("%s()-%d: IE too long (%d) for survey event\n", __func__, __LINE__, len); collect_bss_info()
2213 } else {/* In 5G, some ap do not have DSSET IE */ collect_bss_info()
2462 /* Adjust channel plan by AP Country IE */ process_80211d()
2681 /* we should update current network before auth, or some IE is wrong */ OnBeacon()
3190 DBG_88E("STA included WPS IE in " OnAssocReq()
3198 DBG_88E("STA did not include WPA/RSN IE " OnAssocReq()
3226 DBG_88E("STA %pM: WPA/RSN IE in association " OnAssocReq()
3235 DBG_88E("STA included WPS IE in " OnAssocReq()
3246 /* check if there is WMM IE & support WWM-PS */ OnAssocReq()
3348 /* Realtek proprietary IE */ OnAssocReq()
3351 /* Customer proprietary IE */ OnAssocReq()
5121 case _VENDOR_SPECIFIC_IE_:/* Get WMM IE. */ join_cmd_hdl()
5125 case _HT_CAPABILITY_IE_: /* Get HT Cap IE. */ join_cmd_hdl()
5128 case _HT_EXTRA_INFO_IE_: /* Get HT Info IE. */ join_cmd_hdl()
H A Drtw_wlan_util.c892 DBG_88E("%s IE too long for survey event\n", __func__); rtw_check_bcn_info()
952 } else {/* In 5G, some ap do not have DSSET IE checking HT info for channel */ rtw_check_bcn_info()
956 } else { /* we don't find channel IE, so don't check it */ rtw_check_bcn_info()
957 DBG_88E("Oops: %s we don't find channel IE, so don't check it\n", __func__); rtw_check_bcn_info()
H A Drtw_cmd.c478 pqospriv->qos_option = 1; /* There is WMM IE in this corresp. beacon */ rtw_joinbss_cmd()
480 pqospriv->qos_option = 0;/* There is no WMM IE in this corresp. beacon */ rtw_joinbss_cmd()
H A Drtw_recv.c1039 /* update BCN for TIM IE */ validate_recv_ctrl_frame()
1057 /* update BCN for TIM IE */ validate_recv_ctrl_frame()
H A Drtw_xmit.c1855 /* update BCN for TIM IE */ xmitframe_enqueue_for_sleeping_sta()
2124 /* update BCN for TIM IE */ xmit_delivery_enabled_frames()
/linux-4.4.14/drivers/staging/rtl8723au/core/
H A Drtw_ieee80211.c204 * rtw_get_ie23a_ex - Search specific IE from a series of IEs
210 * @ie: If not NULL and the specific IE is found, the IE will be copied
211 * to the buf starting from the specific IE
212 * @ielen: If not NULL and the specific IE is found, will set to the length
213 * of the entire IE
215 * Returns: The address of the specific IE found, or NULL
455 /* No WPA IE - fail silently */ rtw_parse_wpa_ie23a()
532 /* No RSN IE - fail silently */ rtw_parse_wpa2_ie23a()
600 * rtw_get_wps_attr23a - Search a specific WPS attribute from a given WPS IE
601 * @wps_ie: Address of WPS IE to search
656 * from a given WPS IE
657 * @wps_ie: Address of WPS IE to search
720 "get RSN IE\n"); rtw_get_cipher_info()
726 "get RSN IE OK!!!\n"); rtw_get_cipher_info()
H A Drtw_mlme_ext.c108 OUI definitions for the vendor specific IE
805 * Rates (ESR) IE. Try to fix the IE length to avoid OnBeacon23a()
808 DBG_8723A("[WIFIDBG] Error in ESR IE is detected in " OnBeacon23a()
810 "ESR IE to avoid failed Beacon parsing.\n", OnBeacon23a()
827 or some IE is wrong */ OnBeacon23a()
1228 /* Wi-Fi Protected Setup (WPS) IE */ rtw_validate_vendor_specific_ies()
1526 DBG_8723A("STA included WPS IE in (Re)Association " OnAssocReq23a()
1530 DBG_8723A("STA did not include WPA/RSN IE in (Re)" OnAssocReq23a()
1538 DBG_8723A("STA %pM: WPA/RSN IE in association request, but AP don't support WPA/RSN\n", OnAssocReq23a()
1547 DBG_8723A("STA included WPS IE in (Re)Association " OnAssocReq23a()
1560 /* check if there is WMM IE & support WWM-PS */ OnAssocReq23a()
1669 /* Realtek proprietary IE */ OnAssocReq23a()
1672 /* Customer proprietary IE */ OnAssocReq23a()
1837 /* if this IE is too short, try the next */ OnAssocRsp23a()
1840 /* if this IE is WMM params, we found what we wanted */ OnAssocRsp23a()
2463 /* ERP IE */ issue_beacon23a()
2578 /* retrieve SSID IE from cur_network->Ssid */ issue_probersp()
2641 /* ERP IE */ issue_probersp()
3028 /* FILL HT CAP INFO IE */ issue_assocrsp()
3038 /* FILL HT ADD INFO IE */ issue_assocrsp()
3049 /* FILL WMM IE */ issue_assocrsp()
3288 /* vendor specific IE, such as WPA, WMM, WPS */ issue_assocreq()
4169 /* DBG_8723A("IE too long for survey event\n"); */ collect_bss_info()
4197 DBG_8723A("%s()-%d: IE too long (%d) for survey " collect_bss_info()
4209 DBG_8723A("%s()-%d: IE too long (%d) for survey " collect_bss_info()
4221 DBG_8723A("%s()-%d: IE too long (%d) for survey " collect_bss_info()
4235 } else {/* In 5G, some ap do not have DSSET IE */ collect_bss_info()
4491 /* Adjust channel plan by AP Country IE */ process_80211d()
5584 case WLAN_EID_VENDOR_SPECIFIC:/* Get WMM IE. */ join_cmd_hdl23a()
5589 case WLAN_EID_HT_CAPABILITY: /* Get HT Cap IE. */ join_cmd_hdl23a()
5593 case WLAN_EID_HT_OPERATION: /* Get HT Info IE. */ join_cmd_hdl23a()
H A Drtw_ap.c86 /* append TIM IE from dst_ie offset */ update_BCNTIM()
106 /* DS Parameter Set IE, len = 3 */ update_BCNTIM()
113 /* append TIM IE from offset */ update_BCNTIM()
147 /* copy remainder IE */ update_BCNTIM()
656 * ie (RSN/WPA IE) will not include in beacon start_bss_network()
820 /* WPS IE */ rtw_check_beacon_data23a()
H A Drtw_mlme.c1941 /* Check the RSN IE length */
1942 /* If the RSN IE length <= 20, the RSN IE didn't include
1944 /* 0-11th element in the array are the fixed IE */
1945 /* 12th element in the array is the IE */
1946 /* 13th element in the array is the IE length */
1955 /* The RSN IE didn't include the PMK ID, rtw_append_pmkid()
2058 /* 2. IE */ rtw_update_registrypriv_dev_network23a()
H A Drtw_wlan_util.c889 /* In 5G, some ap do not have DSSET IE checking HT rtw_check_bcn_info23a()
897 } else { /* we don't find channel IE, so don't check it */ rtw_check_bcn_info23a()
898 DBG_8723A("Oops: %s we don't find channel IE, so don't " rtw_check_bcn_info23a()
H A Drtw_xmit.c2025 /* update BCN for TIM IE */ xmitframe_enqueue_for_sleeping_sta23a()
2184 /* update BCN for TIM IE */
2231 /* update BCN for TIM IE */
2305 /* update BCN for TIM IE */ list_for_each_safe()
H A Drtw_cmd.c538 /* There is WMM IE in this corresp. beacon */ rtw_joinbss_cmd23a()
541 /* There is no WMM IE in this corresp. beacon */ rtw_joinbss_cmd23a()
H A Drtw_recv.c1140 /* update BCN for TIM IE */ validate_recv_ctrl_frame()
1172 /* update BCN for TIM IE */ validate_recv_ctrl_frame()
/linux-4.4.14/drivers/net/wireless/libertas/
H A Dcfg.c275 /* Advance past IE header */ add_ie_rates()
278 lbs_deb_hex(LBS_DEB_ASSOC, "AP IE Rates", (u8 *) ie, ap_max); add_ie_rates()
321 lbs_deb_assoc("assoc: bss had no basic rate IE\n"); lbs_add_common_rates_tlv()
417 * We need just convert an IE to an TLV. IEs use u8 for the header, lbs_add_wpa_tlv()
432 /* the TLV is two bytes larger than the IE */ lbs_add_wpa_tlv()
624 lbs_deb_scan("scan response: invalid IE fmt\n"); lbs_ret_scan()
661 lbs_deb_scan("scan response: missing BSS channel IE\n"); lbs_ret_scan()
1159 tmp = pos + 4; /* skip Marvell IE header */ lbs_associate()
1713 * For cfg80211_inform_bss, we'll need a fake IE, as we can't get lbs_join_post()
1714 * the real IE from the firmware. So we fabricate a fake IE based on lbs_join_post()
1717 /* Fake SSID IE */ lbs_join_post()
1722 /* Fake supported basic rates IE */ lbs_join_post()
1729 /* Fake DS channel IE */ lbs_join_post()
1733 /* Fake IBSS params IE */ lbs_join_post()
1738 /* Fake extended rates IE, TODO: don't add this for 802.11b only, lbs_join_post()
1750 lbs_deb_hex(LBS_DEB_CFG80211, "IE", fake_ie, fake - fake_ie); lbs_join_post()
1811 * IE DS 03 lbs_ibss_join_existing()
1812 * IE DS len 01 lbs_ibss_join_existing()
1813 * IE DS channel 01 lbs_ibss_join_existing()
1815 * IE IBSS 06 lbs_ibss_join_existing()
1816 * IE IBSS len 02 lbs_ibss_join_existing()
1817 * IE IBSS atim 00 00 lbs_ibss_join_existing()
1921 * IE IBSS 06 lbs_ibss_start_new()
1922 * IE IBSS len 02 lbs_ibss_start_new()
1923 * IE IBSS atim 00 00 lbs_ibss_start_new()
1925 * IE DS 03 lbs_ibss_start_new()
1926 * IE DS len 01 lbs_ibss_start_new()
1927 * IE DS channel 01 lbs_ibss_start_new()
H A Dmesh.c565 /* transfer IE elements */ mesh_id_set()
572 /* IE len */ mesh_id_set()
630 /* transfer IE elements */ protocol_id_set()
691 /* transfer IE elements */ metric_id_set()
752 /* transfer IE elements */ capability_set()
H A Dhost.h455 * This scan handle Country Information IE(802.11d compliant)
/linux-4.4.14/include/net/
H A Dregulatory.h24 * enum environment_cap - Environment parsed from country IE
25 * @ENVIRON_ANY: indicates country IE applies to both indoor and
27 * @ENVIRON_INDOOR: indicates country IE applies only to indoor operation
28 * @ENVIRON_OUTDOOR: indicates country IE applies only to outdoor operation
71 * country IE
128 * based on the ISO3166-alpha2 from country IE provided through
131 * all country IE information processed by the regulatory core. This will
H A Dcfg80211.h319 * rates" IE, i.e. CCK rates first, then OFDM.
642 * @head: head portion of beacon (before TIM IE)
644 * @tail: tail portion of beacon (after TIM IE)
1617 * struct cfg80211_bss_ie_data - BSS entry IE data
1622 * @data: IE data
1680 * ieee80211_bss_get_ie - find IE with given ID
1682 * @ie: the IE ID
1705 * @sae_data: Non-IE data to use with SAE or %NULL. This starts with
2139 * struct cfg80211_update_ft_ies_params - FT IE Information
2141 * This structure provides information needed to update the fast transition IE
2396 * RSN IE. It allows for faster roaming between WPA2 BSSIDs.
3944 * it wants to follow we respect that unless a country IE has been received
5080 * @ies_len: length of the FT IE in bytes
5082 * @ric_ies: RIC IE
5083 * @ric_ies_len: length of the RIC IE in bytes
5094 * cfg80211_ft_event - notify userspace about FT IE and RIC IE
5096 * @ft_event: IE information
5102 * cfg80211_get_p2p_attr - find and copy a P2P attribute from IE buffer
5103 * @ies: the input IE buffer
5122 * ieee80211_ie_split_ric - split an IE buffer according to ordering (with RIC)
5123 * @ies: the IE buffer
5124 * @ielen: the length of the IE buffer
5128 * @after_ric: array IE types that come after the RIC element
5132 * This function splits an IE buffer by updating the @offset
5136 * It assumes that the given IE buffer is well-formed, this
5153 * ieee80211_ie_split - split an IE buffer according to ordering
5154 * @ies: the IE buffer
5155 * @ielen: the length of the IE buffer
5161 * This function splits an IE buffer by updating the @offset
5165 * It assumes that the given IE buffer is well-formed, this
H A Dmac80211.h2114 * @ch_sw_tm_ie: offset of the channel-switch timing IE inside @tmpl_skb
3248 * the switch-timing IE within the template as part of the invocation.
3258 * switch-timing IE within the template. The skb can only be used within
4051 * @tim_offset: pointer to variable that will receive the TIM IE offset.
4053 * @tim_length: pointer to variable that will receive the TIM IE length,
5390 * ieee80211_parse_p2p_noa - initialize NoA tracking data from P2P IE
5392 * @attr: P2P NoA IE
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
H A Dcfg80211.h47 /* IE TLV processing */
60 /* vendor IE in IW advertisement protocol ID field */
62 /* allow custom IE id */
159 * @probe_req_ie: IE info for probe request.
160 * @probe_res_ie: IE info for probe response.
161 * @beacon_ie: IE info for beacon frame.
162 * @probe_req_ie_len: IE info length for probe request.
163 * @probe_res_ie_len: IE info length for probe response.
164 * @beacon_ie_len: IE info length for beacon frame.
H A Dcfg80211.c1777 brcmf_err("Set Assoc REQ IE Failed\n"); brcmf_cfg80211_connect()
3914 brcmf_err("extra IE size too big\n"); brcmf_vif_set_mgmt_ie()
3934 brcmf_dbg(TRACE, "Previous mgmt IE equals to current IE\n"); brcmf_vif_set_mgmt_ie()
3962 /* Add if there is any extra IE */ brcmf_vif_set_mgmt_ie()
3994 /* save the parsed IE in wl struct */ brcmf_vif_set_mgmt_ie()
4041 brcmf_err("Set Beacon IE Failed\n"); brcmf_config_ap_mgmt_ie()
4051 brcmf_err("Set Probe Resp IE Failed\n"); brcmf_config_ap_mgmt_ie()
4127 brcmf_dbg(TRACE, "WPA(2) IE is found\n"); brcmf_cfg80211_start_ap()
4129 /* WPA IE */ brcmf_cfg80211_start_ap()
4138 /* RSN IE */ brcmf_cfg80211_start_ap()
H A Dp2p.c121 * @WL_P2P_DISC_ST_SCAN: P2P discovery with wildcard SSID and P2P IE.
123 * @WL_P2P_DISC_ST_SEARCH: P2P discovery with P2P wildcard SSID and P2P IE.
607 * set in the 802.11 WPA IE. Some peer devices may not brcmf_p2p_enable_discovery()
H A Dfwil_types.h575 * @country_abbrev: null-terminated country code used in the country IE.
/linux-4.4.14/drivers/tty/serial/
H A Dip22zilog.h199 #define ZCIE 2 /* Zero count IE */
200 #define DCDIE 8 /* DCD IE */
201 #define SYNCIE 0x10 /* Sync/hunt IE */
202 #define CTSIE 0x20 /* CTS IE */
203 #define TxUIE 0x40 /* Tx Underrun/EOM IE */
204 #define BRKIE 0x80 /* Break/Abort IE */
H A Dsunzilog.h202 #define ZCIE 2 /* Zero count IE */
204 #define DCDIE 8 /* DCD IE */
205 #define SYNCIE 0x10 /* Sync/hunt IE */
206 #define CTSIE 0x20 /* CTS IE */
207 #define TxUIE 0x40 /* Tx Underrun/EOM IE */
208 #define BRKIE 0x80 /* Break/Abort IE */
H A Dzs.h219 #define ZCIE 2 /* Zero count IE */
220 #define DCDIE 8 /* DCD IE */
221 #define SYNCIE 0x10 /* Sync/hunt IE */
222 #define CTSIE 0x20 /* CTS IE */
223 #define TxUIE 0x40 /* Tx Underrun/EOM IE */
224 #define BRKIE 0x80 /* Break/Abort IE */
H A Dpmac_zilog.h293 #define ZCIE 2 /* Zero count IE */
295 #define DCDIE 8 /* DCD IE */
296 #define SYNCIE 0x10 /* Sync/hunt IE */
297 #define CTSIE 0x20 /* CTS IE */
298 #define TxUIE 0x40 /* Tx Underrun/EOM IE */
299 #define BRKIE 0x80 /* Break/Abort IE */
/linux-4.4.14/drivers/net/hamradio/
H A Dz8530.h163 #define ZCIE 2 /* Zero count IE */
164 #define DCDIE 8 /* DCD IE */
165 #define SYNCIE 0x10 /* Sync/hunt IE */
166 #define CTSIE 0x20 /* CTS IE */
167 #define TxUIE 0x40 /* Tx Underrun/EOM IE */
168 #define BRKIE 0x80 /* Break/Abort IE */
/linux-4.4.14/drivers/staging/rtl8192e/
H A Ddot11d.c133 netdev_info(dev->dev, "Dot11d_UpdateCountryIe(): Invalid country IE, skip it........1\n"); Dot11d_UpdateCountryIe()
138 netdev_info(dev->dev, "Dot11d_UpdateCountryIe(): Invalid country IE, skip it........2\n"); Dot11d_UpdateCountryIe()
H A Ddot11d.h41 * @CountryIeSrcAddr - Source AP of the country IE
H A Drtllib_softmac.c128 netdev_alert(ieee->dev, "This is enable turbo mode IE process\n"); rtllib_TURBO_Info()
1219 netdev_info(ieee->dev, "[PMK cache]: WPA2 IE length: %x\n", rtllib_association_req()
/linux-4.4.14/arch/mn10300/unit-asb2364/include/unit/
H A Dsmsc911x.h90 /* save original GnICR and clear GnICR.IE */ smsc_get_mac()
162 /* restore GnICR.LV and GnICR.IE */ smsc_get_mac()
/linux-4.4.14/arch/ia64/include/asm/sn/
H A Dl1.h46 #define L1_BOARDTYPE_PCIXPCIE4SLOT 0x0600 /* IE */
/linux-4.4.14/drivers/net/wan/
H A Dz85230.h185 #define ZCIE 2 /* Zero count IE */
187 #define DCDIE 8 /* DCD IE */
188 #define SYNCIE 0x10 /* Sync/hunt IE */
189 #define CTSIE 0x20 /* CTS IE */
190 #define TxUIE 0x40 /* Tx Underrun/EOM IE */
191 #define BRKIE 0x80 /* Break/Abort IE */
H A Dhdlc_fr.c698 netdev_info(dev, "Not an LMI Report type IE (0x%02X)\n", fr_lmi_recv()
704 netdev_info(dev, "Invalid LMI Report type IE length (%u)\n", fr_lmi_recv()
718 netdev_info(dev, "Not an LMI Link integrity verification IE (0x%02X)\n", fr_lmi_recv()
724 netdev_info(dev, "Invalid LMI Link integrity verification IE length (%u)\n", fr_lmi_recv()
799 netdev_info(dev, "Not an LMI PVC status IE (0x%02X)\n", fr_lmi_recv()
805 netdev_info(dev, "Invalid LMI PVC status IE length (%u)\n", fr_lmi_recv()
/linux-4.4.14/drivers/ide/
H A Dslc90e66.c54 /* Set PPE, IE and TIME */ slc90e66_set_pio_mode()
64 /* enable PPE, IE and TIME */ slc90e66_set_pio_mode()
H A Dpiix.c107 /* Set PPE, IE and TIME */ piix_set_pio_mode()
117 /* enable PPE, IE and TIME */ piix_set_pio_mode()
/linux-4.4.14/drivers/net/wireless/ti/wl1251/
H A Dinit.h46 /* following are defult values for the IE fields*/
H A Dacx.h465 * 0 1 IE identifier
471 * 0 1 IE identifier
/linux-4.4.14/arch/mips/lib/
H A Dmips-atomic.c28 * For TX49, operating only IE bit is not enough.
/linux-4.4.14/drivers/usb/wusbcore/
H A Dmmc.c62 * Add or replace an MMC Wireless USB IE.
67 * @wuie: Pointer to the header of the WUSB IE data to add.
137 * Remove an MMC IE previously added with wusbhc_mmcie_set()
H A Ddevconnect.c42 * a Connect Ack Information Element (ConnAck IE).
123 * Using the Connect-Ack list, fill out the @wusbhc Connect-Ack WUSB IE
128 * IE is not allocated, we alloc it.
260 * So we get the connect ack IE (may have been allocated already),
319 * Connect-Ack Wireless USB IE, set the MMC */ wusbhc_devconnect_ack()
496 * the keep alive IE.
643 * We send the device a Device Disconnect IE (WUSB1.0[7.5.11]) for 100
1018 * Sets the Host Info IE to accept all new connections.
1059 * removes the Host Info IE.
H A Drh.c79 * Using a Reset Device IE is too heavyweight as it causes the device
H A Dwusbhc.h45 * mmc MMC IE broadcasting handling
/linux-4.4.14/drivers/staging/rtl8712/
H A Dieee80211.c293 /* No WPA IE - fail silently */ r8712_parse_wpa_ie()
336 /* No RSN IE - fail silently */ r8712_parse_wpa2_ie()
378 /*Search required WPA or WPA2 IE and copy to sec_ie[ ]*/ r8712_get_sec_ie()
H A Drtl871x_mlme.c1316 i = 12; /* after the fixed IE */ r8712_restruct_wmm_ie()
1332 i += (in_ie[i + 1] + 2); /* to the next IE element */ r8712_restruct_wmm_ie()
1411 /*Search required WPA or WPA2 IE and copy to sec_ie[] */ r8712_restruct_sec_ie()
1437 /*restruct WPA IE or WPA2 IE in sec_ie[] */ r8712_restruct_sec_ie()
1440 /* parsing SSN IE to select required encryption r8712_restruct_sec_ie()
1449 /*IE Ver error*/ r8712_restruct_sec_ie()
1509 /* parsing RSN IE to select required encryption r8712_restruct_sec_ie()
1513 /*IE Ver error*/ r8712_restruct_sec_ie()
1663 * 2. IE r8712_update_registrypriv_dev_network()
H A Drtl8712_cmd.h114 /* WPS extra IE */
H A Dwifi.h553 /* 802.11n HT IE masks */
H A Drtl871x_cmd.c540 pqospriv->qos_option = 1; /* WMM IE in beacon */ r8712_joinbss_cmd()
542 pqospriv->qos_option = 0; /* no WMM IE in beacon */ r8712_joinbss_cmd()
H A Drtl871x_ioctl_linux.c256 /* parsing WPA/WPA2 IE */ translate_scan()
308 { /* parsing WPS IE */ translate_scan()
/linux-4.4.14/include/uapi/linux/
H A Dwireless.h298 * This ioctl uses struct iw_point and data buffer that includes IE id and len
299 * fields. More than one IE may be included in the request. Setting the generic
300 * IE to empty buffer (len=0) removes the generic IE from the driver. Drivers
302 * are required to report the used IE as a wireless event, e.g., when
304 #define SIOCSIWGENIE 0x8B30 /* set generic IE */
305 #define SIOCGIWGENIE 0x8B31 /* get generic IE */
365 #define IWEVGENIE 0x8C05 /* Generic IE (WPA, RSN, WMM, ..)
368 * contain more than one IE. Scan
377 * IE. This event is required in
379 * generates its own WPA/RSN IE. This
386 * than one IE. This may be sent
H A Dnl80211.h310 * frame subtype with %NL80211_ATTR_MGMT_SUBTYPE. The extra IE data to be
414 * define IEs (VendorSpecificInfo, but also including RSN IE and FT IEs)
745 * received FT IEs (MDIE, FTIE, RSN IE, TIE, RICIE).
1107 * @NL80211_ATTR_BEACON_HEAD: portion of the beacon before the TIM IE
1108 * @NL80211_ATTR_BEACON_TAIL: portion of the beacon after the TIM IE
1467 * provide extra IEs (e.g., WPS/P2P IE) into Probe Response frames when the
1471 * %NL80211_CMD_SET_BEACON to provide extra IEs (e.g., WPS/P2P IE) into
1601 * has and handles. The format is the same as the IE contents. See
1642 * @NL80211_ATTR_CSA_IES: Nested set of attributes containing the IE information
1724 * If this flag is used, driver must add the Power Capabilities IE to the
2587 * @NL80211_BAND_ATTR_HT_CAPA: HT capabilities, as in the HT information IE
2592 * @NL80211_BAND_ATTR_VHT_CAPA: VHT capabilities, as in the HT information IE
2737 * code from the IE, and relies on the regulatory domain information
3558 * 1 = 500 kbps) but without the IE length restriction (at most
4313 * Set IE to probe requests.
4314 * @NL80211_FEATURE_WFA_TPC_IE_IN_PROBES: This device adds a WFA TPC Report IE
4319 * current tx power value into the TPC Report IE in the spectrum
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
H A Dp2p.c34 /* P2P IE */ ath10k_p2p_noa_ie_fill()
H A Dtestmode.c199 ath10k_err(ar, "invalid length for FW IE %d (%zu < %zu)\n", ath10k_tm_fetch_utf_firmware_api_2()
237 ath10k_warn(ar, "Unknown testmode FW IE: %u\n", ath10k_tm_fetch_utf_firmware_api_2()
H A Dcore.c1051 ath10k_err(ar, "invalid length for FW IE %d (%zu < %zu)\n", ath10k_core_fetch_firmware_api_n()
1150 ath10k_warn(ar, "Unknown FW IE: %u\n", ath10k_core_fetch_firmware_api_n()
H A Dwmi.h1040 /* CSA IE received event */
1945 * Max beacon and Probe Response IE offload size
5058 /* app IE */
5064 /* TIM IE offset from the beginning of the template. */
H A Dmac.c1440 /* P2P IE is inserted by firmware automatically (as configured above) ath10k_mac_setup_bcn_tmpl()
2002 /* FIXME: base on RSN IE/WPA IE is a correct idea? */ ath10k_peer_assoc_h_crypto()
2336 * zero in VHT IE. Using it would result in degraded throughput. ath10k_peer_assoc_h_vht()
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
H A Dmain.c454 wpa_ie = pos; /* RSN IE */ ath6kl_connect_ap_mode_sta()
459 wpa_ie = pos; /* WPA IE */ ath6kl_connect_ap_mode_sta()
461 wpa_ie = pos; /* WPS IE */ ath6kl_connect_ap_mode_sta()
462 break; /* overrides WPA/RSN IE */ ath6kl_connect_ap_mode_sta()
466 * Note: WAPI Parameter Set IE re-uses Element ID that ath6kl_connect_ap_mode_sta()
474 wpa_ie = pos; /* WAPI IE */ ath6kl_connect_ap_mode_sta()
580 * reconfigure any saved RSN IE capabilites in the beacon / ath6kl_commit_ch_switch()
958 /* clear the LSB of the BitMapCtl field of the TIM IE */ ath6kl_dtimexpiry_event()
1000 /* clear the LSB of the TIM IE's BitMapCtl field */ ath6kl_disconnect_event()
H A Dcfg80211.c338 * Filter out RSN/WPA IE(s) ath6kl_set_assoc_req_ies()
1017 /* this also clears IE in fw if it's not set */ ath6kl_cfg80211_scan()
2642 * Filter out P2P IE(s) since they will be included depending on ath6kl_set_ap_probe_resp_ies()
2674 /* this also clears IE in fw if it's not set */ ath6kl_set_ies()
2682 /* this also clears IE in fw if it's not set */ ath6kl_set_ies()
2688 /* this also clears IE in fw if it's not set */ ath6kl_set_ies()
2923 * Get the PTKSA replay counter in the RSN IE. Supplicant ath6kl_start_ap()
2924 * will use the RSN IE in M3 message and firmware has to ath6kl_start_ap()
2926 * the complete RSN IE capability field to firmware ath6kl_start_ap()
3065 /* Include P2P IE(s) from the frame generated in user space. */ ath6kl_send_go_probe_resp()
3330 /* this also clears IE in fw if it's not set */ ath6kl_cfg80211_sscan_start()
3335 ath6kl_warn("Failed to set probe request IE for scheduled scan: %d\n", ath6kl_cfg80211_sscan_start()
H A Dcore.h290 * ERP IE of beacon to determine the short premable support when
H A Dtxrx.c245 * BitmapControl LSB of the TIM IE. ath6kl_powersave_ap()
/linux-4.4.14/arch/mips/vr41xx/common/
H A Dpmu.c54 * "standby" sets IE bit of the CP0_STATUS to 1. vr41xx_cpu_wait()
/linux-4.4.14/include/linux/
H A Dieee80211.h714 * struct ieee80211_sec_chan_offs_ie - secondary channel offset IE
724 * struct ieee80211_mesh_chansw_params_ie - mesh channel switch parameters IE
736 * struct ieee80211_wide_bw_chansw_ie - wide bandwidth channel switch IE
772 * enum mesh_config_capab_flags - Mesh Configuration IE capability field flags
1087 u8 ie_type; /* Link Identifier IE */
1139 * Peer-to-Peer IE attribute related definitions.
1342 * struct ieee80211_ht_operation - HT operation IE
1466 * @IEEE80211_VHT_CHANWIDTH_USE_HT: use the HT operation IE to
1480 * struct ieee80211_vht_operation - VHT operation IE
2085 /* BSS Coex IE information field bits */
2166 * first_channel/reg_extension_id is >= 201 then the IE
2169 * - Regulatory extension ID - when generating IE this just needs
2171 * the IE
2186 * Channels numbers in the IE must be monotonically increasing
2450 * @tim: the TIM IE
2451 * @tim_len: length of the TIM IE
H A Duwb.h122 * NONE - reservation is not active (no DRP IE being transmitted).
229 * @drp_ie: the DRP IE
230 * @ie_valid: true iff the DRP IE matches the reservation parameters
282 * @ie: DRP Availability IE to be included in the beacon
290 * The radio controller must transmit a DRP Availability IE that's the
368 * @ies_mutex: protect the IE cache
H A Djump_label.h13 * static_key_{true,false}() is also DEPRECATED. IE DO NOT use the following:
/linux-4.4.14/drivers/staging/comedi/drivers/
H A Dz8536.h52 #define Z8536_CMD_SET_IE (6 << 5)/* Set IE */
53 #define Z8536_CMD_CLR_IE (7 << 5)/* Clear IE */
H A Dplx9080.h44 ** Note: All offsets zero relative. IE. Some standard base address
328 (IE. Done) */
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c334 print_hex_dump_bytes("Scan IE ", DUMP_PREFIX_OFFSET, wil_cfg80211_scan()
337 wil_dbg_misc(wil, "Scan has no IE's\n"); wil_cfg80211_scan()
415 wil_err(wil, "IE too large (%td bytes)\n", sme->ie_len); wil_cfg80211_connect()
705 print_hex_dump_bytes("BCON IE ", DUMP_PREFIX_OFFSET, wil_print_bcon_data()
709 print_hex_dump_bytes("PROBE IE ", DUMP_PREFIX_OFFSET, wil_print_bcon_data()
711 print_hex_dump_bytes("ASSOC IE ", DUMP_PREFIX_OFFSET, wil_print_bcon_data()
724 /* always use IE's from full probe frame, they has more info wil_fix_bcon()
751 #if 0 /* to use beacon IE's, remove this #if 0 */ _wil_cfg80211_set_ies()
H A Dwmi.h332 * Add Application specified IE to a management frame
351 __le16 ie_len; /* Length of the IE to be added to MGMT frame */
H A Dwmi.c364 wil_hex_dump_wmi("IE ", DUMP_PREFIX_OFFSET, 16, 1, ie_buf, wmi_evt_rx_mgmt()
449 /* figure out IE's */ wmi_evt_connect()
/linux-4.4.14/drivers/ata/
H A Dpata_efar.c108 control |= 2; /* IE */ efar_set_piomode()
117 /* Set PPE, IE, and TIME as appropriate */ efar_set_piomode()
H A Dpata_it8213.c97 control |= 2; /* IE */ it8213_set_piomode()
104 /* Set PPE, IE, and TIME as appropriate */ it8213_set_piomode()
H A Dpata_oldpiix.c87 control |= 2; /* IE */ oldpiix_set_piomode()
96 * Set PPE, IE and TIME as appropriate. oldpiix_set_piomode()
H A Dpata_radisys.c63 control |= 2; /* IE IORDY */ radisys_set_piomode()
67 /* Enable IE and TIME as appropriate. Clear the other radisys_set_piomode()
H A Dpata_rdc.c124 control |= 2; /* IE enable */ rdc_set_piomode()
151 /* Enable PPE, IE and TIME as appropriate */ rdc_set_piomode()
H A Data_piix.c593 control |= 2; /* IE enable */ piix_set_timings()
625 /* Enable PPE, IE and TIME as appropriate */ piix_set_timings()
/linux-4.4.14/net/mac80211/
H A Dspectmgmt.c56 "cannot understand ECSA IE operating class %d, disconnecting\n", ieee80211_parse_ch_switch_ie()
93 /* If the secondary channel offset IE is not present, ieee80211_parse_ch_switch_ie()
H A Dtdls.c230 /* translate numbering in the WMM parameter IE to the mac80211 notation */ ieee80211_ac_from_wmm()
559 /* add any custom IEs that go before the QoS IE */ ieee80211_tdls_add_setup_cfm_ies()
573 /* add the QoS param IE if both the peer and we support it */ ieee80211_tdls_add_setup_cfm_ies()
595 * if HT support is only added in TDLS, we need an HT-operation IE. ieee80211_tdls_add_setup_cfm_ies()
596 * add the IE as required by IEEE802.11-2012 9.23.3.2. ieee80211_tdls_add_setup_cfm_ies()
1443 /* find switch timing IE in SKB ready for Tx */ ieee80211_tdls_find_sw_timing_ie()
1450 * Get the offset for the new location of the switch timing IE. ieee80211_tdls_find_sw_timing_ie()
1516 tdls_dbg(sdata, "No switch timing IE in TDLS switch\n"); ieee80211_tdls_ch_sw_tmpl_get()
1638 "No switch timing IE in TDLS switch resp\n"); ieee80211_tdls_ch_sw_resp_tmpl_get()
H A Dmlme.c249 "AP VHT operation IE has invalid channel width (%d), disable VHT\n", ieee80211_determine_chantype()
311 * regulatory information based on the AP's country IE and the ieee80211_determine_chantype()
529 /* reserve and fill IE */ ieee80211_add_ht_ie()
535 * and builds the IE.
616 /* reserve and fill IE */ ieee80211_add_vht_ie()
1281 /* Invalid IE */ ieee80211_find_80211h_pwr_constr()
1523 /* If the TIM IE is invalid, pretend the value is 1 */ ieee80211_recalc_ps()
1969 * in that case, although if the TIM IE is broken powersave ieee80211_set_associated()
3019 * If an operating mode notification IE is present, override the ieee80211_assoc_success()
3265 * (00:50:F2) vendor IE which is used for WMM which we need to track,
3266 * as well as the DTPC IE (part of the Cisco OUI) used for signaling
3539 /* a few bogus AP send dtim_period = 0 or no TIM IE */ ieee80211_rx_mgmt_beacon()
3665 /* for the handling code pretend this was also an IE */ ieee80211_sta_rx_queued_mgmt()
H A Dmesh_hwmp.c38 /* HWMP IE processing macros */
118 2 + 37); /* max HWMP IE */ mesh_path_sel_frame_tx()
255 2 + 15 /* PERR IE */); mesh_path_error_tx()
H A Dieee80211_i.h142 * @IEEE80211_BSS_VALID_WMM: WMM/UAPSD data was gathered from non-corrupt IE
143 * @IEEE80211_BSS_VALID_RATES: Supported rates were gathered from non-corrupt IE
144 * @IEEE80211_BSS_VALID_ERP: ERP flag was gathered from non-corrupt IE
701 /* offset from skb->data while building IE */
1378 /* this struct holds the value parsing from channel switch IE */
H A Dmesh.c371 /* find RSN IE */ mesh_add_rsn_ie()
712 /* need an skb for IE builders to operate on */ ieee80211_mesh_build_beacon()
H A Dutil.c898 /* OUI Type 2 - WMM IE */ ieee802_11_parse_elems_crc()
2868 *pos++ = 3; /* IE length */ ieee80211_send_action_csa()
2879 *pos++ = 1; /* IE length */ ieee80211_send_action_csa()
2892 *pos++ = 6; /* IE length */ ieee80211_send_action_csa()
H A Dmain.c960 * Calculate scan IE length -- we need this to alloc ieee80211_register_hw()
H A Dmesh_plink.c233 2 + 8 + /* peering IE */ mesh_plink_frame_tx()
H A Dibss.c1552 ibss_dbg(sdata, "Invalid SSID IE in ProbeReq from %pM\n", ieee80211_rx_mgmt_probe_req()
/linux-4.4.14/drivers/mmc/host/
H A Domap_hsmmc.c115 /* Interrupt masks for IE and ISE register */
596 OMAP_HSMMC_WRITE(host->base, IE, irq_mask); omap_hsmmc_enable_irq()
610 OMAP_HSMMC_WRITE(host->base, IE, irq_mask); omap_hsmmc_disable_irq()
769 OMAP_HSMMC_WRITE(host->base, IE, 0); omap_hsmmc_context_restore()
826 OMAP_HSMMC_WRITE(host->base, IE, INT_EN_MASK); send_init_stream()
1739 OMAP_HSMMC_WRITE(host->base, IE, irq_mask); omap_hsmmc_enable_sdio_irq()
1749 OMAP_HSMMC_READ(host->base, IE); omap_hsmmc_enable_sdio_irq()
1883 seq_printf(s, "IE:\t\t0x%08x\n", omap_hsmmc_regs_show()
1884 OMAP_HSMMC_READ(host->base, IE)); omap_hsmmc_regs_show()
2281 OMAP_HSMMC_WRITE(host->base, IE, 0); omap_hsmmc_suspend()
2332 OMAP_HSMMC_WRITE(host->base, IE, 0); omap_hsmmc_runtime_suspend()
2343 OMAP_HSMMC_WRITE(host->base, IE, CIRQ_EN); omap_hsmmc_runtime_suspend()
2377 OMAP_HSMMC_WRITE(host->base, IE, CIRQ_EN); omap_hsmmc_runtime_resume()
H A Domap.c400 OMAP_MMC_WRITE(host, IE, irq_mask); mmc_omap_start_command()
636 OMAP_MMC_WRITE(host, IE, 0); mmc_omap_cmd_timer()
736 OMAP_MMC_WRITE(host, IE, 0); mmc_omap_irq()
839 OMAP_MMC_WRITE(host, IE, 0); mmc_omap_irq()
1203 OMAP_MMC_WRITE(host, IE, 0); mmc_omap_set_ios()
H A Dcb710-mmc.c66 /* clear global IE __cb710_mmc_enable_irq()
/linux-4.4.14/drivers/isdn/hisax/
H A Dl3dss1.c573 case 96: /* mandory IE missing */ l3dss1_msg_without_setup()
574 case 100: /* invalid IE contents */ l3dss1_msg_without_setup()
740 l3_debug(pc->st, "check IE shift%scodeset %d->%d", check_infoelements()
772 l3_debug(pc->st, "check IE shift back codeset %d->%d", check_infoelements()
780 l3_debug(pc->st, "check IE MT(%x) %d/%d/%d/%d", check_infoelements()
794 /* verify if a message type exists and contain no IE error */
1464 if (ret) /* STATUS for none mandatory IE errors after actions are taken */ l3dss1_call_proc()
1503 if (ret) /* STATUS for none mandatory IE errors after actions are taken */ l3dss1_setup_ack()
1745 if (err) /* STATUS for none mandatory IE errors after actions are taken */ l3dss1_setup()
2190 *p++ = 0x1C; /* Facility IE */ l3dss1_cmd_global()
2547 /* We don't handle suspend_ack for IE errors now */ l3dss1_suspend_ack()
2578 if (ret) /* STATUS for none mandatory IE errors after actions are taken */ l3dss1_suspend_rej()
2642 if (ret) /* STATUS for none mandatory IE errors after actions are taken */ l3dss1_resume_ack()
2670 if (ret) /* STATUS for none mandatory IE errors after actions are taken */ l3dss1_resume_rej()
2692 l3_debug(pc->st, "Restart without restart IE"); l3dss1_global_restart()
3088 l3dss1_deliver_display(proc, pr, p); /* Display IE included */ dss1up()
H A Dl3ni1.c523 case 96: /* mandory IE missing */ l3ni1_msg_without_setup()
524 case 100: /* invalid IE contents */ l3ni1_msg_without_setup()
690 l3_debug(pc->st, "check IE shift%scodeset %d->%d", check_infoelements()
722 l3_debug(pc->st, "check IE shift back codeset %d->%d", check_infoelements()
730 l3_debug(pc->st, "check IE MT(%x) %d/%d/%d/%d", check_infoelements()
744 /* verify if a message type exists and contain no IE error */
1318 if (ret) /* STATUS for none mandatory IE errors after actions are taken */ l3ni1_call_proc()
1357 if (ret) /* STATUS for none mandatory IE errors after actions are taken */ l3ni1_setup_ack()
1599 if (err) /* STATUS for none mandatory IE errors after actions are taken */ l3ni1_setup()
2046 *p++ = 0x1C; /* Facility IE */ l3ni1_cmd_global()
2407 /* We don't handle suspend_ack for IE errors now */ l3ni1_suspend_ack()
2438 if (ret) /* STATUS for none mandatory IE errors after actions are taken */ l3ni1_suspend_rej()
2502 if (ret) /* STATUS for none mandatory IE errors after actions are taken */ l3ni1_resume_ack()
2530 if (ret) /* STATUS for none mandatory IE errors after actions are taken */ l3ni1_resume_rej()
2552 l3_debug(pc->st, "Restart without restart IE"); l3ni1_global_restart()
3044 l3ni1_deliver_display(proc, pr, p); /* Display IE included */ ni1up()
H A Dq931.c1388 dp += sprintf(dp, " Unknown single-octet IE %x\n", *buf); dlogframe()
/linux-4.4.14/drivers/net/wireless/ath/
H A Dregd.c330 * - We enable initiating radiation if the country IE says its fine:
331 * - If no country IE has been processed and a we determine we have
361 * If no country IE has been received always enable passive scan
365 * If a country IE has been received check its rule for this
H A Dregd_common.h346 {CTRY_IRELAND, ETSI1_WORLD, "IE"},
/linux-4.4.14/arch/sparc/include/uapi/asm/
H A Dpstate.h9 * | Resv | IG | MG | CLE | TLE | MM | RED | PEF | AM | PRIV | IE | AG |
/linux-4.4.14/arch/microblaze/kernel/
H A Dentry-nommu.S256 nop /* make sure IE bit is in effect */
257 clear_bip /* once IE is in effect it is safe to clear BIP */
347 nop /* make sure IE bit is in effect */
348 clear_bip /* once IE is in effect it is safe to clear BIP */
/linux-4.4.14/arch/mips/sgi-ip27/
H A Dip27-nmi.c118 printk("IE "); nmi_cpu_eframe_save()
/linux-4.4.14/sound/drivers/
H A Dportman2x4.c296 unsigned char cmdout; /* Saved address+IE bit. */ portman_read_midi()
302 cmdout = (port << 1) | INT_EN; /* Address + IE + No Strobe. */ portman_read_midi()
315 portman_write_command(pm, cmdout | STROBE); /* Write address+IE+Strobe. */ portman_read_midi()
362 portman_write_command(pm, cmdout); /* Output saved address+IE. */ portman_read_midi()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
H A Dregd.c218 *If no country IE has been received always enable active scan _rtl_reg_apply_active_scan_flags()
232 *If a country IE has been recieved check its rule for this _rtl_reg_apply_active_scan_flags()
H A Dps.c840 RT_TRACE(rtlpriv, COMP_FW, DBG_LOUD, "action frame find P2P IE.\n"); rtl_p2p_action_ie()
848 RT_TRACE(rtlpriv, COMP_FW, DBG_LOUD, "find NOA IE.\n"); rtl_p2p_action_ie()
/linux-4.4.14/arch/powerpc/platforms/powernv/
H A Dopal-lpc.c234 * IE. If the LPC transaction has bytes B0, B1, B2 and B3 in that lpc_debug_read()
315 * of the byte sequence. IE: for a 32-bit access, byte 0 should be lpc_debug_write()
/linux-4.4.14/drivers/staging/wilc1000/
H A Dcoreconfigurator.c103 I2040COEX = 72, /* 20/40 Coexistence IE */
331 /* response frame does not contain the DS parameter set IE */ get_current_channel_802_11n()
H A Dwilc_wfi_cfgoperations.c722 PRINT_D(CFG80211_DBG, "Scan Request IE len = %zu\n", request->ie_len); scan()
1677 * RSN IE. It allows for faster roaming between WPA2 BSSIDs.
1985 PRINT_D(GENERIC_DBG, "WILC Vendor specific IE:%02x\n", u8P2Precvrandom); WILC_WFI_p2p_rx()
3401 PRINT_INFO(CFG80211_DBG, "Max scan ids = %d,Max scan IE len = %d,Signal Type = %d,Interface Modes = %d,Interface Type = %d\n", wilc_create_wiphy()
/linux-4.4.14/drivers/net/wireless/cw1200/
H A Dscan.c424 /* Remove SSID from the IE list. It has to be provided cw1200_probe_work()
433 /* Remove SSID from IE list */ cw1200_probe_work()
H A Dwsm.h1265 /* 3.54 Update-IE request. */
1418 #define WSM_BEACON_FILTER_AUTO_ERP BIT(1) /* If 1 FW will handle ERP IE changes internally */
/linux-4.4.14/arch/m32r/mm/
H A Dfault.c86 * If BPSW IE bit enable --> set PSW IE bit do_page_fault()
/linux-4.4.14/drivers/usb/host/
H A Dhwa-hc.c367 * Add an IE to the host's MMC
372 * @wuie: Pointer to the header of the WUSB IE data to add.
377 * normal MBOA MAC IEs (IE Id + Length in MBOA MAC vs. Length +
397 * Remove an IE to the host's MMC
H A Dohci-dbg.c122 (temp & OHCI_CTRL_IE) ? " IE" : "", ohci_dump_status()
/linux-4.4.14/drivers/usb/serial/
H A Dcp210x.c159 { USB_DEVICE(0x16DC, 0x0010) }, /* W-IE-NE-R Plein & Baus GmbH PL512 Power Supply */
160 { USB_DEVICE(0x16DC, 0x0011) }, /* W-IE-NE-R Plein & Baus GmbH RCM Remote Control for MARATON Power Supply */
161 { USB_DEVICE(0x16DC, 0x0012) }, /* W-IE-NE-R Plein & Baus GmbH MPOD Multi Channel Power Supply */
162 { USB_DEVICE(0x16DC, 0x0015) }, /* W-IE-NE-R Plein & Baus GmbH CML Control, Monitoring and Data Logger */
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
H A Dconf.h741 * IE number to which to associate a rule.
755 * OUI for the vendor specifie IE (221)
760 * Type for the vendor specifie IE (221)
765 * Version for the vendor specifie IE (221)
H A Dacx.h246 * 0 1 IE identifier
252 * 0 1 IE identifier
/linux-4.4.14/drivers/net/ethernet/sis/
H A Dsis900.h77 IE = 0x00000001 enumerator in enum:sis900_interrupt_enable_register_bits
H A Dsis900.c1063 sw32(ier, IE); sis900_open()
2481 sw32(ier, IE); sis900_resume()
/linux-4.4.14/arch/arc/kernel/
H A Dentry-arcv2.S70 clri ; To make status32.IE agree with CPU internal state
H A Dtroubleshoot.c206 STS_BIT(regs, IE), show_regs()
/linux-4.4.14/arch/sh/kernel/cpu/sh4a/
H A Dclock-sh7734.c120 MSTP304, /* IE-BUS */
/linux-4.4.14/drivers/scsi/
H A Dsym53c416.c99 #define IE 0x20 /* Interrupt Enable */ macro
511 outb(IE | WSE0, base + CONF_REG_5); sym53c416_init()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
H A Dfw-api-tx.h535 * @tim_idx: the offset of the tim IE in the beacon
536 * @tim_size: the length of the tim IE
H A Dfw-api.h1619 * @switch_time: switch time the peer sent in its channel switch timing IE
1620 * @switch_timout: switch timeout the peer sent in its channel switch timing IE
1636 * @switch_time_offset: offset to the channel switch timing IE in the template
H A Dtdls.c459 /* Switch time is the first element in the switch-timing IE. */ iwl_mvm_tdls_config_channel_switch()
/linux-4.4.14/drivers/i2c/busses/
H A Di2c-iop3xx.c88 /* NB SR bits not same position as CR IE bits :-( */ iop3xx_i2c_enable()
H A Di2c-omap.c310 * Don't write to this register if the IE state is 0 as it can __omap_i2c_init()
1350 * On omap1/3/2 Offset 4 is IE Reg the bit [15:14] is 0 at reset. omap_i2c_probe()
/linux-4.4.14/drivers/net/wireless/hostap/
H A Dhostap_proc.c174 "SSID(hex)\tWPA IE\n"); prism2_bss_list_proc_show()
/linux-4.4.14/drivers/pinctrl/sh-pfc/
H A Dsh_pfc.h337 /* IE and OE */ \
/linux-4.4.14/drivers/dma/
H A Dste_dma40_ll.c159 /* The number of elements. IE now many chunks */ d40_phy_fill_lli()
/linux-4.4.14/drivers/net/can/
H A Dpch_can.c34 #define PCH_CTRL_IE BIT(1) /* The IE bit of CAN control register */
974 /* Clearing the IE, SIE and EIE bits of Can control register. */ pch_can_set_int_custom()
985 /* Obtaining the status of IE, SIE and EIE interrupt bits. */ pch_can_get_int_enables()
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
H A Dscan.c577 * iwl_fill_probe_req - fill in all required fields and IE for probe request
601 /* ...next IE... */ iwl_fill_probe_req()
604 /* fill in our SSID IE */ iwl_fill_probe_req()
/linux-4.4.14/drivers/usb/host/whci/
H A Dwhci-hc.h313 /* The Add MMC IE WUSB Generic Command may take up to 256 bytes of
/linux-4.4.14/drivers/isdn/gigaset/
H A Dcapi.c160 * convert an IE from Gigaset hex string to ETSI binary representation
178 * convert an IE from ETSI binary representation including length byte
292 * format CAPI IE as string
1434 dev_notice(cs->dev, "%s: %s IE truncated\n", do_connect_req()
/linux-4.4.14/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.c401 * synthesize WPA/RSN IE data
423 /* WEP or none. No IE returned */ gelic_wl_synthesize_ie()
669 /* If wpa[2] capable station, synthesize IE and put it */ gelic_wl_translate_scan()
677 /* this scan info has IE data */ gelic_wl_translate_scan()
/linux-4.4.14/arch/m32r/kernel/
H A Dsmp.c526 * PSW IE = 1; stop_this_cpu()
/linux-4.4.14/drivers/staging/rtl8188eu/hal/
H A Drtl8188e_cmd.c292 /* todo: ERP IE */ ConstructBeacon()
/linux-4.4.14/drivers/staging/rtl8188eu/include/
H A Drtw_mlme.h288 u8 noa_num; /* number of NoA descriptor in P2P IE. */
H A Dwifi.h615 /* 802.11n HT IE masks */
/linux-4.4.14/drivers/staging/rtl8723au/hal/
H A Drtl8723a_cmd.c252 /* todo: ERP IE */ ConstructBeacon()
/linux-4.4.14/drivers/isdn/divert/
H A Disdn_divert.c155 *ielenp = p - ielenp - 1; /* set total IE length */ cf_command()
/linux-4.4.14/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet.h205 /* Bit Masks for Axi Ethernet IS, IE and IP registers, Same masks apply
/linux-4.4.14/arch/mips/kvm/
H A Dtrap_emul.c500 /* Set Wait IE/IXMT Ignore in Config7, IAR, AR */ kvm_trap_emul_vcpu_setup()
/linux-4.4.14/arch/sparc/kernel/
H A Dprocess_64.c67 /* The sun4v sleeping code requires that we have PSTATE.IE cleared over arch_cpu_idle()
/linux-4.4.14/arch/arm/mach-ixp4xx/
H A Dixp4xx_npe.c305 /* ensure that IF and IE are on (temporarily), so that we don't end up npe_reset()
/linux-4.4.14/drivers/net/wireless/prism54/
H A Disl_ioctl.c1290 printk(KERN_DEBUG "%s: WPA IE Attachment was set\n", prism54_set_genie()
2404 printk(KERN_DEBUG "No WPA IE found from address:\t%pM\n", prism54_process_trap_helper()
2441 printk(KERN_DEBUG "No WPA IE found from address:\t%pM\n", prism54_process_trap_helper()
/linux-4.4.14/drivers/staging/media/lirc/
H A Dlirc_serial.c358 * IE multiplied by 256. init_timing_params()
/linux-4.4.14/drivers/isdn/hardware/eicon/
H A Ddivacapi.h687 /* Capi IE + Msg types */
H A Dpc.h446 1 | X X X X X X X X Length of IE (at least 15 Bytes)
/linux-4.4.14/drivers/net/wireless/p54/
H A Dtxrx.c302 /* only beacons have a TIM IE */ p54_pspoll_workaround()
/linux-4.4.14/drivers/net/wireless/iwlwifi/
H A Diwl-fw-file.h292 * @IWL_UCODE_TLV_CAPA_WFA_TPC_REP_IE_SUPPORT: supports adding TPC Report IE in
/linux-4.4.14/arch/mn10300/kernel/
H A Dsmp.c1131 /* when this function called, IE=0, NMID=0. */ sleep_cpu()
/linux-4.4.14/firmware/keyspan_pda/
H A Dkeyspan_pda.S131 .flag ES0, IE.4
H A Dxircom_pgs.S131 .flag ES0, IE.4
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/
H A Dioctl_linux.c240 /* parsing WPA/WPA2 IE */ translate_scan()
286 {/* parsing WPS IE */ translate_scan()
/linux-4.4.14/drivers/staging/vt6655/
H A Ddevice_main.c222 /* Only used in 11g type, sync with ERP IE */ device_init_registers()
/linux-4.4.14/drivers/net/wireless/ipw2x00/
H A Dipw2200.h1229 struct ipw_rates extended; /**< use for corresp. IE, AP only */
H A Dlibipw_rx.c1277 "QoS Error need to parse QOS_PARAMETER IE\n"); libipw_parse_info_param()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlge/
H A Dqlge_dbg.c1954 ib_mac_rsp->flags1 & IB_MAC_IOCB_RSP_IE ? "IE " : "", ql_dump_ib_mac_rsp()
/linux-4.4.14/drivers/net/wireless/iwlegacy/
H A Dcommon.c1627 * il_fill_probe_req - fill in all required fields and IE for probe request
1651 /* ...next IE... */ il_fill_probe_req()
1654 /* fill in our indirect SSID IE */ il_fill_probe_req()
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h1148 /* 11b, 11a and aniLegacyRates are IE rates which gives rate in
2893 /* TIM IE offset from the beginning of the template. */
2896 /* P2P IE offset from the begining of the template */

Completed in 5320 milliseconds

12