Searched refs:cipher_suite2driver (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_i.h501 enum wpa_cipher cipher_suite2driver(int cipher);
H A Dap.c207 params.pairwise_suite = cipher_suite2driver(wpa_s->pairwise_cipher);
H A Dwpa_supplicant.c691 enum wpa_cipher cipher_suite2driver(int cipher) function
1139 cipher_pairwise = cipher_suite2driver(wpa_s->pairwise_cipher);
1140 cipher_group = cipher_suite2driver(wpa_s->group_cipher);

Completed in 100 milliseconds