Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/marvell/mwifiex/
H A 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()
H A Djoin.c665 const u8 *ie_ptr; in mwifiex_ret_802_11_associate() local
778 ie_ptr = cfg80211_find_ie(WLAN_EID_HT_OPERATION, assoc_rsp->ie_buffer, in mwifiex_ret_802_11_associate()
782 priv->ht_param_present = ie_ptr ? true : false; in mwifiex_ret_802_11_associate()
/linux-6.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c261 u8 *ie_ptr; member
4801 parsed_info->ie_ptr = (char *)vndrie; in brcmf_parse_vndr_ies()
4825 brcmf_vndr_ie(u8 *iebuf, s32 pktflag, u8 *ie_ptr, u32 ie_len, s8 *add_del_cmd) in brcmf_vndr_ie() argument
4833 memcpy(&iebuf[VNDR_IE_VSIE_OFFSET], ie_ptr, ie_len); in brcmf_vndr_ie()
4916 memcpy(ptr + parsed_ie_buf_len, vndrie_info->ie_ptr, in brcmf_vif_set_mgmt_ie()
4943 vndrie_info->ie_ptr, in brcmf_vif_set_mgmt_ie()
4978 vndrie_info->ie_ptr, in brcmf_vif_set_mgmt_ie()
4983 memcpy(ptr + (*mgmt_ie_len), vndrie_info->ie_ptr, in brcmf_vif_set_mgmt_ie()