Home
last modified time | relevance | path

Searched refs:none_allowed (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Dwpa_common.h738 int wpa_pick_pairwise_cipher(int ciphers, int none_allowed);
H A Dwpa_common.c3163 int wpa_pick_pairwise_cipher(int ciphers, int none_allowed) in wpa_pick_pairwise_cipher() argument
3175 if (none_allowed && (ciphers & WPA_CIPHER_NONE)) in wpa_pick_pairwise_cipher()