Searched refs:group_cipher (Results 1 - 25 of 28) sorted by relevance

12

/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
H A Dwpa_ie.c64 data->group_cipher = WPA_CIPHER_TKIP;
97 data->group_cipher = wpa_selector_to_bitfield(pos);
183 int pairwise_cipher, int group_cipher,
199 if (group_cipher == WPA_CIPHER_CCMP) {
201 } else if (group_cipher == WPA_CIPHER_TKIP) {
203 } else if (group_cipher == WPA_CIPHER_WEP104) {
205 } else if (group_cipher == WPA_CIPHER_WEP40) {
209 group_cipher);
255 int pairwise_cipher, int group_cipher,
277 if (group_cipher
182 wpa_gen_wpa_ie_wpa(u8 *wpa_ie, size_t wpa_ie_len, int pairwise_cipher, int group_cipher, int key_mgmt) argument
254 wpa_gen_wpa_ie_rsn(u8 *rsn_ie, size_t rsn_ie_len, int pairwise_cipher, int group_cipher, int key_mgmt, int mgmt_group_cipher, struct wpa_sm *sm) argument
[all...]
H A Dwpa.c460 wpa_cipher_txt(sm->group_cipher));
560 static int wpa_supplicant_check_group_cipher(int group_cipher, argument
566 switch (group_cipher) {
601 group_cipher);
608 wpa_cipher_txt(group_cipher), keylen, maxkeylen);
635 if (sm->group_cipher == WPA_CIPHER_TKIP) {
714 if (wpa_supplicant_check_group_cipher(sm->group_cipher,
1063 if (wpa_supplicant_check_group_cipher(sm->group_cipher,
1114 if (wpa_supplicant_check_group_cipher(sm->group_cipher,
1238 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);
H A Dwpa_i.h79 unsigned int group_cipher; member in struct:wpa_sm
/external/wpa_supplicant_6/wpa_supplicant/
H A Dconfig_ssid.h145 * group_cipher - Bitfield of allowed group ciphers, WPA_CIPHER_*
147 int group_cipher; member in struct:wpa_ssid
H A Dwpa_supplicant.c161 switch (wpa_s->group_cipher) {
176 "WPA-None", wpa_s->group_cipher);
317 wpa_s->group_cipher = WPA_CIPHER_NONE;
323 wpa_s->group_cipher = WPA_CIPHER_WEP104;
327 wpa_s->group_cipher = WPA_CIPHER_WEP40;
336 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_GROUP, wpa_s->group_cipher);
546 wpa_s->group_cipher = 0;
696 if (!(ie->group_cipher & ssid->group_cipher)) {
699 ie->group_cipher, ssi
[all...]
H A Devents.c311 if (!(ie.group_cipher & ssid->group_cipher)) {
356 if (!(ie.group_cipher & ssid->group_cipher)) {
H A Dconfig_file.c118 if ((ssid->group_cipher & WPA_CIPHER_CCMP) &&
125 ssid->group_cipher &= ~WPA_CIPHER_CCMP;
679 if (ssid->group_cipher == DEFAULT_GROUP)
H A Dconfig_winreg.c340 if ((ssid->group_cipher & WPA_CIPHER_CCMP) &&
347 ssid->group_cipher &= ~WPA_CIPHER_CCMP;
727 if (ssid->group_cipher == DEFAULT_GROUP)
/external/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);
361 } else if (group_cipher) {
362 encr.append(group_cipher);
/external/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp350 char *pairwise_cipher = NULL, *group_cipher = NULL; local
385 } else if (strcmp(start, "group_cipher") == 0) {
386 group_cipher = pos;
395 if (pairwise_cipher || group_cipher) {
397 if (pairwise_cipher && group_cipher &&
398 strcmp(pairwise_cipher, group_cipher) != 0) {
401 encr.append(group_cipher);
404 } else if (group_cipher) {
405 encr.append(group_cipher);
/external/wpa_supplicant_6/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);
/external/wpa_supplicant/
H A Dwpa_supplicant.c264 wpa_s->group_cipher = cipher;
333 switch (wpa_s->group_cipher) {
348 "WPA-None", wpa_s->group_cipher);
668 wpa_s->group_cipher = WPA_CIPHER_NONE;
674 wpa_s->group_cipher = WPA_CIPHER_WEP104;
678 wpa_s->group_cipher = WPA_CIPHER_WEP40;
686 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_GROUP, wpa_s->group_cipher);
895 wpa_s->group_cipher = 0;
1171 if (!(ie->group_cipher & ssid->group_cipher)) {
[all...]
H A Dconfig_ssid.h171 * group_cipher - Bitfield of allowed group ciphers, WPA_CIPHER_*
173 int group_cipher; member in struct:wpa_ssid
H A Dwpa.c373 data->group_cipher = WPA_CIPHER_TKIP;
406 data->group_cipher = wpa_selector_to_bitfield(pos);
483 data->group_cipher = WPA_CIPHER_CCMP;
520 data->group_cipher = rsn_selector_to_bitfield(pos);
522 if (data->group_cipher == WPA_CIPHER_AES_128_CMAC) {
653 int pairwise_cipher, int group_cipher,
669 if (group_cipher == WPA_CIPHER_CCMP) {
671 } else if (group_cipher == WPA_CIPHER_TKIP) {
673 } else if (group_cipher == WPA_CIPHER_WEP104) {
675 } else if (group_cipher
652 wpa_gen_wpa_ie_wpa(u8 *wpa_ie, size_t wpa_ie_len, int pairwise_cipher, int group_cipher, int key_mgmt) argument
726 wpa_gen_wpa_ie_rsn(u8 *rsn_ie, size_t rsn_ie_len, int pairwise_cipher, int group_cipher, int key_mgmt, int mgmt_group_cipher, struct wpa_sm *sm) argument
1645 wpa_supplicant_check_group_cipher(int group_cipher, int keylen, int maxkeylen, int *key_rsc_len, wpa_alg *alg) argument
[all...]
H A Devents.c286 if (!(ie.group_cipher & ssid->group_cipher)) {
330 if (!(ie.group_cipher & ssid->group_cipher)) {
H A Dconfig_file.c115 if ((ssid->group_cipher & WPA_CIPHER_CCMP) &&
122 ssid->group_cipher &= ~WPA_CIPHER_CCMP;
515 if (ssid->group_cipher == DEFAULT_GROUP)
H A Dwpa.h101 int group_cipher; member in struct:wpa_ie_data
H A Dwpa_i.h124 unsigned int group_cipher; member in struct:wpa_sm
H A Dconfig_winreg.c274 if ((ssid->group_cipher & WPA_CIPHER_CCMP) &&
281 ssid->group_cipher &= ~WPA_CIPHER_CCMP;
639 if (ssid->group_cipher == DEFAULT_GROUP)
H A Dconfig.c744 ssid->group_cipher = val;
752 return wpa_config_write_cipher(ssid->group_cipher);
1530 ssid->group_cipher = DEFAULT_GROUP;
H A Dwpa_supplicant_i.h296 int group_cipher; member in struct:wpa_supplicant
/external/wpa_supplicant_6/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) {
H A Dwpa_common.h323 int group_cipher; member in struct:wpa_ie_data
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp502 char *pairwise_cipher = NULL, *group_cipher = NULL; local
537 } else if (strcmp(start, "group_cipher") == 0) {
538 group_cipher = pos;
547 if (pairwise_cipher || group_cipher) {
549 if (pairwise_cipher && group_cipher &&
550 strcmp(pairwise_cipher, group_cipher) != 0) {
553 encr.append(group_cipher);
557 encr.append(group_cipher);
1387 else if ((*it).startsWith("group_cipher="))

Completed in 218 milliseconds

12