Home
last modified time | relevance | path

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

/freebsd/sys/dev/rtwn/
H A Dif_rtwn_tx.c89 case IEEE80211_CIPHER_NONE: in rtwn_get_cipher()
155 cipher = IEEE80211_CIPHER_NONE; in rtwn_tx_data()
202 cipher = IEEE80211_CIPHER_NONE; in rtwn_tx_raw()
/freebsd/sys/net80211/
H A Dieee80211_crypto_none.c60 .ic_cipher = IEEE80211_CIPHER_NONE,
H A Dieee80211_crypto.h139 #define IEEE80211_CIPHER_NONE 6 /* pseudo value */ macro
H A Dieee80211_crypto.c144 ciphers[IEEE80211_CIPHER_NONE] = &ieee80211_cipher_none; in ieee80211_crypto_attach()
311 [IEEE80211_CIPHER_NONE] = "wlan_none",
H A Dieee80211_hostap.c1195 *cipher = IEEE80211_CIPHER_NONE; in wpa_cipher()
1370 *cipher = IEEE80211_CIPHER_NONE; in rsn_cipher()
1473 if (rsn->rsn_mcastcipher == IEEE80211_CIPHER_NONE) { in ieee80211_parse_rsn()
1509 else if ((w & (1 << IEEE80211_CIPHER_NONE)) && in ieee80211_parse_rsn()
1512 rsn->rsn_ucastcipher = IEEE80211_CIPHER_NONE; in ieee80211_parse_rsn()
H A Dieee80211_ddb.c943 case IEEE80211_CIPHER_NONE: in _db_show_key()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_bsd.c462 v = IEEE80211_CIPHER_NONE; in bsd_configure_wpa()
493 v |= 1<<IEEE80211_CIPHER_NONE; in bsd_configure_wpa()
H A Ddriver_atheros.c308 v = IEEE80211_CIPHER_NONE; in atheros_configure_wpa()
344 v |= 1<<IEEE80211_CIPHER_NONE; in atheros_configure_wpa()
/freebsd/sbin/ifconfig/
H A Difieee80211.c4751 case IEEE80211_CIPHER_NONE:
4795 case IEEE80211_CIPHER_NONE: in printkey()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c591 case IEEE80211_CIPHER_NONE: in lkpi_net80211_to_l80211_cipher_suite()