/drivers/staging/rtl8723au/core/ |
H A D | rtw_ieee80211.c | 447 int rtw_parse_wpa_ie23a(const u8* wpa_ie, int wpa_ie_len, int *group_cipher, int *pairwise_cipher, int *is_8021x) argument 466 /* group_cipher */ 469 *group_cipher = rtw_get_wpa_cipher_suite(pos); 523 int rtw_parse_wpa2_ie23a(const u8 *rsn_ie, int rsn_ie_len, int *group_cipher, argument 544 /* group_cipher */ 546 *group_cipher = rtw_get_wpa2_cipher_suite(pos); 690 int group_cipher = 0, pairwise_cipher = 0, is8021x = 0; local 704 r = rtw_parse_wpa_ie23a(pbuf, pbuf[1] + 2, &group_cipher, 708 pnetwork->BcnInfo.group_cipher = group_cipher; [all...] |
H A D | rtw_wlan_util.c | 869 int group_cipher = 0, pairwise_cipher = 0, is_8021x = 0, r; local 965 r = rtw_parse_wpa2_ie23a(p, p[1] + 2, &group_cipher, 970 "pnetwork->group_cipher: %d, is_802x " 972 group_cipher, is_8021x)); 980 r = rtw_parse_wpa_ie23a(p, p[1] + 2, &group_cipher, 985 "group_cipher is %d, is_8021x is " 987 group_cipher, is_8021x)); 1003 ("%s cur_network->group_cipher is %d: %d\n", __func__, 1004 cur_network->BcnInfo.group_cipher, group_cipher)); [all...] |
H A D | rtw_ap.c | 796 int group_cipher, pairwise_cipher; local 894 group_cipher = 0; pairwise_cipher = 0; 900 if (rtw_parse_wpa2_ie23a(p, ie_len+2, &group_cipher, 907 psecuritypriv->wpa2_group_cipher = group_cipher; 914 group_cipher = 0; 922 if (rtw_parse_wpa_ie23a(p, ie_len+2, &group_cipher, 931 psecuritypriv->wpa_group_cipher = group_cipher;
|
H A D | rtw_mlme_ext.c | 1474 int group_cipher = 0, pairwise_cipher = 0; local 1479 &group_cipher, 1485 pstat->wpa2_group_cipher = group_cipher & 1493 &group_cipher, &pairwise_cipher, 1499 pstat->wpa_group_cipher = group_cipher &
|
/drivers/staging/rtl8723au/include/ |
H A D | wlan_bssdef.h | 81 int group_cipher; /* WPA/WPA2 group cipher */ member in struct:wlan_bcn_info
|
H A D | ieee80211.h | 337 int rtw_parse_wpa_ie23a(const u8* wpa_ie, int wpa_ie_len, int *group_cipher, int *pairwise_cipher, int *is_8021x); 338 int rtw_parse_wpa2_ie23a(const u8* wpa_ie, int wpa_ie_len, int *group_cipher, int *pairwise_cipher, int *is_8021x);
|
/drivers/staging/rtl8188eu/core/ |
H A D | rtw_ieee80211.c | 519 int rtw_parse_wpa_ie(u8 *wpa_ie, int wpa_ie_len, int *group_cipher, int *pairwise_cipher, int *is_8021x) argument 542 /* group_cipher */ 544 *group_cipher = rtw_get_wpa_cipher_suite(pos); 588 int rtw_parse_wpa2_ie(u8 *rsn_ie, int rsn_ie_len, int *group_cipher, int *pairwise_cipher, int *is_8021x) argument 608 /* group_cipher */ 610 *group_cipher = rtw_get_wpa2_cipher_suite(pos); 1188 int group_cipher = 0, pairwise_cipher = 0, is8021x = 0; local 1194 if (_SUCCESS == rtw_parse_wpa_ie(pbuf, wpa_ielen+2, &group_cipher, &pairwise_cipher, &is8021x)) { 1196 pnetwork->BcnInfo.group_cipher = group_cipher; [all...] |
H A D | rtw_wlan_util.c | 911 int group_cipher = 0, pairwise_cipher = 0, is_8021x = 0; local 1060 if (_SUCCESS == rtw_parse_wpa_ie(pbuf, wpa_ielen+2, &group_cipher, &pairwise_cipher, &is_8021x)) { 1062 ("%s pnetwork->pairwise_cipher: %d, group_cipher is %d, is_8021x is %d\n", __func__, 1063 pairwise_cipher, group_cipher, is_8021x)); 1069 if (_SUCCESS == rtw_parse_wpa2_ie(pbuf, wpa_ielen+2, &group_cipher, &pairwise_cipher, &is_8021x)) { 1071 ("%s pnetwork->pairwise_cipher: %d, pnetwork->group_cipher is %d, is_802x is %d\n", 1072 __func__, pairwise_cipher, group_cipher, is_8021x)); 1078 ("%s cur_network->group_cipher is %d: %d\n", __func__, cur_network->BcnInfo.group_cipher, group_cipher)); [all...] |
H A D | rtw_ap.c | 848 int group_cipher, pairwise_cipher; local 950 group_cipher = 0; 956 if (rtw_parse_wpa2_ie(p, ie_len+2, &group_cipher, &pairwise_cipher, NULL) == _SUCCESS) { 962 psecuritypriv->wpa2_group_cipher = group_cipher; 968 group_cipher = 0; 976 if (rtw_parse_wpa_ie(p, ie_len+2, &group_cipher, 984 psecuritypriv->wpa_group_cipher = group_cipher;
|
H A D | rtw_mlme_ext.c | 1047 int group_cipher = 0, pairwise_cipher = 0; local 1052 if (rtw_parse_wpa2_ie(wpa_ie-2, wpa_ie_len+2, &group_cipher, &pairwise_cipher, NULL) == _SUCCESS) { 1056 pstat->wpa2_group_cipher = group_cipher&psecuritypriv->wpa2_group_cipher; 1068 int group_cipher = 0, pairwise_cipher = 0; local 1073 if (rtw_parse_wpa_ie(wpa_ie-2, wpa_ie_len+2, &group_cipher, &pairwise_cipher, NULL) == _SUCCESS) { 1077 pstat->wpa_group_cipher = group_cipher&psecuritypriv->wpa_group_cipher;
|
/drivers/staging/rtl8712/ |
H A D | ieee80211.c | 289 int r8712_parse_wpa_ie(u8 *wpa_ie, int wpa_ie_len, int *group_cipher, argument 306 /*group_cipher*/ 308 *group_cipher = r8712_get_wpa_cipher_suite(pos); 330 int r8712_parse_wpa2_ie(u8 *rsn_ie, int rsn_ie_len, int *group_cipher, argument 346 /*group_cipher*/ 348 *group_cipher = r8712_get_wpa2_cipher_suite(pos);
|
H A D | ieee80211.h | 784 int r8712_parse_wpa_ie(u8 *wpa_ie, int wpa_ie_len, int *group_cipher, 786 int r8712_parse_wpa2_ie(u8 *wpa_ie, int wpa_ie_len, int *group_cipher,
|
H A D | rtl871x_ioctl_linux.c | 516 int group_cipher = 0, pairwise_cipher = 0; local 530 if (r8712_parse_wpa_ie(buf, ielen, &group_cipher, 536 if (r8712_parse_wpa2_ie(buf, ielen, &group_cipher, 542 switch (group_cipher) {
|
/drivers/staging/rtl8188eu/include/ |
H A D | wlan_bssdef.h | 241 int group_cipher; /* WPA/WPA2 group cipher */ member in struct:wlan_bcn_info
|
H A D | ieee80211.h | 1208 int rtw_parse_wpa_ie(u8 *wpa_ie, int wpa_ie_len, int *group_cipher, 1210 int rtw_parse_wpa2_ie(u8 *wpa_ie, int wpa_ie_len, int *group_cipher,
|
/drivers/net/wireless/mwifiex/ |
H A D | uap_cmd.c | 141 bss_config->wpa_cfg.group_cipher = CIPHER_TKIP; 144 bss_config->wpa_cfg.group_cipher = CIPHER_AES_CCMP; 350 if (bss_cfg->wpa_cfg.group_cipher & VALID_CIPHER_BITMAP) { 356 gwk_cipher->cipher = bss_cfg->wpa_cfg.group_cipher;
|
H A D | ioctl.h | 70 u8 group_cipher; member in struct:wpa_param
|
/drivers/staging/rtl8723au/os_dep/ |
H A D | ioctl_cfg80211.c | 1583 int group_cipher = 0, pairwise_cipher = 0; local 1617 if (rtw_parse_wpa_ie23a(pwpa, pwpa[1] + 2, &group_cipher, 1632 if (rtw_parse_wpa2_ie23a (pwpa2, pwpa2[1] + 2, &group_cipher, 1645 if (group_cipher == 0) { 1646 group_cipher = WPA_CIPHER_NONE; 1652 switch (group_cipher) {
|
/drivers/staging/rtl8188eu/os_dep/ |
H A D | ioctl_linux.c | 503 int group_cipher = 0, pairwise_cipher = 0; local 537 if (rtw_parse_wpa_ie(buf, ielen, &group_cipher, &pairwise_cipher, NULL) == _SUCCESS) { 543 if (rtw_parse_wpa2_ie(buf, ielen, &group_cipher, &pairwise_cipher, NULL) == _SUCCESS) { 549 switch (group_cipher) {
|