Searched refs:allowed_pairwise_cipher (Results 1 - 5 of 5) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
H A Dwpa.h82 int allowed_pairwise_cipher; /* bitfield of WPA_CIPHER_* */ member in struct:rsn_supp_config
H A Dwpa_i.h57 int allowed_pairwise_cipher; /* bitfield of WPA_CIPHER_* */ member in struct:wpa_sm
H A Dpeerkey.c225 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) {
H A Dwpa.c2048 sm->allowed_pairwise_cipher = config->allowed_pairwise_cipher;
2061 sm->allowed_pairwise_cipher = 0;
/external/wpa_supplicant_6/wpa_supplicant/
H A Dwpas_glue.c632 conf.allowed_pairwise_cipher = ssid->pairwise_cipher;

Completed in 43 milliseconds