Searched defs:group_cipher (Results 1 - 15 of 15) sorted by relevance

/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_i.h79 unsigned int group_cipher; member in struct:wpa_sm
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...]
/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_i.h303 int group_cipher; member in struct:wpa_supplicant
/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.h101 int group_cipher; member in struct:wpa_ie_data
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_i.h124 unsigned int group_cipher; member in struct:wpa_sm
H A Dwpa_supplicant_i.h296 int group_cipher; member in struct:wpa_supplicant
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...]
/external/wpa_supplicant_6/wpa_supplicant/src/common/
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 224 milliseconds