Searched refs:ie_ptr (Results 1 – 8 of 8) sorted by relevance
/drivers/net/wireless/marvell/mwifiex/ |
D | ie.c | 226 struct mwifiex_ie **ie_ptr, u16 mask, in mwifiex_update_vs_ie() argument 230 struct mwifiex_ie *ie = *ie_ptr; in mwifiex_update_vs_ie() 235 if (!*ie_ptr) { in mwifiex_update_vs_ie() 236 *ie_ptr = kzalloc(sizeof(struct mwifiex_ie), in mwifiex_update_vs_ie() 238 if (!*ie_ptr) in mwifiex_update_vs_ie() 240 ie = *ie_ptr; in mwifiex_update_vs_ie() 254 *ie_ptr = ie; in mwifiex_update_vs_ie()
|
D | join.c | 647 const u8 *ie_ptr; in mwifiex_ret_802_11_associate() local 744 ie_ptr = cfg80211_find_ie(WLAN_EID_HT_OPERATION, assoc_rsp->ie_buffer, in mwifiex_ret_802_11_associate() 747 if (ie_ptr) { in mwifiex_ret_802_11_associate() 748 assoc_resp_ht_oper = (struct ieee80211_ht_operation *)(ie_ptr in mwifiex_ret_802_11_associate()
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_ieee80211.c | 645 u8 rtw_is_wps_ie(u8 *ie_ptr, uint *wps_ielen) in rtw_is_wps_ie() argument 650 if (!ie_ptr) in rtw_is_wps_ie() 653 eid = ie_ptr[0]; in rtw_is_wps_ie() 655 if ((eid == WLAN_EID_VENDOR_SPECIFIC) && (!memcmp(&ie_ptr[2], wps_oui, 4))) { in rtw_is_wps_ie() 656 *wps_ielen = ie_ptr[1]+2; in rtw_is_wps_ie()
|
/drivers/staging/r8188eu/core/ |
D | rtw_ieee80211.c | 649 u8 rtw_is_wps_ie(u8 *ie_ptr, uint *wps_ielen) in rtw_is_wps_ie() argument 654 if (!ie_ptr) in rtw_is_wps_ie() 657 eid = ie_ptr[0]; in rtw_is_wps_ie() 659 if ((eid == _WPA_IE_ID_) && (!memcmp(&ie_ptr[2], wps_oui, 4))) { in rtw_is_wps_ie() 660 *wps_ielen = ie_ptr[1] + 2; in rtw_is_wps_ie()
|
/drivers/staging/rtl8723bs/include/ |
D | ieee80211.h | 749 u8 rtw_is_wps_ie(u8 *ie_ptr, uint *wps_ielen);
|
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | cfg80211.c | 229 u8 *ie_ptr; member 4408 parsed_info->ie_ptr = (char *)vndrie; in brcmf_parse_vndr_ies() 4432 brcmf_vndr_ie(u8 *iebuf, s32 pktflag, u8 *ie_ptr, u32 ie_len, s8 *add_del_cmd) in brcmf_vndr_ie() argument 4440 memcpy(&iebuf[VNDR_IE_VSIE_OFFSET], ie_ptr, ie_len); in brcmf_vndr_ie() 4523 memcpy(ptr + parsed_ie_buf_len, vndrie_info->ie_ptr, in brcmf_vif_set_mgmt_ie() 4550 vndrie_info->ie_ptr, in brcmf_vif_set_mgmt_ie() 4585 vndrie_info->ie_ptr, in brcmf_vif_set_mgmt_ie() 4590 memcpy(ptr + (*mgmt_ie_len), vndrie_info->ie_ptr, in brcmf_vif_set_mgmt_ie()
|
/drivers/staging/r8188eu/include/ |
D | ieee80211.h | 1169 u8 rtw_is_wps_ie(u8 *ie_ptr, uint *wps_ielen);
|
/drivers/staging/r8188eu/os_dep/ |
D | ioctl_linux.c | 352 u8 *ie_ptr = pnetwork->network.IEs + _FIXED_IE_LENGTH_; in translate_scan() local 356 if (rtw_is_wps_ie(&ie_ptr[cnt], &wps_ielen) && (wps_ielen > 2)) { in translate_scan() 357 wpsie_ptr = &ie_ptr[cnt]; in translate_scan() 362 cnt += ie_ptr[cnt + 1] + 2; /* goto next */ in translate_scan()
|