Searched refs:ie_ptr (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | ie.c | 214 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_obj(struct mwifiex_ie); in mwifiex_update_vs_ie() 225 if (!*ie_ptr) in mwifiex_update_vs_ie() 227 ie = *ie_ptr; in mwifiex_update_vs_ie() 241 *ie_ptr = ie; in mwifiex_update_vs_ie()
|
| H A D | join.c | 665 const u8 *ie_ptr; in mwifiex_ret_802_11_associate() local 777 ie_ptr = cfg80211_find_ie(WLAN_EID_HT_OPERATION, assoc_rsp->ie_buffer, in mwifiex_ret_802_11_associate() 781 priv->ht_param_present = ie_ptr ? true : false; in mwifiex_ret_802_11_associate()
|
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | ie.c | 202 struct nxpwifi_ie **ie_ptr, u16 mask, in nxpwifi_update_vs_ie() argument 206 struct nxpwifi_ie *ie = *ie_ptr; in nxpwifi_update_vs_ie() 211 if (!*ie_ptr) { in nxpwifi_update_vs_ie() 212 *ie_ptr = kzalloc_obj(struct nxpwifi_ie, GFP_KERNEL); in nxpwifi_update_vs_ie() 213 if (!*ie_ptr) in nxpwifi_update_vs_ie() 215 ie = *ie_ptr; in nxpwifi_update_vs_ie() 229 *ie_ptr = ie; in nxpwifi_update_vs_ie()
|
| H A D | join.c | 501 const u8 *ie_ptr; in nxpwifi_ret_802_11_associate() local 604 ie_ptr = cfg80211_find_ie(WLAN_EID_HT_OPERATION, assoc_rsp->ie_buffer, in nxpwifi_ret_802_11_associate() 607 if (ie_ptr) { in nxpwifi_ret_802_11_associate() 608 assoc_resp_ht_oper = (struct ieee80211_ht_operation *)(ie_ptr in nxpwifi_ret_802_11_associate()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | cfg80211.c | 261 u8 *ie_ptr; member 4843 parsed_info->ie_ptr = (char *)vndrie; in brcmf_parse_vndr_ies() 4867 brcmf_vndr_ie(u8 *iebuf, s32 pktflag, u8 *ie_ptr, u32 ie_len, s8 *add_del_cmd) in brcmf_vndr_ie() argument 4875 memcpy(&iebuf[VNDR_IE_VSIE_OFFSET], ie_ptr, ie_len); in brcmf_vndr_ie() 4958 memcpy(ptr + parsed_ie_buf_len, vndrie_info->ie_ptr, in brcmf_vif_set_mgmt_ie() 4985 vndrie_info->ie_ptr, in brcmf_vif_set_mgmt_ie() 5020 vndrie_info->ie_ptr, in brcmf_vif_set_mgmt_ie() 5025 memcpy(ptr + (*mgmt_ie_len), vndrie_info->ie_ptr, in brcmf_vif_set_mgmt_ie()
|