WPA_CIPHER_NONE
if (tx && wpa_s->pairwise_cipher != WPA_CIPHER_NONE) {
if (wpa_s->pairwise_cipher == WPA_CIPHER_NONE) {
case WPA_CIPHER_NONE:
if (tx && wpa_s->pairwise_cipher != WPA_CIPHER_NONE) {
if (wpa_s->pairwise_cipher == WPA_CIPHER_NONE) {
return (WPA_CIPHER_NONE);
return (WPA_CIPHER_NONE);
} else if (wpa_s->pairwise_cipher == WPA_CIPHER_NONE) {
} else if (wpa_s->pairwise_cipher == WPA_CIPHER_NONE) {
} else if (sel & WPA_CIPHER_NONE) {
wpa_s->pairwise_cipher = WPA_CIPHER_NONE;