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

  /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_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 75 unsigned int pairwise_cipher; member in struct:wpa_sm
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 152 * pairwise_cipher - Bitfield of allowed pairwise ciphers, WPA_CIPHER_*
154 int pairwise_cipher; member in struct:wpa_ssid
wpa_supplicant_i.h 314 int pairwise_cipher; member in struct:wpa_supplicant
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 517 char *pairwise_cipher = NULL, *group_cipher = NULL; local
551 } else if (strcmp(start, "pairwise_cipher") == 0) {
552 pairwise_cipher = pos;
567 if (pairwise_cipher || group_cipher) {
569 if (pairwise_cipher && group_cipher &&
570 strcmp(pairwise_cipher, group_cipher) != 0) {
571 encr.append(pairwise_cipher);
574 } else if (pairwise_cipher) {
575 encr.append(pairwise_cipher);
1389 else if ((*it).startsWith("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 334 int pairwise_cipher; member in struct:wpa_ie_data

Completed in 6006 milliseconds