HomeSort by: relevance | last modified time | path
    Searched defs:pairwise_cipher (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
mesh_rsn.h 15 unsigned int pairwise_cipher; member in struct:mesh_rsn
pasn_supplicant.c 160 int sel, key_mgmt, pairwise_cipher; local
205 sel = rsne_data.pairwise_cipher;
206 if (ssid && ssid->pairwise_cipher)
207 sel &= ssid->pairwise_cipher;
210 rsne_data.pairwise_cipher, sel);
212 pairwise_cipher = wpa_pick_pairwise_cipher(sel, 1);
213 if (pairwise_cipher < 0) {
302 peer->cipher = pairwise_cipher;
496 !(rsne_data.pairwise_cipher & cipher)) {
config_ssid.h 272 * pairwise_cipher - Bitfield of allowed pairwise ciphers, WPA_CIPHER_*
274 int pairwise_cipher; member in struct:wpa_ssid
wpa_supplicant_i.h 745 int pairwise_cipher; member in struct:wpa_supplicant
  /src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 536 char *pairwise_cipher = NULL, *group_cipher = NULL; local
576 } else if (strcmp(start, "pairwise_cipher") == 0) {
577 pairwise_cipher = pos;
592 if (pairwise_cipher || group_cipher) {
594 if (pairwise_cipher && group_cipher &&
595 strcmp(pairwise_cipher, group_cipher) != 0) {
596 encr.append(pairwise_cipher);
599 } else if (pairwise_cipher) {
600 encr.append(pairwise_cipher);
1490 else if ((*it).startsWith("pairwise_cipher=")
    [all...]
  /src/external/bsd/wpa/dist/src/rsn_supp/
wpa_i.h 101 unsigned int pairwise_cipher; member in struct:wpa_sm
  /src/external/bsd/wpa/dist/src/common/
wpa_common.h 518 int pairwise_cipher; member in struct:wpa_ie_data
600 int pairwise_cipher; member in struct:wpa_ft_ies
  /src/external/bsd/wpa/dist/src/ap/
ap_config.h 53 unsigned int pairwise_cipher; member in struct:mesh_conf

Completed in 47 milliseconds