Home
last modified time | relevance | path

Searched refs:rtw_parse_wpa_ie (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ieee80211.c440 int rtw_parse_wpa_ie(u8 *wpa_ie, int wpa_ie_len, int *group_cipher, int *pairwise_cipher, int *is_8… in rtw_parse_wpa_ie() function
1009 if (_SUCCESS == rtw_parse_wpa_ie(pbuf, wpa_ielen+2, &group_cipher, &pairwise_cipher, &is8021x)) { in rtw_get_cipher_info()
H A Drtw_ap.c974 if (rtw_parse_wpa_ie( in rtw_check_beacon_data()
H A Drtw_wlan_util.c1286 rtw_parse_wpa_ie(pbuf, wpa_ielen + 2, &group_cipher, in rtw_check_bcn_info()
H A Drtw_mlme_ext.c1096 if (rtw_parse_wpa_ie(wpa_ie-2, wpa_ie_len+2, &group_cipher, &pairwise_cipher, NULL) == _SUCCESS) { in OnAssocReq()
/linux/drivers/staging/rtl8723bs/include/
H A Dieee80211.h747 int rtw_parse_wpa_ie(u8 *wpa_ie, int wpa_ie_len, int *group_cipher, int *pairwise_cipher, int *is_8…
/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_linux.c246 if (rtw_parse_wpa_ie(buf, ielen, &group_cipher, &pairwise_cipher, NULL) == _SUCCESS) { in rtw_set_wpa_ie()
H A Dioctl_cfg80211.c1457 if (rtw_parse_wpa_ie(pwpa, wpa_ielen + 2, &group_cipher, &pairwise_cipher, NULL) == _SUCCESS) { in rtw_cfg80211_set_wpa_ie()