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

/freebsd-10.0-release/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_i.h751 enum wpa_cipher cipher_suite2driver(int cipher);
H A Dsme.c576 params.pairwise_suite = cipher_suite2driver(wpa_s->pairwise_cipher);
577 params.group_suite = cipher_suite2driver(wpa_s->group_cipher);
H A Dap.c482 params.pairwise_suite = cipher_suite2driver(wpa_s->pairwise_cipher);
H A Dwpa_supplicant.c848 enum wpa_cipher cipher_suite2driver(int cipher) function
1504 cipher_pairwise = cipher_suite2driver(wpa_s->pairwise_cipher);
1505 cipher_group = cipher_suite2driver(wpa_s->group_cipher);

Completed in 77 milliseconds