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

/haiku-fatelf/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_ioctl.c824 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0)
826 else if (vap->iv_flags & IEEE80211_F_DROPUNENC)
852 if (vap->iv_flags & IEEE80211_F_WPA)
861 if (vap->iv_flags & IEEE80211_F_PMGTON)
888 switch (vap->iv_flags & IEEE80211_F_WPA) {
910 ireq->i_val = (vap->iv_flags & IEEE80211_F_PRIVACY) != 0;
913 ireq->i_val = (vap->iv_flags & IEEE80211_F_DROPUNENC) != 0;
916 ireq->i_val = (vap->iv_flags & IEEE80211_F_COUNTERM) != 0;
919 ireq->i_val = (vap->iv_flags & IEEE80211_F_WME) != 0;
922 ireq->i_val = (vap->iv_flags
[all...]
H A Dieee80211_output.c1053 if (vap->iv_flags & IEEE80211_F_PRIVACY) {
1325 ((vap->iv_flags & IEEE80211_F_WPA) &&
1779 if (vap->iv_flags & IEEE80211_F_WPA2) {
1785 if (vap->iv_flags & IEEE80211_F_WPA1) {
1850 if (vap->iv_flags & IEEE80211_F_PRIVACY)
1857 if (IEEE80211_IS_CHAN_5GHZ(chan) && (vap->iv_flags & IEEE80211_F_DOTH))
2022 if (vap->iv_flags & IEEE80211_F_PRIVACY)
2035 (vap->iv_flags & IEEE80211_F_DOTH))
2052 if (vap->iv_flags & IEEE80211_F_WPA2) {
2067 if (vap->iv_flags
[all...]
H A Dieee80211_hostap.c262 if (vap->iv_flags & IEEE80211_F_WPA) {
375 if ((vap->iv_flags & IEEE80211_F_NOBRIDGE) == 0) {
607 (vap->iv_flags & IEEE80211_F_DWDS)))) {
692 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
791 if ((vap->iv_flags & IEEE80211_F_DROPUNENC) &&
865 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
1013 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
1245 if ((vap->iv_flags & IEEE80211_F_WPA1) == 0) {
1248 wh, "WPA", "not WPA, flags 0x%x", vap->iv_flags);
1393 if ((vap->iv_flags
[all...]
H A Dieee80211_superg.c130 vap->iv_flags |= IEEE80211_F_FF;
134 vap->iv_flags |= IEEE80211_F_TURBOP;
178 vap->iv_flags & IEEE80211_F_ATHEROS,
179 ((vap->iv_flags & IEEE80211_F_WPA) == 0 &&
641 if (vap->iv_flags & IEEE80211_F_PRIVACY)
855 return (vap->iv_flags & cap) != 0;
883 vap->iv_flags |= IEEE80211_F_FF;
885 vap->iv_flags &= ~IEEE80211_F_FF;
891 vap->iv_flags |= IEEE80211_F_TURBOP;
893 vap->iv_flags
[all...]
H A Dieee80211.c420 vap->iv_flags = ic->ic_flags; /* propagate common flags */
439 vap->iv_flags |= IEEE80211_F_DESBSSID;
470 vap->iv_flags |= IEEE80211_F_WME;
472 vap->iv_flags |= IEEE80211_F_BURST;
477 vap->iv_flags |= IEEE80211_F_BGSCAN;
479 vap->iv_flags |= IEEE80211_F_DOTH; /* XXX no cap, just ena */
530 ic->ic_ifp->if_xname, vap->iv_flags, vap->iv_flags_ext);
701 if (vap->iv_flags & flag) {
719 vap->iv_flags &= ~flag;
721 vap->iv_flags |
[all...]
H A Dieee80211_sta.c373 if (vap->iv_flags & IEEE80211_F_WPA) {
652 if ((vap->iv_flags & IEEE80211_F_DWDS) &&
667 if ((vap->iv_flags & IEEE80211_F_DWDS) == 0) {
703 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
804 if ((vap->iv_flags & IEEE80211_F_DROPUNENC) &&
868 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
958 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
1239 return ((vap->iv_flags & IEEE80211_F_BGSCAN) &&
1371 (vap->iv_flags & IEEE80211_F_DOTH))
1451 if (vap->iv_flags
[all...]
H A Dieee80211_adhoc.c209 if (vap->iv_flags & IEEE80211_F_WPA) {
475 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
576 if ((vap->iv_flags & IEEE80211_F_DROPUNENC) &&
801 if ((vap->iv_flags & IEEE80211_F_HIDESSID) && ssid[1] == 0) {
H A Dieee80211_node.c301 (vap->iv_flags & IEEE80211_F_PUREG) == 0)
341 if (vap->iv_flags & IEEE80211_F_PRIVACY)
348 vap->iv_flags |= IEEE80211_F_SIBSS;
350 if (vap->iv_flags & IEEE80211_F_DESBSSID)
358 if (vap->iv_flags & IEEE80211_F_DESBSSID)
392 if (vap->iv_flags & IEEE80211_F_PUREG) {
472 if (vap->iv_flags & IEEE80211_F_PRIVACY) {
487 if ((vap->iv_flags & IEEE80211_F_DESBSSID) &&
514 if (vap->iv_flags & IEEE80211_F_PRIVACY) {
529 if ((vap->iv_flags
[all...]
H A Dieee80211_wds.c134 KASSERT(vap->iv_flags & IEEE80211_F_DESBSSID, ("no bssid"));
561 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
662 if ((vap->iv_flags & IEEE80211_F_DROPUNENC) &&
H A Dieee80211_scan_sta.c618 if ((vap->iv_flags & IEEE80211_F_XR) &&
1061 if (vap->iv_flags & IEEE80211_F_PRIVACY) {
1104 if ((vap->iv_flags & IEEE80211_F_DESBSSID) &&
1384 (vap->iv_flags & IEEE80211_F_BGSCAN) &&
H A Dieee80211_var.h345 uint32_t iv_flags; /* state flags */ member in struct:ieee80211vap
489 /* ic_flags/iv_flags */
537 ((vap)->iv_flags & (ni)->ni_ath_flags & (bit))
H A Dieee80211_tdma.c653 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_proto.c1041 (vap->iv_flags & IEEE80211_F_WME) == 0) {
1051 (vap->iv_flags & IEEE80211_F_BURST) ?
H A Dieee80211_ddb.c358 db_printf("\tflags=%b\n", vap->iv_flags, IEEE80211_F_BITS);
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/wavelanwifi/dev/wi/
H A Dif_wi.c832 if (vap->iv_flags & IEEE80211_F_PMGTON) {
854 (vap->iv_flags & IEEE80211_F_WPA)) {
922 (vap->iv_flags & IEEE80211_F_HIDESSID)) {
931 (vap->iv_flags & IEEE80211_F_WPA) &&
1753 val = (vap->iv_flags & IEEE80211_F_PRIVACY) ? 1 : 0;
1757 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0)
1776 if (vap->iv_flags & IEEE80211_F_PRIVACY) {
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwi.c1812 if (vap->iv_flags & IEEE80211_F_SHPREAMBLE)
1924 if (vap->iv_flags & IEEE80211_F_PRIVACY)
2520 if (vap->iv_flags & IEEE80211_F_PMGTON) {
2908 if ((vap->iv_flags & IEEE80211_F_WME) && ni->ni_ies.wme_ie != NULL) {
2934 if ((vap->iv_flags & IEEE80211_F_PRIVACY) &&
2950 if (vap->iv_flags & IEEE80211_F_WPA)
2962 if (vap->iv_flags & IEEE80211_F_PRIVACY)
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwl.c3172 /* XXX iv_flags & IEEE80211_F_SHPREAMBLE? */
3903 else if (vap->iv_flags & IEEE80211_F_PUREG)
3908 if (vap->iv_flags & IEEE80211_F_PUREG)
4046 if ((vap->iv_flags & (IEEE80211_F_PRIVACY|IEEE80211_F_WPA)) ==
4208 0, 0, NULL, vap->iv_flags & IEEE80211_F_WME, 0);
4294 "%s: %s(RUN): iv_flags 0x%08x bintvl %d bssid %s "
4296 vap->iv_ifp->if_xname, __func__, vap->iv_flags,
4336 if ((vap->iv_flags & IEEE80211_F_DWDS) &&
4367 } else if ((vap->iv_flags & IEEE80211_F_DWDS) &&
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipw.c2272 if (vap->iv_flags & IEEE80211_F_PRIVACY) {
2288 data = htole32((vap->iv_flags & IEEE80211_F_PRIVACY) ? IPW_WEPON : 0);
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c4841 (vap->iv_flags & IEEE80211_F_PRIVACY)) {
4859 "%s(RUN): iv_flags 0x%08x bintvl %d bssid %s "
4861 vap->iv_flags, ni->ni_intval, ether_sprintf(ni->ni_bssid),
5034 (vap->iv_flags & IEEE80211_F_PRIVACY) == 0 && sc->sc_hasclrkey &&
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malo.c1833 "%s: %s(RUN): iv_flags 0x%08x bintvl %d bssid %s "
1835 vap->iv_ifp->if_xname, __func__, vap->iv_flags,
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/ralink2860/dev/rt2860/
H A Drt2860.c3881 ((vap != NULL) && (vap->iv_flags & IEEE80211_F_BURST))) ? "enabling" : "disabling");
3888 ((vap != NULL) && (vap->iv_flags & IEEE80211_F_BURST)))

Completed in 307 milliseconds