Searched refs:rtw_get_wps_ie (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/staging/rtl8723bs/include/
H A Dieee80211.h752 u8 *rtw_get_wps_ie(u8 *in_ie, uint in_len, u8 *wps_ie, uint *wps_ielen);
/linux-master/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c250 wpsie = rtw_get_wps_ie(pnetwork->network.ies + _FIXED_IE_LENGTH_, pnetwork->network.ie_length - _FIXED_IE_LENGTH_, NULL, &wpsielen);
1168 wps_ie = rtw_get_wps_ie(buf, len, NULL, &wps_ielen);
1530 wps_ie = rtw_get_wps_ie(buf, ielen, NULL, &wps_ielen);
2278 rtw_get_wps_ie(pbuf + _FIXED_IE_LENGTH_, len - _FIXED_IE_LENGTH_, NULL, &wps_ielen);
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_ap.c667 if (!rtw_get_wps_ie(pnetwork->ies + _FIXED_IE_LENGTH_,
1472 pwps_ie = rtw_get_wps_ie(
H A Drtw_ieee80211.c638 * rtw_get_wps_ie - Search WPS IE from a series of IEs
646 u8 *rtw_get_wps_ie(u8 *in_ie, uint in_len, u8 *wps_ie, uint *wps_ielen) function
H A Drtw_mlme.c650 if (rtw_get_wps_ie(pnetwork->network.ies+_FIXED_IE_LENGTH_, pnetwork->network.ie_length-_FIXED_IE_LENGTH_, NULL, &wps_ielen))
H A Drtw_mlme_ext.c2176 wps_ie = rtw_get_wps_ie(pmgntframe->buf_addr+TXDESC_OFFSET+sizeof(struct ieee80211_hdr_3addr)+_BEACON_IE_OFFSET_,
2315 pwps_ie = rtw_get_wps_ie(cur_network->ies+_FIXED_IE_LENGTH_, cur_network->ie_length-_FIXED_IE_LENGTH_, NULL, &wps_ielen);

Completed in 272 milliseconds