Searched refs:ie_ptr (Results 1 – 3 of 3) 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(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 D | join.c | 665 const u8 *ie_ptr; in mwifiex_ret_802_11_associate() local 779 ie_ptr = cfg80211_find_ie(WLAN_EID_HT_OPERATION, assoc_rsp->ie_buffer, in mwifiex_ret_802_11_associate() 782 if (ie_ptr) { in mwifiex_ret_802_11_associate() 783 assoc_resp_ht_oper = (struct ieee80211_ht_operation *)(ie_ptr in mwifiex_ret_802_11_associate()
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | cfg80211.c | 261 u8 *ie_ptr; member 4797 parsed_info->ie_ptr = (char *)vndrie; in brcmf_parse_vndr_ies() 4821 brcmf_vndr_ie(u8 *iebuf, s32 pktflag, u8 *ie_ptr, u32 ie_len, s8 *add_del_cmd) in brcmf_vndr_ie() argument 4829 memcpy(&iebuf[VNDR_IE_VSIE_OFFSET], ie_ptr, ie_len); in brcmf_vndr_ie() 4912 memcpy(ptr + parsed_ie_buf_len, vndrie_info->ie_ptr, in brcmf_vif_set_mgmt_ie() 4939 vndrie_info->ie_ptr, in brcmf_vif_set_mgmt_ie() 4974 vndrie_info->ie_ptr, in brcmf_vif_set_mgmt_ie() 4979 memcpy(ptr + (*mgmt_ie_len), vndrie_info->ie_ptr, in brcmf_vif_set_mgmt_ie()
|