Searched refs:IEEE80211_F_WPA (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_ioctl.c889 if ((ic->ic_flags & IEEE80211_F_WPA) == 0) {
914 ic->ic_flags &= ~IEEE80211_F_WPA; /* mask WPA mode */
1587 if ((ic->ic_flags & IEEE80211_F_WPA) &&
1779 if (ic->ic_flags & IEEE80211_F_WPA)
1929 ic->ic_flags |= IEEE80211_F_WPA;
1932 ic->ic_flags &= ~IEEE80211_F_WPA;
1944 wpa->wpa_flag = ((ic->ic_flags & IEEE80211_F_WPA) ? 1 : 0);
2157 * Mask ic_flags of IEEE80211_F_WPA to disable
2161 ic->ic_flags &= ~IEEE80211_F_WPA;
H A Dnet80211_output.c254 if (key != NULL && (ic->ic_flags & IEEE80211_F_WPA)) {
523 + (ic->ic_flags & IEEE80211_F_WPA ?
H A Dnet80211.c194 if ((ic->ic_flags & IEEE80211_F_WPA) == 0)
H A Dnet80211_node.c566 if (in == NULL && (ic->ic_flags & IEEE80211_F_WPA) == 0) {
590 ic->ic_flags & IEEE80211_F_WPA) { /* scan only */
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h137 #define IEEE80211_F_WPA 0x01800000 /* CONF: WPA/WPA2 enabled */ macro
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200.c1758 if (ic->ic_flags & IEEE80211_F_WPA)
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c2411 if ((ic->ic_flags & (IEEE80211_F_PRIVACY|IEEE80211_F_WPA)) ==

Completed in 92 milliseconds