HomeSort by relevance Sort by last modified time
    Searched defs:group_cipher (Results 1 - 18 of 18) sorted by null

  /external/wpa_supplicant/wpa_gui/
wpagui.ui.h 307 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/
wpagui.cpp 350 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/
config_ssid.h 145 * group_cipher - Bitfield of allowed group ciphers, WPA_CIPHER_*
147 int group_cipher; member in struct:wpa_ssid
wpa_supplicant_i.h 303 int group_cipher; member in struct:wpa_supplicant
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
wpagui.ui.h 307 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_8/wpa_supplicant/
config_ssid.h 148 * group_cipher - Bitfield of allowed group ciphers, WPA_CIPHER_*
150 int group_cipher; member in struct:wpa_ssid
wpa_supplicant_i.h 367 int group_cipher; member in struct:wpa_supplicant
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui/
wpagui.ui.h 307 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/
wpa.h 101 int group_cipher; member in struct:wpa_ie_data
wpa_i.h 124 unsigned int group_cipher; member in struct:wpa_sm
config_ssid.h 171 * group_cipher - Bitfield of allowed group ciphers, WPA_CIPHER_*
173 int group_cipher; member in struct:wpa_ssid
wpa_supplicant_i.h 296 int group_cipher; member in struct:wpa_supplicant
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa_i.h 79 unsigned int group_cipher; member in struct:wpa_sm
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 502 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="))
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_i.h 82 unsigned int group_cipher; member in struct:wpa_sm
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 527 char *pairwise_cipher = NULL, *group_cipher = NULL; local
563 } else if (strcmp(start, "group_cipher") == 0) {
564 group_cipher = pos;
577 if (pairwise_cipher || group_cipher) {
579 if (pairwise_cipher && group_cipher &&
580 strcmp(pairwise_cipher, group_cipher) != 0) {
583 encr.append(group_cipher);
587 encr.append(group_cipher);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_common.h 323 int group_cipher; member in struct:wpa_ie_data
  /external/wpa_supplicant_8/src/common/
wpa_common.h 337 int group_cipher; member in struct:wpa_ie_data

Completed in 1570 milliseconds