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

  /external/wpa_supplicant_8/src/rsn_supp/
wpa_i.h 79 unsigned int pairwise_cipher; member in struct:wpa_sm
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 189 * pairwise_cipher - Bitfield of allowed pairwise ciphers, WPA_CIPHER_*
191 int pairwise_cipher; member in struct:wpa_ssid
wpa_supplicant_i.h 513 int pairwise_cipher; member in struct:wpa_supplicant
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 534 char *pairwise_cipher = NULL, *group_cipher = NULL; local
574 } else if (strcmp(start, "pairwise_cipher") == 0) {
575 pairwise_cipher = pos;
590 if (pairwise_cipher || group_cipher) {
592 if (pairwise_cipher && group_cipher &&
593 strcmp(pairwise_cipher, group_cipher) != 0) {
594 encr.append(pairwise_cipher);
597 } else if (pairwise_cipher) {
598 encr.append(pairwise_cipher);
    [all...]
  /external/wpa_supplicant_8/src/common/
wpa_common.h 368 int pairwise_cipher; member in struct:wpa_ie_data

Completed in 61 milliseconds