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

/freebsd-11-stable/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c40 #define IEEE80211_F_SHPREAMBLE 0x00040000 /* STATUS: use short preamble */ macro
264 WLAN_CTRL_FRAME_SIZE, ctl_rate, IEEE80211_F_SHPREAMBLE);
/freebsd-11-stable/sys/dev/ral/
H A Drt2560.c1440 if (rate != 2 && (ic->ic_flags & IEEE80211_F_SHPREAMBLE))
1563 rate, ic->ic_flags & IEEE80211_F_SHPREAMBLE);
1615 isshort = (ic->ic_flags & IEEE80211_F_SHPREAMBLE) != 0;
1859 rate, ic->ic_flags & IEEE80211_F_SHPREAMBLE);
2250 if (!(ic->ic_flags & IEEE80211_F_SHPREAMBLE)) {
2263 (ic->ic_flags & IEEE80211_F_SHPREAMBLE) ? "short" : "long");
H A Drt2661.c1261 if (rate != 2 && (ic->ic_flags & IEEE80211_F_SHPREAMBLE))
1331 rate, ic->ic_flags & IEEE80211_F_SHPREAMBLE);
1383 isshort = (ic->ic_flags & IEEE80211_F_SHPREAMBLE) != 0;
1555 rate, ic->ic_flags & IEEE80211_F_SHPREAMBLE);
1852 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE)
H A Drt2860.c1529 (ic->ic_flags & IEEE80211_F_SHPREAMBLE))
1559 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE)
1779 (ic->ic_flags & IEEE80211_F_SHPREAMBLE))
1804 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE)
2250 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE)
/freebsd-11-stable/sys/net80211/
H A Dieee80211_sta.c1711 ic->ic_flags |= IEEE80211_F_SHPREAMBLE;
1714 ic->ic_flags &= ~IEEE80211_F_SHPREAMBLE;
1735 ic->ic_flags&IEEE80211_F_SHPREAMBLE ? "short" : "long",
H A Dieee80211_phy.c343 WLAN_CTRL_FRAME_SIZE, ctl_rate, IEEE80211_F_SHPREAMBLE);
H A Dieee80211_node.c664 ic->ic_flags&IEEE80211_F_SHPREAMBLE ? "short" : "long",
2483 ic->ic_flags &= ~IEEE80211_F_SHPREAMBLE;
2546 ic->ic_flags & IEEE80211_F_SHPREAMBLE ? "short" : "long",
2586 ic->ic_flags |= IEEE80211_F_SHPREAMBLE;
H A Dieee80211_proto.c774 ic->ic_flags |= IEEE80211_F_SHPREAMBLE;
777 ic->ic_flags &= ~IEEE80211_F_SHPREAMBLE;
H A Dieee80211_var.h555 #define IEEE80211_F_SHPREAMBLE 0x00040000 /* STATUS: use short preamble */ macro
H A Dieee80211_output.c2192 if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) &&
2369 if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) &&
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm_mac_ctxt.c328 = htole32((ic->ic_flags & IEEE80211_F_SHPREAMBLE)
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_beacon.c265 (((_ic)->ic_flags & (IEEE80211_F_SHPREAMBLE | IEEE80211_F_USEBARKER))\
266 == IEEE80211_F_SHPREAMBLE)
H A Dif_ath_tx_ht.c542 if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) &&
H A Dif_ath_tx.c1598 if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) &&
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_ural.c1013 if (rate != 2 && (ic->ic_flags & IEEE80211_F_SHPREAMBLE))
1102 ic->ic_flags & IEEE80211_F_SHPREAMBLE);
1144 isshort = (ic->ic_flags & IEEE80211_F_SHPREAMBLE) != 0;
1293 ic->ic_flags & IEEE80211_F_SHPREAMBLE);
1821 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE)
H A Dif_rum.c1346 if (rate != 2 && (ic->ic_flags & IEEE80211_F_SHPREAMBLE))
1380 isshort = (ic->ic_flags & IEEE80211_F_SHPREAMBLE) != 0;
1489 ic->ic_flags & IEEE80211_F_SHPREAMBLE);
1669 ic->ic_flags & IEEE80211_F_SHPREAMBLE);
1987 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE)
H A Dif_run.c3235 (ic->ic_flags & IEEE80211_F_SHPREAMBLE))
3328 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE)
3449 ic->ic_flags & IEEE80211_F_SHPREAMBLE);
3517 isshort = (ic->ic_flags & IEEE80211_F_SHPREAMBLE) != 0;
5158 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE)
H A Dif_zyd.c2477 } else if (rate != 2 && (ic->ic_flags & IEEE80211_F_SHPREAMBLE))
H A Dif_urtw.c1768 if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) &&
/freebsd-11-stable/sys/dev/bwi/
H A Dif_bwi.c2978 (ic->ic_flags & IEEE80211_F_SHPREAMBLE) &&
3007 ic->ic_flags & ~IEEE80211_F_SHPREAMBLE);
3022 else if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) && rate != (2 * 1))
/freebsd-11-stable/sys/dev/malo/
H A Dif_malo.c1759 (ic->ic_flags & IEEE80211_F_SHPREAMBLE) ?
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwi.c1792 if (vap->iv_flags & IEEE80211_F_SHPREAMBLE)
2960 if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) &&
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c4287 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE)
4506 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE)
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c7040 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE)
7125 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE)
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn.c6209 isshort = (ic->ic_flags & IEEE80211_F_SHPREAMBLE) != 0;

Completed in 537 milliseconds