HomeSort by relevance Sort by last modified time
    Searched defs:pairwise_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
340 } else if (strcmp(start, "pairwise_cipher") == 0) {
341 pairwise_cipher = pos;
352 if (pairwise_cipher || group_cipher) {
354 if (pairwise_cipher && group_cipher &&
355 strcmp(pairwise_cipher, group_cipher) != 0) {
356 encr.append(pairwise_cipher);
359 } else if (pairwise_cipher) {
360 encr.append(pairwise_cipher);
  /external/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 350 char *pairwise_cipher = NULL, *group_cipher = NULL; local
383 } else if (strcmp(start, "pairwise_cipher") == 0) {
384 pairwise_cipher = pos;
395 if (pairwise_cipher || group_cipher) {
397 if (pairwise_cipher && group_cipher &&
398 strcmp(pairwise_cipher, group_cipher) != 0) {
399 encr.append(pairwise_cipher);
402 } else if (pairwise_cipher) {
403 encr.append(pairwise_cipher);
  /external/wpa_supplicant_6/wpa_supplicant/
config_ssid.h 140 * pairwise_cipher - Bitfield of allowed pairwise ciphers, WPA_CIPHER_*
142 int pairwise_cipher; member in struct:wpa_ssid
wpa_supplicant_i.h 302 int pairwise_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
340 } else if (strcmp(start, "pairwise_cipher") == 0) {
341 pairwise_cipher = pos;
352 if (pairwise_cipher || group_cipher) {
354 if (pairwise_cipher && group_cipher &&
355 strcmp(pairwise_cipher, group_cipher) != 0) {
356 encr.append(pairwise_cipher);
359 } else if (pairwise_cipher) {
360 encr.append(pairwise_cipher);
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 143 * pairwise_cipher - Bitfield of allowed pairwise ciphers, WPA_CIPHER_*
145 int pairwise_cipher; member in struct:wpa_ssid
wpa_supplicant_i.h 366 int pairwise_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
340 } else if (strcmp(start, "pairwise_cipher") == 0) {
341 pairwise_cipher = pos;
352 if (pairwise_cipher || group_cipher) {
354 if (pairwise_cipher && group_cipher &&
355 strcmp(pairwise_cipher, group_cipher) != 0) {
356 encr.append(pairwise_cipher);
359 } else if (pairwise_cipher) {
360 encr.append(pairwise_cipher);
  /external/wpa_supplicant/
wpa.h 100 int pairwise_cipher; member in struct:wpa_ie_data
wpa_i.h 123 unsigned int pairwise_cipher; member in struct:wpa_sm
config_ssid.h 166 * pairwise_cipher - Bitfield of allowed pairwise ciphers, WPA_CIPHER_*
168 int pairwise_cipher; member in struct:wpa_ssid
wpa_supplicant_i.h 295 int pairwise_cipher; member in struct:wpa_supplicant
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa_i.h 78 unsigned int pairwise_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
535 } else if (strcmp(start, "pairwise_cipher") == 0) {
536 pairwise_cipher = pos;
547 if (pairwise_cipher || group_cipher) {
549 if (pairwise_cipher && group_cipher &&
550 strcmp(pairwise_cipher, group_cipher) != 0) {
551 encr.append(pairwise_cipher);
554 } else if (pairwise_cipher) {
555 encr.append(pairwise_cipher);
1385 else if ((*it).startsWith("pairwise_cipher=")
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_i.h 81 unsigned int pairwise_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
561 } else if (strcmp(start, "pairwise_cipher") == 0) {
562 pairwise_cipher = pos;
577 if (pairwise_cipher || group_cipher) {
579 if (pairwise_cipher && group_cipher &&
580 strcmp(pairwise_cipher, group_cipher) != 0) {
581 encr.append(pairwise_cipher);
584 } else if (pairwise_cipher) {
585 encr.append(pairwise_cipher);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_common.h 322 int pairwise_cipher; member in struct:wpa_ie_data
  /external/wpa_supplicant_8/src/common/
wpa_common.h 336 int pairwise_cipher; member in struct:wpa_ie_data

Completed in 258 milliseconds