Searched refs:group_cipher (Results 26 - 50 of 119) sorted by relevance

12345

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/wpa_supplicant/wpa_gui/
H A Dwpagui.ui.h307 char *pairwise_cipher = NULL, *group_cipher = NULL; local
342 } else if (strcmp(start, "group_cipher") == 0) {
343 group_cipher = pos;
352 if (pairwise_cipher || group_cipher) {
354 if (pairwise_cipher && group_cipher &&
355 strcmp(pairwise_cipher, group_cipher) != 0) {
358 encr.append(group_cipher);
362 encr.append(group_cipher);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/wpa_supplicant/wpa_gui/
H A Dwpagui.ui.h307 char *pairwise_cipher = NULL, *group_cipher = NULL; local
342 } else if (strcmp(start, "group_cipher") == 0) {
343 group_cipher = pos;
352 if (pairwise_cipher || group_cipher) {
354 if (pairwise_cipher && group_cipher &&
355 strcmp(pairwise_cipher, group_cipher) != 0) {
358 encr.append(group_cipher);
362 encr.append(group_cipher);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/wpa_supplicant/wpa_gui/
H A Dwpagui.ui.h307 char *pairwise_cipher = NULL, *group_cipher = NULL; local
342 } else if (strcmp(start, "group_cipher") == 0) {
343 group_cipher = pos;
352 if (pairwise_cipher || group_cipher) {
354 if (pairwise_cipher && group_cipher &&
355 strcmp(pairwise_cipher, group_cipher) != 0) {
358 encr.append(group_cipher);
362 encr.append(group_cipher);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/wpa_supplicant/wpa_gui/
H A Dwpagui.ui.h307 char *pairwise_cipher = NULL, *group_cipher = NULL; local
342 } else if (strcmp(start, "group_cipher") == 0) {
343 group_cipher = pos;
352 if (pairwise_cipher || group_cipher) {
354 if (pairwise_cipher && group_cipher &&
355 strcmp(pairwise_cipher, group_cipher) != 0) {
358 encr.append(group_cipher);
362 encr.append(group_cipher);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/wpa_supplicant/wpa_gui/
H A Dwpagui.ui.h307 char *pairwise_cipher = NULL, *group_cipher = NULL; local
342 } else if (strcmp(start, "group_cipher") == 0) {
343 group_cipher = pos;
352 if (pairwise_cipher || group_cipher) {
354 if (pairwise_cipher && group_cipher &&
355 strcmp(pairwise_cipher, group_cipher) != 0) {
358 encr.append(group_cipher);
362 encr.append(group_cipher);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_wpa.c442 u8 group_cipher = Ndis802_11WEPDisabled; local
476 ConstructEapolMsg(pEntry, group_cipher, EAPOL_PAIR_MSG_1, 0, /* Default key index */
529 u8 group_cipher = Ndis802_11WEPDisabled; local
546 group_cipher = pAd->StaCfg.GroupCipher;
589 ConstructEapolMsg(pEntry, group_cipher, EAPOL_PAIR_MSG_2, 0, /* DefaultKeyIdx */
627 u8 group_cipher = Ndis802_11WEPDisabled; local
683 group_cipher,
736 u8 group_cipher = Ndis802_11WEPDisabled; local
750 group_cipher = pAd->StaCfg.GroupCipher;
775 ConstructEapolMsg(pEntry, group_cipher, EAPOL_PAIR_MSG_
881 u8 group_cipher = Ndis802_11WEPDisabled; local
998 u8 group_cipher = Ndis802_11WEPDisabled; local
1064 u8 group_cipher = Ndis802_11WEPDisabled; local
1142 u8 group_cipher = Ndis802_11WEPDisabled; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rt2860/common/
H A Dcmm_wpa.c442 u8 group_cipher = Ndis802_11WEPDisabled; local
476 ConstructEapolMsg(pEntry, group_cipher, EAPOL_PAIR_MSG_1, 0, /* Default key index */
529 u8 group_cipher = Ndis802_11WEPDisabled; local
546 group_cipher = pAd->StaCfg.GroupCipher;
589 ConstructEapolMsg(pEntry, group_cipher, EAPOL_PAIR_MSG_2, 0, /* DefaultKeyIdx */
627 u8 group_cipher = Ndis802_11WEPDisabled; local
683 group_cipher,
736 u8 group_cipher = Ndis802_11WEPDisabled; local
750 group_cipher = pAd->StaCfg.GroupCipher;
775 ConstructEapolMsg(pEntry, group_cipher, EAPOL_PAIR_MSG_
881 u8 group_cipher = Ndis802_11WEPDisabled; local
998 u8 group_cipher = Ndis802_11WEPDisabled; local
1064 u8 group_cipher = Ndis802_11WEPDisabled; local
1142 u8 group_cipher = Ndis802_11WEPDisabled; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/rsn_supp/
H A Dwpa.c468 wpa_cipher_txt(sm->group_cipher));
568 static int wpa_supplicant_check_group_cipher(int group_cipher, argument
574 switch (group_cipher) {
609 group_cipher);
616 wpa_cipher_txt(group_cipher), keylen, maxkeylen);
643 if (sm->group_cipher == WPA_CIPHER_TKIP) {
722 if (wpa_supplicant_check_group_cipher(sm->group_cipher,
1071 if (wpa_supplicant_check_group_cipher(sm->group_cipher,
1122 if (wpa_supplicant_check_group_cipher(sm->group_cipher,
1246 MAC2STR(sm->bssid), wpa_cipher_txt(sm->group_cipher));
[all...]
H A Dwpa_ft.c146 if (sm->group_cipher == WPA_CIPHER_CCMP)
148 else if (sm->group_cipher == WPA_CIPHER_TKIP)
152 sm->group_cipher);
622 switch (sm->group_cipher) {
645 sm->group_cipher);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/rsn_supp/
H A Dwpa.c450 wpa_cipher_txt(sm->group_cipher));
550 static int wpa_supplicant_check_group_cipher(int group_cipher, argument
557 switch (group_cipher) {
592 group_cipher);
599 wpa_cipher_txt(group_cipher), keylen, maxkeylen);
626 if (sm->group_cipher == WPA_CIPHER_TKIP) {
705 if (wpa_supplicant_check_group_cipher(sm->group_cipher,
1174 if (wpa_supplicant_check_group_cipher(sm->group_cipher,
1225 if (wpa_supplicant_check_group_cipher(sm->group_cipher,
1352 MAC2STR(sm->bssid), wpa_cipher_txt(sm->group_cipher));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/rsn_supp/
H A Dwpa.c468 wpa_cipher_txt(sm->group_cipher));
568 static int wpa_supplicant_check_group_cipher(int group_cipher, argument
574 switch (group_cipher) {
609 group_cipher);
616 wpa_cipher_txt(group_cipher), keylen, maxkeylen);
643 if (sm->group_cipher == WPA_CIPHER_TKIP) {
722 if (wpa_supplicant_check_group_cipher(sm->group_cipher,
1071 if (wpa_supplicant_check_group_cipher(sm->group_cipher,
1122 if (wpa_supplicant_check_group_cipher(sm->group_cipher,
1246 MAC2STR(sm->bssid), wpa_cipher_txt(sm->group_cipher));
[all...]
H A Dwpa_ft.c146 if (sm->group_cipher == WPA_CIPHER_CCMP)
148 else if (sm->group_cipher == WPA_CIPHER_TKIP)
152 sm->group_cipher);
622 switch (sm->group_cipher) {
645 sm->group_cipher);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/rsn_supp/
H A Dwpa.c450 wpa_cipher_txt(sm->group_cipher));
550 static int wpa_supplicant_check_group_cipher(int group_cipher, argument
557 switch (group_cipher) {
592 group_cipher);
599 wpa_cipher_txt(group_cipher), keylen, maxkeylen);
626 if (sm->group_cipher == WPA_CIPHER_TKIP) {
705 if (wpa_supplicant_check_group_cipher(sm->group_cipher,
1174 if (wpa_supplicant_check_group_cipher(sm->group_cipher,
1225 if (wpa_supplicant_check_group_cipher(sm->group_cipher,
1352 MAC2STR(sm->bssid), wpa_cipher_txt(sm->group_cipher));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/rsn_supp/
H A Dwpa.c468 wpa_cipher_txt(sm->group_cipher));
568 static int wpa_supplicant_check_group_cipher(int group_cipher, argument
574 switch (group_cipher) {
609 group_cipher);
616 wpa_cipher_txt(group_cipher), keylen, maxkeylen);
643 if (sm->group_cipher == WPA_CIPHER_TKIP) {
722 if (wpa_supplicant_check_group_cipher(sm->group_cipher,
1071 if (wpa_supplicant_check_group_cipher(sm->group_cipher,
1122 if (wpa_supplicant_check_group_cipher(sm->group_cipher,
1246 MAC2STR(sm->bssid), wpa_cipher_txt(sm->group_cipher));
[all...]
H A Dwpa_ft.c146 if (sm->group_cipher == WPA_CIPHER_CCMP)
148 else if (sm->group_cipher == WPA_CIPHER_TKIP)
152 sm->group_cipher);
622 switch (sm->group_cipher) {
645 sm->group_cipher);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/rsn_supp/
H A Dwpa.c450 wpa_cipher_txt(sm->group_cipher));
550 static int wpa_supplicant_check_group_cipher(int group_cipher, argument
557 switch (group_cipher) {
592 group_cipher);
599 wpa_cipher_txt(group_cipher), keylen, maxkeylen);
626 if (sm->group_cipher == WPA_CIPHER_TKIP) {
705 if (wpa_supplicant_check_group_cipher(sm->group_cipher,
1174 if (wpa_supplicant_check_group_cipher(sm->group_cipher,
1225 if (wpa_supplicant_check_group_cipher(sm->group_cipher,
1352 MAC2STR(sm->bssid), wpa_cipher_txt(sm->group_cipher));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/shared/
H A Dwlscan.h91 int group_cipher; member in struct:wpa_ie_data
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/shared/
H A Dwlscan.h91 int group_cipher; member in struct:wpa_ie_data
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/shared/
H A Dwlscan.h91 int group_cipher; member in struct:wpa_ie_data
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/common/
H A Dwpa_common.c255 data->group_cipher = WPA_CIPHER_CCMP;
291 data->group_cipher = rsn_selector_to_bitfield(pos);
293 if (data->group_cipher == WPA_CIPHER_AES_128_CMAC) {
699 ie1d.group_cipher == ie2d.group_cipher &&
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/common/
H A Dwpa_common.c255 data->group_cipher = WPA_CIPHER_CCMP;
291 data->group_cipher = rsn_selector_to_bitfield(pos);
293 if (data->group_cipher == WPA_CIPHER_AES_128_CMAC) {
699 ie1d.group_cipher == ie2d.group_cipher &&
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/common/
H A Dwpa_common.c255 data->group_cipher = WPA_CIPHER_CCMP;
291 data->group_cipher = rsn_selector_to_bitfield(pos);
293 if (data->group_cipher == WPA_CIPHER_AES_128_CMAC) {
699 ie1d.group_cipher == ie2d.group_cipher &&
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/common/
H A Dwpa_common.c255 data->group_cipher = WPA_CIPHER_CCMP;
291 data->group_cipher = rsn_selector_to_bitfield(pos);
293 if (data->group_cipher == WPA_CIPHER_AES_128_CMAC) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/common/
H A Dwpa_common.c255 data->group_cipher = WPA_CIPHER_CCMP;
291 data->group_cipher = rsn_selector_to_bitfield(pos);
293 if (data->group_cipher == WPA_CIPHER_AES_128_CMAC) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/common/
H A Dwpa_common.c255 data->group_cipher = WPA_CIPHER_CCMP;
291 data->group_cipher = rsn_selector_to_bitfield(pos);
293 if (data->group_cipher == WPA_CIPHER_AES_128_CMAC) {

Completed in 175 milliseconds

12345