Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ieee80211.c502 int rtw_parse_wpa2_ie(u8 *rsn_ie, int rsn_ie_len, int *group_cipher, int *pairwise_cipher, int *is_… in rtw_parse_wpa2_ie() function
1018 … if (_SUCCESS == rtw_parse_wpa2_ie(pbuf, wpa_ielen+2, &group_cipher, &pairwise_cipher, &is8021x)) { in rtw_get_cipher_info()
H A Drtw_ap.c945 if (rtw_parse_wpa2_ie( in rtw_check_beacon_data()
H A Drtw_wlan_util.c1293 rtw_parse_wpa2_ie(pbuf, wpa_ielen + 2, &group_cipher, in rtw_check_bcn_info()
H A Drtw_mlme_ext.c1074 …if (rtw_parse_wpa2_ie(wpa_ie-2, wpa_ie_len+2, &group_cipher, &pairwise_cipher, NULL) == _SUCCESS) { in OnAssocReq()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dieee80211.h748 int rtw_parse_wpa2_ie(u8 *wpa_ie, int wpa_ie_len, int *group_cipher, int *pairwise_cipher, int *is_…
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_linux.c253 if (rtw_parse_wpa2_ie(buf, ielen, &group_cipher, &pairwise_cipher, NULL) == _SUCCESS) { in rtw_set_wpa_ie()
H A Dioctl_cfg80211.c1468 if (rtw_parse_wpa2_ie(pwpa2, wpa2_ielen + 2, &group_cipher, &pairwise_cipher, NULL) == _SUCCESS) { in rtw_cfg80211_set_wpa_ie()