Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/wpa/src/rsn_supp/
Dpeerkey.c225 cipher = ie.pairwise_cipher & sm->allowed_pairwise_cipher; in wpa_supplicant_process_smk_m2()
504 cipher = ie.pairwise_cipher & sm->allowed_pairwise_cipher; in wpa_supplicant_process_smk_m5()
1064 if (sm->allowed_pairwise_cipher & WPA_CIPHER_CCMP) { in wpa_sm_stkstart()
1069 if (sm->allowed_pairwise_cipher & WPA_CIPHER_TKIP) { in wpa_sm_stkstart()
Dwpa_i.h58 int allowed_pairwise_cipher; /* bitfield of WPA_CIPHER_* */ member
Dwpa.h77 int allowed_pairwise_cipher; /* bitfield of WPA_CIPHER_* */ member
Dwpa.c2174 sm->allowed_pairwise_cipher = config->allowed_pairwise_cipher; in wpa_sm_set_config()
2187 sm->allowed_pairwise_cipher = 0; in wpa_sm_set_config()
/freebsd-9-stable/contrib/wpa/wpa_supplicant/
Dwpas_glue.c675 conf.allowed_pairwise_cipher = ssid->pairwise_cipher; in wpa_supplicant_rsn_supp_set_config()