Searched refs:rtw_get_wps_ie (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/staging/rtl8723bs/include/ |
H A D | ieee80211.h | 752 u8 *rtw_get_wps_ie(u8 *in_ie, uint in_len, u8 *wps_ie, uint *wps_ielen);
|
/linux/drivers/staging/rtl8723bs/os_dep/ |
H A D | ioctl_cfg80211.c | 249 wpsie = rtw_get_wps_ie(pnetwork->network.ies + _FIXED_IE_LENGTH_, pnetwork->network.ie_length - _FIXED_IE_LENGTH_, NULL, &wpsielen); in rtw_cfg80211_inform_bss() 1157 wps_ie = rtw_get_wps_ie(buf, len, NULL, &wps_ielen); in rtw_cfg80211_set_probe_req_wpsp2pie() 1520 wps_ie = rtw_get_wps_ie(buf, ielen, NULL, &wps_ielen); in rtw_cfg80211_set_wpa_ie() 2269 rtw_get_wps_ie(pbuf + _FIXED_IE_LENGTH_, len - _FIXED_IE_LENGTH_, NULL, &wps_ielen); in rtw_add_beacon()
|
/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_ap.c | 666 if (!rtw_get_wps_ie(pnetwork->ies + _FIXED_IE_LENGTH_, in start_bss_network() 1466 pwps_ie = rtw_get_wps_ie( in update_bcn_wps_ie()
|
H A D | rtw_ieee80211.c | 639 * rtw_get_wps_ie - Search WPS IE from a series of IEs 647 u8 *rtw_get_wps_ie(u8 *in_ie, uint in_len, u8 *wps_ie, uint *wps_ielen) in rtw_get_wps_ie() function
|
H A D | rtw_mlme_ext.c | 2175 wps_ie = rtw_get_wps_ie(pmgntframe->buf_addr+TXDESC_OFFSET+sizeof(struct ieee80211_hdr_3addr)+_BEACON_IE_OFFSET_, in issue_beacon() 2314 pwps_ie = rtw_get_wps_ie(cur_network->ies+_FIXED_IE_LENGTH_, cur_network->ie_length-_FIXED_IE_LENGTH_, NULL, &wps_ielen); in issue_probersp()
|