Searched refs:in_authmode (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_input.c558 if (in->in_authmode == IEEE80211_AUTH_SHARED) {
560 "open auth: bad sta auth mode %u", in->in_authmode);
623 if (in->in_authmode != IEEE80211_AUTH_AUTO &&
624 in->in_authmode != IEEE80211_AUTH_SHARED) {
626 "bad sta auth mode %u", in->in_authmode);
H A Dnet80211_node.c313 nbss->in_authmode = obss->in_authmode;
853 in->in_authmode = IEEE80211_AUTH_OPEN;
H A Dnet80211_ioctl.c912 in->in_authmode = IEEE80211_AUTH_OPEN;
1713 if (*iw_auth == ic->ic_bss->in_authmode)
1722 ic->ic_bss->in_authmode = *iw_auth;
1740 ow_auth = ic->ic_bss->in_authmode;
H A Dnet80211_proto.c983 if (in->in_authmode != IEEE80211_AUTH_8021X)
H A Dnet80211_output.c614 ic->ic_bss->in_authmode == IEEE80211_AUTH_SHARED);
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h369 uint8_t in_authmode; /* authentication algorithm */ member in struct:ieee80211_node
/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100.c928 sec.authmode = (ic->ic_bss->in_authmode == WL_SHAREDKEY) ?
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200.c1751 if (ic->ic_bss->in_authmode == WL_SHAREDKEY) {

Completed in 72 milliseconds