Searched refs:ie_ptr (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c261 u8 *ie_ptr; member in struct:parsed_vndr_ie_info
4789 parsed_info->ie_ptr = (char *)vndrie;
4813 brcmf_vndr_ie(u8 *iebuf, s32 pktflag, u8 *ie_ptr, u32 ie_len, s8 *add_del_cmd) argument
4821 memcpy(&iebuf[VNDR_IE_VSIE_OFFSET], ie_ptr, ie_len);
4904 memcpy(ptr + parsed_ie_buf_len, vndrie_info->ie_ptr,
4931 vndrie_info->ie_ptr,
4966 vndrie_info->ie_ptr,
4971 memcpy(ptr + (*mgmt_ie_len), vndrie_info->ie_ptr,
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Die.c214 struct mwifiex_ie **ie_ptr, u16 mask,
218 struct mwifiex_ie *ie = *ie_ptr;
223 if (!*ie_ptr) {
224 *ie_ptr = kzalloc(sizeof(struct mwifiex_ie),
226 if (!*ie_ptr)
228 ie = *ie_ptr;
242 *ie_ptr = 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) argument
H A Djoin.c635 const u8 *ie_ptr; local
732 ie_ptr = cfg80211_find_ie(WLAN_EID_HT_OPERATION, assoc_rsp->ie_buffer,
735 if (ie_ptr) {
736 assoc_resp_ht_oper = (struct ieee80211_ht_operation *)(ie_ptr

Completed in 170 milliseconds