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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa_impl.h24 #define WPA_CIPHER_NONE BIT(0) macro
H A Dwpa.c162 return (WPA_CIPHER_NONE);
189 return (WPA_CIPHER_NONE);
595 } else if (wpa_s->pairwise_cipher == WPA_CIPHER_NONE) {
659 } else if (wpa_s->pairwise_cipher == WPA_CIPHER_NONE) {
1010 if (tx && wpa_s->pairwise_cipher != WPA_CIPHER_NONE) {
1081 if (wpa_s->pairwise_cipher == WPA_CIPHER_NONE) {
1262 case WPA_CIPHER_NONE:
1442 if (tx && wpa_s->pairwise_cipher != WPA_CIPHER_NONE) {
1468 if (wpa_s->pairwise_cipher == WPA_CIPHER_NONE) {
H A Dwpa_supplicant.c288 } else if (sel & WPA_CIPHER_NONE) {
289 wpa_s->pairwise_cipher = WPA_CIPHER_NONE;

Completed in 298 milliseconds