Home
last modified time | relevance | path

Searched refs:IEEE80211_F_PRIVACY (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_ioctl.c913 ic->ic_flags &= ~IEEE80211_F_PRIVACY; in wifi_loaddefdata()
1760 flags &= ~IEEE80211_F_PRIVACY; in wl_set_encrypt()
1762 flags |= IEEE80211_F_PRIVACY; in wl_set_encrypt()
1778 *ow_encryp = (ic->ic_flags & IEEE80211_F_PRIVACY) ? 1 : 0; in wl_get_encrypt()
1928 ic->ic_flags |= IEEE80211_F_PRIVACY; in wl_set_wpa()
1931 ic->ic_flags &= ~IEEE80211_F_PRIVACY; in wl_set_wpa()
H A Dnet80211_crypto.c368 if ((ic->ic_flags & IEEE80211_F_PRIVACY) == 0) in ieee80211_crypto_getciphertype()
H A Dnet80211_output.c245 if (ic->ic_flags & IEEE80211_F_PRIVACY) in ieee80211_encap()
406 if (ic->ic_flags & IEEE80211_F_PRIVACY) in ieee80211_get_capinfo()
H A Dnet80211_input.c284 if ((ic->ic_flags & IEEE80211_F_PRIVACY) == 0) { in ieee80211_input()
370 if ((ic->ic_flags & IEEE80211_F_PRIVACY) == 0) { in ieee80211_input()
H A Dnet80211_node.c355 if (ic->ic_flags & IEEE80211_F_PRIVACY) in ieee80211_create_ibss()
441 if (ic->ic_flags & IEEE80211_F_PRIVACY) { in ieee80211_match_bss()
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h112 #define IEEE80211_F_PRIVACY 0x00000010 /* CONF: privacy enabled */ macro
/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100.c941 if (ic->ic_flags & IEEE80211_F_PRIVACY) { in ipw2100_config()
967 data = LE_32((ic->ic_flags & IEEE80211_F_PRIVACY) ? 0x8 : 0); in ipw2100_config()
1698 if (ic->ic_flags & IEEE80211_F_PRIVACY) in ipw2100_newstate()
2192 h->encrypted = ic->ic_flags & IEEE80211_F_PRIVACY ? 1 : 0; in ipw2100_send()
/illumos-gate/usr/src/uts/common/io/atu/
H A Datu.c332 if (ic->ic_flags & IEEE80211_F_PRIVACY) { in atu_config()
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c2420 if ((ic->ic_flags & (IEEE80211_F_PRIVACY|IEEE80211_F_WPA)) == in mwl_setanywepkey()
2421 IEEE80211_F_PRIVACY && in mwl_setanywepkey()
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_main.c1330 if (ic->ic_flags & IEEE80211_F_PRIVACY) { in ath_newstate()
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200.c944 if (ic->ic_flags & IEEE80211_F_PRIVACY) { in ipw2200_config()
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_main.c1491 if (ic->ic_flags & IEEE80211_F_PRIVACY) { in arn_newstate()
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpi.c3433 if (ic->ic_flags & IEEE80211_F_PRIVACY) {
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c6325 if (ic->ic_flags & IEEE80211_F_PRIVACY) { in iwk_fast_recover()