Home
last modified time | relevance | path

Searched refs:IEEE80211_CIPHER_NONE (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_crypto.h141 #define IEEE80211_CIPHER_NONE 6 /* pseudo value */ macro
143 #define IEEE80211_CIPHER_MAX (IEEE80211_CIPHER_NONE+1)
H A Dieee80211_crypto_none.c62 .ic_cipher = IEEE80211_CIPHER_NONE,
H A Dieee80211_crypto.c146 ciphers[IEEE80211_CIPHER_NONE] = &ieee80211_cipher_none; in ieee80211_crypto_attach()
245 [IEEE80211_CIPHER_NONE] = "wlan_none",
H A Dieee80211_hostap.c1179 *cipher = IEEE80211_CIPHER_NONE; in wpa_cipher()
1354 *cipher = IEEE80211_CIPHER_NONE; in rsn_cipher()
1457 if (rsn->rsn_mcastcipher == IEEE80211_CIPHER_NONE) { in ieee80211_parse_rsn()
1493 else if ((w & (1 << IEEE80211_CIPHER_NONE)) && in ieee80211_parse_rsn()
1496 rsn->rsn_ucastcipher = IEEE80211_CIPHER_NONE; in ieee80211_parse_rsn()
H A Dieee80211_ddb.c798 case IEEE80211_CIPHER_NONE: in _db_show_key()
/f-stack/tools/ifconfig/
H A Difieee80211.c4726 case IEEE80211_CIPHER_NONE:
4768 case IEEE80211_CIPHER_NONE: in printkey()