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

12

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_ioctl.c811 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0)
813 else if (vap->iv_flags & IEEE80211_F_DROPUNENC)
839 if (vap->iv_flags & IEEE80211_F_WPA)
848 if (vap->iv_flags & IEEE80211_F_PMGTON)
877 switch (vap->iv_flags & IEEE80211_F_WPA) {
899 ireq->i_val = (vap->iv_flags & IEEE80211_F_PRIVACY) != 0;
902 ireq->i_val = (vap->iv_flags & IEEE80211_F_DROPUNENC) != 0;
905 ireq->i_val = (vap->iv_flags & IEEE80211_F_COUNTERM) != 0;
908 ireq->i_val = (vap->iv_flags & IEEE80211_F_WME) != 0;
911 ireq->i_val = (vap->iv_flags
[all...]
H A Dieee80211_sta.c407 if (vap->iv_flags & IEEE80211_F_WPA) {
697 if ((vap->iv_flags & IEEE80211_F_DWDS) &&
712 if ((vap->iv_flags & IEEE80211_F_DWDS) == 0) {
763 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
867 if ((vap->iv_flags & IEEE80211_F_DROPUNENC) &&
940 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
1034 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
1353 return ((vap->iv_flags & IEEE80211_F_BGSCAN) &&
1464 vap->iv_flags |= IEEE80211_F_USEPROT;
1466 vap->iv_flags
[all...]
H A Dieee80211_hostap.c269 if (vap->iv_flags & IEEE80211_F_WPA) {
385 if ((vap->iv_flags & IEEE80211_F_NOBRIDGE) == 0) {
602 (vap->iv_flags & IEEE80211_F_DWDS)))) {
687 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
784 if ((vap->iv_flags & IEEE80211_F_DROPUNENC) &&
858 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
1006 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
1246 if ((vap->iv_flags & IEEE80211_F_WPA1) == 0) {
1249 wh, "WPA", "not WPA, flags 0x%x", vap->iv_flags);
1423 if ((vap->iv_flags
[all...]
H A Dieee80211_superg.c158 vap->iv_flags |= IEEE80211_F_FF;
162 vap->iv_flags |= IEEE80211_F_TURBOP;
206 vap->iv_flags & IEEE80211_F_ATHEROS,
207 ((vap->iv_flags & IEEE80211_F_WPA) == 0 &&
742 if (vap->iv_flags & IEEE80211_F_PRIVACY)
1019 return (vap->iv_flags & cap) != 0;
1047 vap->iv_flags |= IEEE80211_F_FF;
1049 vap->iv_flags &= ~IEEE80211_F_FF;
1055 vap->iv_flags |= IEEE80211_F_TURBOP;
1057 vap->iv_flags
[all...]
H A Dieee80211_node.c313 (vap->iv_flags & IEEE80211_F_PUREG) == 0)
355 if (vap->iv_flags & IEEE80211_F_PRIVACY)
363 if (vap->iv_flags & IEEE80211_F_DESBSSID)
371 if (vap->iv_flags & IEEE80211_F_DESBSSID)
405 if (vap->iv_flags & IEEE80211_F_PUREG) {
497 if (vap->iv_flags & IEEE80211_F_PRIVACY) {
512 if ((vap->iv_flags & IEEE80211_F_DESBSSID) &&
539 if (vap->iv_flags & IEEE80211_F_PRIVACY) {
554 if ((vap->iv_flags & IEEE80211_F_DESBSSID) &&
683 vap->iv_flags
[all...]
H A Dieee80211_proto.c776 vap->iv_flags &= ~IEEE80211_F_USEPROT;
782 vap->iv_flags |= IEEE80211_F_SHPREAMBLE;
783 vap->iv_flags &= ~IEEE80211_F_USEBARKER;
785 vap->iv_flags &= ~IEEE80211_F_SHPREAMBLE;
786 vap->iv_flags |= IEEE80211_F_USEBARKER;
876 if (iv->iv_flags & IEEE80211_F_SHSLOT)
938 if (iv->iv_flags & IEEE80211_F_USEPROT)
1003 if (iv->iv_flags & IEEE80211_F_USEBARKER)
1005 if (iv->iv_flags & IEEE80211_F_SHPREAMBLE)
1204 vap->iv_flags |
[all...]
H A Dieee80211_output.c1511 if (vap->iv_flags & IEEE80211_F_PRIVACY) {
1903 ((vap->iv_flags & IEEE80211_F_WPA) &&
2392 if (vap->iv_flags & IEEE80211_F_WPA1 && vap->iv_wpa_ie != NULL)
2403 if (vap->iv_flags & IEEE80211_F_WPA2 && vap->iv_rsn_ie != NULL)
2607 if (vap->iv_flags & IEEE80211_F_PRIVACY)
2609 if ((vap->iv_flags & IEEE80211_F_SHPREAMBLE) &&
2612 if (vap->iv_flags & IEEE80211_F_SHSLOT)
2614 if (IEEE80211_IS_CHAN_5GHZ(chan) && (vap->iv_flags & IEEE80211_F_DOTH))
2782 if (vap->iv_flags & IEEE80211_F_PRIVACY)
2788 if ((vap->iv_flags
[all...]
H A Dieee80211_phy.h74 ((vap->iv_flags & IEEE80211_F_SHSLOT) ? \
H A Dieee80211_wds.c138 KASSERT(vap->iv_flags & IEEE80211_F_DESBSSID, ("no bssid"));
560 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
659 if ((vap->iv_flags & IEEE80211_F_DROPUNENC) &&
H A Dieee80211.c550 vap->iv_flags = ic->ic_flags; /* propagate common flags */
577 vap->iv_flags |= IEEE80211_F_DESBSSID;
610 vap->iv_flags |= IEEE80211_F_WME;
612 vap->iv_flags |= IEEE80211_F_BURST;
616 vap->iv_flags |= IEEE80211_F_BGSCAN;
617 vap->iv_flags |= IEEE80211_F_DOTH; /* XXX no cap, just ena */
680 ic->ic_name, vap->iv_flags, vap->iv_flags_ext);
866 if (vap->iv_flags & flag) {
884 vap->iv_flags &= ~flag;
886 vap->iv_flags |
[all...]
H A Dieee80211_adhoc.c217 if (vap->iv_flags & IEEE80211_F_WPA) {
499 if ((vap->iv_flags & IEEE80211_F_PRIVACY) == 0) {
598 if ((vap->iv_flags & IEEE80211_F_DROPUNENC) &&
926 if ((vap->iv_flags & IEEE80211_F_HIDESSID) && ssid[1] == 0) {
H A Dieee80211_power.c623 if (! (vap->iv_flags & IEEE80211_F_PMGTON))
H A Dieee80211_scan_sta.c670 if ((vap->iv_flags & IEEE80211_F_XR) &&
1108 if (vap->iv_flags & IEEE80211_F_PRIVACY) {
1151 if ((vap->iv_flags & IEEE80211_F_DESBSSID) &&
1440 (vap->iv_flags & IEEE80211_F_BGSCAN) &&
H A Dieee80211_var.h407 uint32_t iv_flags; /* state flags */ member in struct:ieee80211vap
617 /* ic_flags/iv_flags */
663 ((vap)->iv_flags & (ni)->ni_ath_flags & (bit))
H A Dieee80211_tdma.c666 if ((vap->iv_flags & IEEE80211_F_WME) &&
H A Dieee80211_crypto_tkip.c193 if (vap->iv_flags & IEEE80211_F_COUNTERM) {
323 if (vap->iv_flags & IEEE80211_F_COUNTERM) {
H A Dieee80211_ddb.c361 db_printf("\tflags=%b\n", vap->iv_flags, IEEE80211_F_BITS);
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192e/
H A Dr92e_fw.c106 (vap->iv_flags & IEEE80211_F_PMGTON)) {
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8812a/
H A Dr12a_fw.c126 (vap->iv_flags & IEEE80211_F_PMGTON)) {
H A Dr12a_tx.c167 if (vap->iv_flags & IEEE80211_F_PUREG)
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8188e/
H A Dr88e_fw.c198 (vap->iv_flags & IEEE80211_F_PMGTON)) {
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192c/
H A Dr92c_fw.c317 (vap->iv_flags & IEEE80211_F_PMGTON))
H A Dr92c_tx.c152 if (vap->iv_flags & IEEE80211_F_PUREG)
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwi.c1799 if (vap->iv_flags & IEEE80211_F_SHPREAMBLE)
1911 if (vap->iv_flags & IEEE80211_F_PRIVACY)
2521 if (vap->iv_flags & IEEE80211_F_PMGTON) {
2910 if ((vap->iv_flags & IEEE80211_F_WME) && ni->ni_ies.wme_ie != NULL) {
2936 if ((vap->iv_flags & IEEE80211_F_PRIVACY) &&
2952 if (vap->iv_flags & IEEE80211_F_WPA)
2964 if (vap->iv_flags & IEEE80211_F_PRIVACY)
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwl.c3064 /* XXX iv_flags & IEEE80211_F_SHPREAMBLE? */
3767 else if (vap->iv_flags & IEEE80211_F_PUREG)
3772 if (vap->iv_flags & IEEE80211_F_PUREG)
3906 if ((vap->iv_flags & (IEEE80211_F_PRIVACY|IEEE80211_F_WPA)) ==
4069 0, 0, NULL, vap->iv_flags & IEEE80211_F_WME, 0);
4154 "%s: %s(RUN): iv_flags 0x%08x bintvl %d bssid %s "
4156 vap->iv_ifp->if_xname, __func__, vap->iv_flags,
4196 if ((vap->iv_flags & IEEE80211_F_DWDS) &&
4227 } else if ((vap->iv_flags & IEEE80211_F_DWDS) &&

Completed in 179 milliseconds

12