Home
last modified time | relevance | path

Searched refs:ie_ptr (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/drivers/net/wireless/marvell/mwifiex/
Die.c214 struct mwifiex_ie **ie_ptr, u16 mask, in mwifiex_update_vs_ie() argument
218 struct mwifiex_ie *ie = *ie_ptr; in mwifiex_update_vs_ie()
223 if (!*ie_ptr) { in mwifiex_update_vs_ie()
224 *ie_ptr = kzalloc(sizeof(struct mwifiex_ie), in mwifiex_update_vs_ie()
226 if (!*ie_ptr) in mwifiex_update_vs_ie()
228 ie = *ie_ptr; in mwifiex_update_vs_ie()
242 *ie_ptr = ie; in mwifiex_update_vs_ie()
Djoin.c635 const u8 *ie_ptr; in mwifiex_ret_802_11_associate() local
732 ie_ptr = cfg80211_find_ie(WLAN_EID_HT_OPERATION, assoc_rsp->ie_buffer, in mwifiex_ret_802_11_associate()
735 if (ie_ptr) { in mwifiex_ret_802_11_associate()
736 assoc_resp_ht_oper = (struct ieee80211_ht_operation *)(ie_ptr in mwifiex_ret_802_11_associate()
/Linux-v6.1/drivers/staging/r8188eu/core/
Drtw_ieee80211.c503 u8 rtw_is_wps_ie(u8 *ie_ptr, uint *wps_ielen) in rtw_is_wps_ie() argument
508 if (!ie_ptr) in rtw_is_wps_ie()
511 eid = ie_ptr[0]; in rtw_is_wps_ie()
513 if ((eid == _WPA_IE_ID_) && (!memcmp(&ie_ptr[2], wps_oui, 4))) { in rtw_is_wps_ie()
514 *wps_ielen = ie_ptr[1] + 2; in rtw_is_wps_ie()
/Linux-v6.1/drivers/staging/r8188eu/include/
Dieee80211.h772 u8 rtw_is_wps_ie(u8 *ie_ptr, uint *wps_ielen);
/Linux-v6.1/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcfg80211.c227 u8 *ie_ptr; member
4399 parsed_info->ie_ptr = (char *)vndrie; in brcmf_parse_vndr_ies()
4423 brcmf_vndr_ie(u8 *iebuf, s32 pktflag, u8 *ie_ptr, u32 ie_len, s8 *add_del_cmd) in brcmf_vndr_ie() argument
4431 memcpy(&iebuf[VNDR_IE_VSIE_OFFSET], ie_ptr, ie_len); in brcmf_vndr_ie()
4514 memcpy(ptr + parsed_ie_buf_len, vndrie_info->ie_ptr, in brcmf_vif_set_mgmt_ie()
4541 vndrie_info->ie_ptr, in brcmf_vif_set_mgmt_ie()
4576 vndrie_info->ie_ptr, in brcmf_vif_set_mgmt_ie()
4581 memcpy(ptr + (*mgmt_ie_len), vndrie_info->ie_ptr, in brcmf_vif_set_mgmt_ie()
/Linux-v6.1/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c302 u8 *ie_ptr = pnetwork->network.IEs + _FIXED_IE_LENGTH_; in translate_scan() local
306 if (rtw_is_wps_ie(&ie_ptr[cnt], &wps_ielen) && (wps_ielen > 2)) { in translate_scan()
307 wpsie_ptr = &ie_ptr[cnt]; in translate_scan()
312 cnt += ie_ptr[cnt + 1] + 2; /* goto next */ in translate_scan()