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 76 unsigned int pairwise_cipher; member in struct:wpa_sm
  /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_8/wpa_supplicant/
config_ssid.h 168 * pairwise_cipher - Bitfield of allowed pairwise ciphers, WPA_CIPHER_*
170 int pairwise_cipher; member in struct:wpa_ssid
wpa_supplicant_i.h 429 int pairwise_cipher; member in struct:wpa_supplicant
  /external/wpa_supplicant_8/src/common/
wpa_common.h 360 int pairwise_cipher; member in struct:wpa_ie_data

Completed in 53 milliseconds