rtw_parse_wpa_ie  860 drivers/staging/rtl8188eu/core/rtw_ap.c 			if (rtw_parse_wpa_ie(p, ie_len + 2, &group_cipher,
rtw_parse_wpa_ie  928 drivers/staging/rtl8188eu/core/rtw_ieee80211.c 		if (rtw_parse_wpa_ie(pbuf, wpa_ielen + 2, &group_cipher, &pairwise_cipher, &is8021x) == _SUCCESS) {
rtw_parse_wpa_ie 3055 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c 		if (rtw_parse_wpa_ie(wpa_ie-2, wpa_ie_len+2, &group_cipher, &pairwise_cipher, NULL) == _SUCCESS) {
rtw_parse_wpa_ie  972 drivers/staging/rtl8188eu/core/rtw_wlan_util.c 			if (_SUCCESS == rtw_parse_wpa_ie(pbuf, wpa_ielen + 2, &group_cipher, &pairwise_cipher, &is_8021x)) {
rtw_parse_wpa_ie  741 drivers/staging/rtl8188eu/include/ieee80211.h int rtw_parse_wpa_ie(u8 *wpa_ie, int wpa_ie_len, int *group_cipher,
rtw_parse_wpa_ie  531 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c 		if (rtw_parse_wpa_ie(buf, ielen, &group_cipher, &pairwise_cipher, NULL) == _SUCCESS) {
rtw_parse_wpa_ie 1118 drivers/staging/rtl8723bs/core/rtw_ap.c 			if (rtw_parse_wpa_ie(
rtw_parse_wpa_ie 1143 drivers/staging/rtl8723bs/core/rtw_ieee80211.c 		if (_SUCCESS == rtw_parse_wpa_ie(pbuf, wpa_ielen+2, &group_cipher, &pairwise_cipher, &is8021x)) {
rtw_parse_wpa_ie 1346 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c 		if (rtw_parse_wpa_ie(wpa_ie-2, wpa_ie_len+2, &group_cipher, &pairwise_cipher, NULL) == _SUCCESS) {
rtw_parse_wpa_ie 1452 drivers/staging/rtl8723bs/core/rtw_wlan_util.c 			if (_SUCCESS == rtw_parse_wpa_ie(pbuf, wpa_ielen+2, &group_cipher, &pairwise_cipher, &is_8021x)) {
rtw_parse_wpa_ie 1138 drivers/staging/rtl8723bs/include/ieee80211.h int rtw_parse_wpa_ie(u8 *wpa_ie, int wpa_ie_len, int *group_cipher, int *pairwise_cipher, int *is_8021x);
rtw_parse_wpa_ie 1846 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c 		if (rtw_parse_wpa_ie(pwpa, wpa_ielen+2, &group_cipher, &pairwise_cipher, NULL) == _SUCCESS)
rtw_parse_wpa_ie  649 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 		if (rtw_parse_wpa_ie(buf, ielen, &group_cipher, &pairwise_cipher, NULL) == _SUCCESS) {