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

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto.c370 if ((ic->ic_flags & IEEE80211_F_PRIVACY) == 0)
H A Dnet80211_ioctl.c913 ic->ic_flags &= ~IEEE80211_F_PRIVACY;
1760 flags &= ~IEEE80211_F_PRIVACY;
1762 flags |= IEEE80211_F_PRIVACY;
1778 *ow_encryp = (ic->ic_flags & IEEE80211_F_PRIVACY) ? 1 : 0;
1928 ic->ic_flags |= IEEE80211_F_PRIVACY;
1931 ic->ic_flags &= ~IEEE80211_F_PRIVACY;
H A Dnet80211_output.c245 if (ic->ic_flags & IEEE80211_F_PRIVACY)
406 if (ic->ic_flags & IEEE80211_F_PRIVACY)
H A Dnet80211_input.c284 if ((ic->ic_flags & IEEE80211_F_PRIVACY) == 0) {
370 if ((ic->ic_flags & IEEE80211_F_PRIVACY) == 0) {
H A Dnet80211_node.c355 if (ic->ic_flags & IEEE80211_F_PRIVACY)
441 if (ic->ic_flags & IEEE80211_F_PRIVACY) {
/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100.c941 if (ic->ic_flags & IEEE80211_F_PRIVACY) {
967 data = LE_32((ic->ic_flags & IEEE80211_F_PRIVACY) ? 0x8 : 0);
1698 if (ic->ic_flags & IEEE80211_F_PRIVACY)
2192 h->encrypted = ic->ic_flags & IEEE80211_F_PRIVACY ? 1 : 0;
/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/atu/
H A Datu.c332 if (ic->ic_flags & IEEE80211_F_PRIVACY) {
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c2411 if ((ic->ic_flags & (IEEE80211_F_PRIVACY|IEEE80211_F_WPA)) ==
2412 IEEE80211_F_PRIVACY &&
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_main.c1330 if (ic->ic_flags & IEEE80211_F_PRIVACY) {
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200.c944 if (ic->ic_flags & IEEE80211_F_PRIVACY) {
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_main.c1491 if (ic->ic_flags & IEEE80211_F_PRIVACY) {
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpi.c3431 if (ic->ic_flags & IEEE80211_F_PRIVACY) {
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c6323 if (ic->ic_flags & IEEE80211_F_PRIVACY) {

Completed in 110 milliseconds