Home
last modified time | relevance | path

Searched refs:ie_ptr (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A Die.c226 struct mwifiex_ie **ie_ptr, u16 mask, in mwifiex_update_vs_ie()
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()
225 mwifiex_update_vs_ie(const u8 *ies, int ies_len, struct mwifiex_ie **ie_ptr, u16 mask, unsigned int oui, u8 oui_type) mwifiex_update_vs_ie() argument
H A Djoin.c647 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()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A Die.c214 struct mwifiex_ie **ie_ptr, u16 mask, in mwifiex_update_vs_ie()
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()
213 mwifiex_update_vs_ie(const u8 *ies, int ies_len, struct mwifiex_ie **ie_ptr, u16 mask, unsigned int oui, u8 oui_type) mwifiex_update_vs_ie() argument
H A 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()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/
H A Drtw_ieee80211.c540 u8 rtw_is_wps_ie(u8 *ie_ptr, uint *wps_ielen) in rtw_is_wps_ie() argument
545 if (!ie_ptr) in rtw_is_wps_ie()
548 eid = ie_ptr[0]; in rtw_is_wps_ie()
550 if ((eid == _WPA_IE_ID_) && (!memcmp(&ie_ptr[2], wps_oui, 4))) { in rtw_is_wps_ie()
551 *wps_ielen = ie_ptr[1] + 2; in rtw_is_wps_ie()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/
H A Drtw_ieee80211.c711 u8 rtw_is_wps_ie(u8 *ie_ptr, uint *wps_ielen) in rtw_is_wps_ie() argument
716 if (!ie_ptr) in rtw_is_wps_ie()
719 eid = ie_ptr[0]; in rtw_is_wps_ie()
721 if ((eid == _WPA_IE_ID_) && (!memcmp(&ie_ptr[2], wps_oui, 4))) { in rtw_is_wps_ie()
723 *wps_ielen = ie_ptr[1]+2; in rtw_is_wps_ie()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/
H A Dieee80211.h729 u8 rtw_is_wps_ie(u8 *ie_ptr, uint *wps_ielen);
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_linux.c289 u8 *ie_ptr; in translate_scan() local
293 ie_ptr = pnetwork->network.IEs; in translate_scan()
296 ie_ptr = pnetwork->network.IEs + _FIXED_IE_LENGTH_; in translate_scan()
301 if (rtw_is_wps_ie(&ie_ptr[cnt], &wps_ielen) && (wps_ielen > 2)) { in translate_scan()
302 wpsie_ptr = &ie_ptr[cnt]; in translate_scan()
307 cnt += ie_ptr[cnt + 1] + 2; /* goto next */ in translate_scan()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/os_dep/
H A Dioctl_linux.c277 u8 *ie_ptr = pnetwork->network.ies + _FIXED_IE_LENGTH_; in translate_scan() local
282 if (rtw_is_wps_ie(&ie_ptr[cnt], &wps_ielen) && (wps_ielen > 2)) { in translate_scan()
283 wpsie_ptr = &ie_ptr[cnt]; in translate_scan()
288 cnt += ie_ptr[cnt + 1] + 2; /* goto next */ in translate_scan()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/
H A Dieee80211.h1142 u8 rtw_is_wps_ie(u8 *ie_ptr, uint *wps_ielen);
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c229 u8 *ie_ptr; member
4391 parsed_info->ie_ptr = (char *)vndrie; in brcmf_parse_vndr_ies()
4415 brcmf_vndr_ie(u8 *iebuf, s32 pktflag, u8 *ie_ptr, u32 ie_len, s8 *add_del_cmd) in brcmf_vndr_ie() argument
4423 memcpy(&iebuf[VNDR_IE_VSIE_OFFSET], ie_ptr, ie_len); in brcmf_vndr_ie()
4506 memcpy(ptr + parsed_ie_buf_len, vndrie_info->ie_ptr, in brcmf_vif_set_mgmt_ie()
4533 vndrie_info->ie_ptr, in brcmf_vif_set_mgmt_ie()
4568 vndrie_info->ie_ptr, in brcmf_vif_set_mgmt_ie()
4573 memcpy(ptr + (*mgmt_ie_len), vndrie_info->ie_ptr, in brcmf_vif_set_mgmt_ie()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c260 u8 *ie_ptr; member
4803 parsed_info->ie_ptr = (char *)vndrie; in brcmf_parse_vndr_ies()
4827 brcmf_vndr_ie(u8 *iebuf, s32 pktflag, u8 *ie_ptr, u32 ie_len, s8 *add_del_cmd) in brcmf_vndr_ie() argument
4835 memcpy(&iebuf[VNDR_IE_VSIE_OFFSET], ie_ptr, ie_len); in brcmf_vndr_ie()
4918 memcpy(ptr + parsed_ie_buf_len, vndrie_info->ie_ptr, in brcmf_vif_set_mgmt_ie()
4945 vndrie_info->ie_ptr, in brcmf_vif_set_mgmt_ie()
4980 vndrie_info->ie_ptr, in brcmf_vif_set_mgmt_ie()
4985 memcpy(ptr + (*mgmt_ie_len), vndrie_info->ie_ptr, in brcmf_vif_set_mgmt_ie()

Completed in 40 milliseconds