Searched refs:iv_flags (Results 1 - 23 of 23) sorted by relevance

/freebsd-10.2-release/sys/net80211/
H A Dieee80211_ioctl.c816 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0)
818 else if (vap->iv_flags & IEEE80211_F_DROPUNENC)
844 if (vap->iv_flags & IEEE80211_F_WPA)
853 if (vap->iv_flags & IEEE80211_F_PMGTON)
880 switch (vap->iv_flags & IEEE80211_F_WPA) {
902 ireq->i_val = (vap->iv_flags & IEEE80211_F_PRIVACY) != 0;
905 ireq->i_val = (vap->iv_flags & IEEE80211_F_DROPUNENC) != 0;
908 ireq->i_val = (vap->iv_flags & IEEE80211_F_COUNTERM) != 0;
911 ireq->i_val = (vap->iv_flags & IEEE80211_F_WME) != 0;
914 ireq->i_val = (vap->iv_flags
[all...]
H A Dieee80211_hostap.c262 if (vap->iv_flags & IEEE80211_F_WPA) {
380 if ((vap->iv_flags & IEEE80211_F_NOBRIDGE) == 0) {
612 (vap->iv_flags & IEEE80211_F_DWDS)))) {
697 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
796 if ((vap->iv_flags & IEEE80211_F_DROPUNENC) &&
870 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
1018 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
1250 if ((vap->iv_flags & IEEE80211_F_WPA1) == 0) {
1253 wh, "WPA", "not WPA, flags 0x%x", vap->iv_flags);
1398 if ((vap->iv_flags
[all...]
H A Dieee80211_superg.c132 vap->iv_flags |= IEEE80211_F_FF;
136 vap->iv_flags |= IEEE80211_F_TURBOP;
180 vap->iv_flags & IEEE80211_F_ATHEROS,
181 ((vap->iv_flags & IEEE80211_F_WPA) == 0 &&
625 if (vap->iv_flags & IEEE80211_F_PRIVACY)
851 return (vap->iv_flags & cap) != 0;
879 vap->iv_flags |= IEEE80211_F_FF;
881 vap->iv_flags &= ~IEEE80211_F_FF;
887 vap->iv_flags |= IEEE80211_F_TURBOP;
889 vap->iv_flags
[all...]
H A Dieee80211.c443 vap->iv_flags = ic->ic_flags; /* propagate common flags */
462 vap->iv_flags |= IEEE80211_F_DESBSSID;
495 vap->iv_flags |= IEEE80211_F_WME;
497 vap->iv_flags |= IEEE80211_F_BURST;
501 vap->iv_flags |= IEEE80211_F_BGSCAN;
502 vap->iv_flags |= IEEE80211_F_DOTH; /* XXX no cap, just ena */
553 ic->ic_ifp->if_xname, vap->iv_flags, vap->iv_flags_ext);
731 if (vap->iv_flags & flag) {
749 vap->iv_flags &= ~flag;
751 vap->iv_flags |
[all...]
H A Dieee80211_sta.c378 if (vap->iv_flags & IEEE80211_F_WPA) {
681 if ((vap->iv_flags & IEEE80211_F_DWDS) &&
696 if ((vap->iv_flags & IEEE80211_F_DWDS) == 0) {
732 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
833 if ((vap->iv_flags & IEEE80211_F_DROPUNENC) &&
897 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
987 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
1268 return ((vap->iv_flags & IEEE80211_F_BGSCAN) &&
1407 (vap->iv_flags & IEEE80211_F_DOTH))
1494 if (vap->iv_flags
[all...]
H A Dieee80211_output.c1197 if (vap->iv_flags & IEEE80211_F_PRIVACY) {
1503 ((vap->iv_flags & IEEE80211_F_WPA) &&
1943 if (vap->iv_flags & IEEE80211_F_WPA1 && vap->iv_wpa_ie != NULL)
1954 if (vap->iv_flags & IEEE80211_F_WPA2 && vap->iv_rsn_ie != NULL)
2108 if (vap->iv_flags & IEEE80211_F_PRIVACY)
2115 if (IEEE80211_IS_CHAN_5GHZ(chan) && (vap->iv_flags & IEEE80211_F_DOTH))
2280 if (vap->iv_flags & IEEE80211_F_PRIVACY)
2293 (vap->iv_flags & IEEE80211_F_DOTH))
2333 ((vap->iv_flags & IEEE80211_F_WPA) == 0 &&
2403 if ((vap->iv_flags
[all...]
H A Dieee80211_node.c304 (vap->iv_flags & IEEE80211_F_PUREG) == 0)
344 if (vap->iv_flags & IEEE80211_F_PRIVACY)
351 vap->iv_flags |= IEEE80211_F_SIBSS;
353 if (vap->iv_flags & IEEE80211_F_DESBSSID)
361 if (vap->iv_flags & IEEE80211_F_DESBSSID)
395 if (vap->iv_flags & IEEE80211_F_PUREG) {
475 if (vap->iv_flags & IEEE80211_F_PRIVACY) {
490 if ((vap->iv_flags & IEEE80211_F_DESBSSID) &&
517 if (vap->iv_flags & IEEE80211_F_PRIVACY) {
532 if ((vap->iv_flags
[all...]
H A Dieee80211_wds.c134 KASSERT(vap->iv_flags & IEEE80211_F_DESBSSID, ("no bssid"));
564 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
665 if ((vap->iv_flags & IEEE80211_F_DROPUNENC) &&
H A Dieee80211_adhoc.c212 if (vap->iv_flags & IEEE80211_F_WPA) {
478 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
579 if ((vap->iv_flags & IEEE80211_F_DROPUNENC) &&
839 if ((vap->iv_flags & IEEE80211_F_HIDESSID) && ssid[1] == 0) {
H A Dieee80211_proto.c1053 (vap->iv_flags & IEEE80211_F_WME))
1060 if ((vap->iv_flags & IEEE80211_F_WME) == 0)
1077 (vap->iv_flags & IEEE80211_F_BURST) ?
H A Dieee80211_scan_sta.c617 if ((vap->iv_flags & IEEE80211_F_XR) &&
1060 if (vap->iv_flags & IEEE80211_F_PRIVACY) {
1103 if ((vap->iv_flags & IEEE80211_F_DESBSSID) &&
1383 (vap->iv_flags & IEEE80211_F_BGSCAN) &&
H A Dieee80211_var.h352 uint32_t iv_flags; /* state flags */ member in struct:ieee80211vap
513 /* ic_flags/iv_flags */
561 ((vap)->iv_flags & (ni)->ni_ath_flags & (bit))
H A Dieee80211_tdma.c657 if ((vap->iv_flags & IEEE80211_F_WME) &&
H A Dieee80211_crypto_tkip.c166 if (vap->iv_flags & IEEE80211_F_COUNTERM) {
275 if (vap->iv_flags & IEEE80211_F_COUNTERM) {
H A Dieee80211_ddb.c369 db_printf("\tflags=%b\n", vap->iv_flags, IEEE80211_F_BITS);
/freebsd-10.2-release/sys/dev/if_ndis/
H A Dif_ndis.c2293 if (vap->iv_flags & IEEE80211_F_PMGTON)
2432 if (vap->iv_flags & IEEE80211_F_PRIVACY &&
2433 !(vap->iv_flags & IEEE80211_F_WPA)) {
2492 if (vap->iv_flags & IEEE80211_F_DROPUNENC)
2504 if ((vap->iv_flags & IEEE80211_F_WPA) &&
2558 if (vap->iv_flags & IEEE80211_F_DESBSSID &&
2720 vap->iv_flags &= ~IEEE80211_F_PMGTON;
2722 vap->iv_flags |= IEEE80211_F_PMGTON;
2757 vap->iv_flags &= ~IEEE80211_F_WPA;
2772 vap->iv_flags |
[all...]
/freebsd-10.2-release/sys/dev/wi/
H A Dif_wi.c833 if (vap->iv_flags & IEEE80211_F_PMGTON) {
855 (vap->iv_flags & IEEE80211_F_WPA)) {
923 (vap->iv_flags & IEEE80211_F_HIDESSID)) {
932 (vap->iv_flags & IEEE80211_F_WPA) &&
1759 val = (vap->iv_flags & IEEE80211_F_PRIVACY) ? 1 : 0;
1763 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0)
1782 if (vap->iv_flags & IEEE80211_F_PRIVACY) {
/freebsd-10.2-release/sys/dev/iwi/
H A Dif_iwi.c1798 if (vap->iv_flags & IEEE80211_F_SHPREAMBLE)
1910 if (vap->iv_flags & IEEE80211_F_PRIVACY)
2506 if (vap->iv_flags & IEEE80211_F_PMGTON) {
2894 if ((vap->iv_flags & IEEE80211_F_WME) && ni->ni_ies.wme_ie != NULL) {
2920 if ((vap->iv_flags & IEEE80211_F_PRIVACY) &&
2936 if (vap->iv_flags & IEEE80211_F_WPA)
2948 if (vap->iv_flags & IEEE80211_F_PRIVACY)
/freebsd-10.2-release/sys/dev/mwl/
H A Dif_mwl.c3180 /* XXX iv_flags & IEEE80211_F_SHPREAMBLE? */
3911 else if (vap->iv_flags & IEEE80211_F_PUREG)
3916 if (vap->iv_flags & IEEE80211_F_PUREG)
4054 if ((vap->iv_flags & (IEEE80211_F_PRIVACY|IEEE80211_F_WPA)) ==
4216 0, 0, NULL, vap->iv_flags & IEEE80211_F_WME, 0);
4302 "%s: %s(RUN): iv_flags 0x%08x bintvl %d bssid %s "
4304 vap->iv_ifp->if_xname, __func__, vap->iv_flags,
4344 if ((vap->iv_flags & IEEE80211_F_DWDS) &&
4375 } else if ((vap->iv_flags & IEEE80211_F_DWDS) &&
/freebsd-10.2-release/sys/dev/ipw/
H A Dif_ipw.c2262 if (vap->iv_flags & IEEE80211_F_PRIVACY) {
2278 data = htole32((vap->iv_flags & IEEE80211_F_PRIVACY) ? IPW_WEPON : 0);
/freebsd-10.2-release/sys/dev/usb/wlan/
H A Dif_rsu.c1072 if (vap->iv_flags & IEEE80211_F_WPA) {
1087 if (vap->iv_flags & (IEEE80211_F_PRIVACY | IEEE80211_F_WPA))
/freebsd-10.2-release/sys/dev/ath/
H A Dif_ath.c5347 (vap->iv_flags & IEEE80211_F_PRIVACY)) {
5372 "%s(RUN): iv_flags 0x%08x bintvl %d bssid %s "
5374 vap->iv_flags, ni->ni_intval, ether_sprintf(ni->ni_bssid),
5572 (vap->iv_flags & IEEE80211_F_PRIVACY) == 0 && sc->sc_hasclrkey &&
/freebsd-10.2-release/sys/dev/malo/
H A Dif_malo.c1832 "%s: %s(RUN): iv_flags 0x%08x bintvl %d bssid %s "
1834 vap->iv_ifp->if_xname, __func__, vap->iv_flags,

Completed in 270 milliseconds