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

  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa.h 82 int allowed_pairwise_cipher; /* bitfield of WPA_CIPHER_* */ member in struct:rsn_supp_config
wpa_i.h 57 int allowed_pairwise_cipher; /* bitfield of WPA_CIPHER_* */ member in struct:wpa_sm
peerkey.c 225 cipher = ie.pairwise_cipher & sm->allowed_pairwise_cipher;
504 cipher = ie.pairwise_cipher & sm->allowed_pairwise_cipher;
1062 if (sm->allowed_pairwise_cipher & WPA_CIPHER_CCMP) {
1067 if (sm->allowed_pairwise_cipher & WPA_CIPHER_TKIP) {
    [all...]
wpa.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wpas_glue.c 632 conf.allowed_pairwise_cipher = ssid->pairwise_cipher;

Completed in 26 milliseconds