rtw_parse_wpa2_ie  840 drivers/staging/rtl8188eu/core/rtw_ap.c 		if (rtw_parse_wpa2_ie(p, ie_len + 2, &group_cipher, &pairwise_cipher, NULL) == _SUCCESS) {
rtw_parse_wpa2_ie  941 drivers/staging/rtl8188eu/core/rtw_ieee80211.c 			if (rtw_parse_wpa2_ie(pbuf, wpa_ielen + 2, &group_cipher, &pairwise_cipher, &is8021x) == _SUCCESS) {
rtw_parse_wpa2_ie 3034 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c 		if (rtw_parse_wpa2_ie(wpa_ie-2, wpa_ie_len+2, &group_cipher, &pairwise_cipher, NULL) == _SUCCESS) {
rtw_parse_wpa2_ie  982 drivers/staging/rtl8188eu/core/rtw_wlan_util.c 				if (_SUCCESS == rtw_parse_wpa2_ie(pbuf, wpa_ielen + 2, &group_cipher, &pairwise_cipher, &is_8021x)) {
rtw_parse_wpa2_ie  743 drivers/staging/rtl8188eu/include/ieee80211.h int rtw_parse_wpa2_ie(u8 *wpa_ie, int wpa_ie_len, int *group_cipher,
rtw_parse_wpa2_ie  537 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c 		if (rtw_parse_wpa2_ie(buf, ielen, &group_cipher, &pairwise_cipher, NULL) == _SUCCESS) {
rtw_parse_wpa2_ie 1088 drivers/staging/rtl8723bs/core/rtw_ap.c 		if (rtw_parse_wpa2_ie(
rtw_parse_wpa2_ie 1156 drivers/staging/rtl8723bs/core/rtw_ieee80211.c 			if (_SUCCESS == rtw_parse_wpa2_ie(pbuf, wpa_ielen+2, &group_cipher, &pairwise_cipher, &is8021x)) {
rtw_parse_wpa2_ie 1323 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c 		if (rtw_parse_wpa2_ie(wpa_ie-2, wpa_ie_len+2, &group_cipher, &pairwise_cipher, NULL) == _SUCCESS) {
rtw_parse_wpa2_ie 1461 drivers/staging/rtl8723bs/core/rtw_wlan_util.c 				if (_SUCCESS == rtw_parse_wpa2_ie(pbuf, wpa_ielen+2, &group_cipher, &pairwise_cipher, &is_8021x)) {
rtw_parse_wpa2_ie 1139 drivers/staging/rtl8723bs/include/ieee80211.h int rtw_parse_wpa2_ie(u8 *wpa_ie, int wpa_ie_len, int *group_cipher, int *pairwise_cipher, int *is_8021x);
rtw_parse_wpa2_ie 1859 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c 		if (rtw_parse_wpa2_ie(pwpa2, wpa2_ielen+2, &group_cipher, &pairwise_cipher, NULL) == _SUCCESS)
rtw_parse_wpa2_ie  655 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 		if (rtw_parse_wpa2_ie(buf, ielen, &group_cipher, &pairwise_cipher, NULL) == _SUCCESS) {