Searched refs:ie_ptr (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/net/wireless/mwifiex/
H A Die.c225 struct mwifiex_ie **ie_ptr, u16 mask, mwifiex_update_vs_ie()
229 struct mwifiex_ie *ie = *ie_ptr; mwifiex_update_vs_ie()
234 if (!*ie_ptr) { mwifiex_update_vs_ie()
235 *ie_ptr = kzalloc(sizeof(struct mwifiex_ie), mwifiex_update_vs_ie()
237 if (!*ie_ptr) mwifiex_update_vs_ie()
239 ie = *ie_ptr; mwifiex_update_vs_ie()
250 *ie_ptr = ie; mwifiex_update_vs_ie()
224 mwifiex_update_vs_ie(const u8 *ies, int ies_len, struct mwifiex_ie **ie_ptr, u16 mask, unsigned int oui, u8 oui_type) mwifiex_update_vs_ie() argument
/linux-4.4.14/drivers/staging/rtl8188eu/core/
H A Drtw_ieee80211.c721 u8 rtw_is_wps_ie(u8 *ie_ptr, uint *wps_ielen) rtw_is_wps_ie() argument
726 if (ie_ptr == NULL) rtw_is_wps_ie()
729 eid = ie_ptr[0]; rtw_is_wps_ie()
731 if ((eid == _WPA_IE_ID_) && (!memcmp(&ie_ptr[2], wps_oui, 4))) { rtw_is_wps_ie()
732 *wps_ielen = ie_ptr[1]+2; rtw_is_wps_ie()
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/
H A Dioctl_linux.c291 u8 *ie_ptr = pnetwork->network.IEs + _FIXED_IE_LENGTH_; translate_scan() local
295 if (rtw_is_wps_ie(&ie_ptr[cnt], &wps_ielen) && (wps_ielen > 2)) { translate_scan()
296 wpsie_ptr = &ie_ptr[cnt]; translate_scan()
301 cnt += ie_ptr[cnt+1]+2; /* goto next */ translate_scan()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
H A Dcfg80211.c225 u8 *ie_ptr; member in struct:parsed_vndr_ie_info
3813 parsed_info->ie_ptr = (char *)vndrie; brcmf_parse_vndr_ies()
3839 brcmf_vndr_ie(u8 *iebuf, s32 pktflag, u8 *ie_ptr, u32 ie_len, s8 *add_del_cmd) brcmf_vndr_ie() argument
3849 memcpy(&iebuf[VNDR_IE_VSIE_OFFSET], ie_ptr, ie_len); brcmf_vndr_ie()
3924 memcpy(ptr + parsed_ie_buf_len, vndrie_info->ie_ptr, brcmf_vif_set_mgmt_ie()
3953 vndrie_info->ie_ptr, brcmf_vif_set_mgmt_ie()
3990 vndrie_info->ie_ptr, brcmf_vif_set_mgmt_ie()
3995 memcpy(ptr + (*mgmt_ie_len), vndrie_info->ie_ptr, brcmf_vif_set_mgmt_ie()
/linux-4.4.14/drivers/staging/rtl8188eu/include/
H A Dieee80211.h1134 u8 rtw_is_wps_ie(u8 *ie_ptr, uint *wps_ielen);

Completed in 273 milliseconds