Home
last modified time | relevance | path

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

/Linux-v6.6/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.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcfg80211.c260 u8 *ie_ptr; member
4799 parsed_info->ie_ptr = (char *)vndrie; in brcmf_parse_vndr_ies()
4823 brcmf_vndr_ie(u8 *iebuf, s32 pktflag, u8 *ie_ptr, u32 ie_len, s8 *add_del_cmd) in brcmf_vndr_ie() argument
4831 memcpy(&iebuf[VNDR_IE_VSIE_OFFSET], ie_ptr, ie_len); in brcmf_vndr_ie()
4914 memcpy(ptr + parsed_ie_buf_len, vndrie_info->ie_ptr, in brcmf_vif_set_mgmt_ie()
4941 vndrie_info->ie_ptr, in brcmf_vif_set_mgmt_ie()
4976 vndrie_info->ie_ptr, in brcmf_vif_set_mgmt_ie()
4981 memcpy(ptr + (*mgmt_ie_len), vndrie_info->ie_ptr, in brcmf_vif_set_mgmt_ie()