Symbol: IEEE80211_F_SHPREAMBLE
sys/bus/u4b/wlan/if_mtw.c
3026
(ic->ic_flags & IEEE80211_F_SHPREAMBLE))
sys/bus/u4b/wlan/if_mtw.c
3136
if (ic->ic_flags & IEEE80211_F_SHPREAMBLE)
sys/bus/u4b/wlan/if_mtw.c
3259
ic->ic_flags & IEEE80211_F_SHPREAMBLE);
sys/bus/u4b/wlan/if_mtw.c
4080
if (ic->ic_flags & IEEE80211_F_SHPREAMBLE)
sys/bus/u4b/wlan/if_rum.c
1362
if (rate != 2 && (ic->ic_flags & IEEE80211_F_SHPREAMBLE))
sys/bus/u4b/wlan/if_rum.c
1396
isshort = (ic->ic_flags & IEEE80211_F_SHPREAMBLE) != 0;
sys/bus/u4b/wlan/if_rum.c
1505
ic->ic_flags & IEEE80211_F_SHPREAMBLE);
sys/bus/u4b/wlan/if_rum.c
1685
ic->ic_flags & IEEE80211_F_SHPREAMBLE);
sys/bus/u4b/wlan/if_rum.c
2003
if (ic->ic_flags & IEEE80211_F_SHPREAMBLE)
sys/bus/u4b/wlan/if_run.c
3256
(ic->ic_flags & IEEE80211_F_SHPREAMBLE))
sys/bus/u4b/wlan/if_run.c
3353
if (ic->ic_flags & IEEE80211_F_SHPREAMBLE)
sys/bus/u4b/wlan/if_run.c
3474
ic->ic_flags & IEEE80211_F_SHPREAMBLE);
sys/bus/u4b/wlan/if_run.c
3542
isshort = (ic->ic_flags & IEEE80211_F_SHPREAMBLE) != 0;
sys/bus/u4b/wlan/if_run.c
5154
if (ic->ic_flags & IEEE80211_F_SHPREAMBLE)
sys/dev/netif/ath/ath/if_ath_beacon.c
274
(((_ic)->ic_flags & (IEEE80211_F_SHPREAMBLE | IEEE80211_F_USEBARKER))\
sys/dev/netif/ath/ath/if_ath_beacon.c
275
== IEEE80211_F_SHPREAMBLE)
sys/dev/netif/ath/ath/if_ath_tx.c
1630
if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) &&
sys/dev/netif/ath/ath/if_ath_tx_ht.c
542
if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) &&
sys/dev/netif/bwn/bwn/if_bwn.c
6286
isshort = (ic->ic_flags & IEEE80211_F_SHPREAMBLE) != 0;
sys/dev/netif/iwi/if_iwi.c
1870
if (vap->iv_flags & IEEE80211_F_SHPREAMBLE)
sys/dev/netif/iwi/if_iwi.c
3033
if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) &&
sys/dev/netif/iwm/if_iwm_mac_ctxt.c
320
= htole32((ic->ic_flags & IEEE80211_F_SHPREAMBLE)
sys/dev/netif/iwn/if_iwn.c
7167
if (ic->ic_flags & IEEE80211_F_SHPREAMBLE)
sys/dev/netif/iwn/if_iwn.c
7252
if (ic->ic_flags & IEEE80211_F_SHPREAMBLE)
sys/dev/netif/ral/rt2560.c
1496
if (rate != 2 && (ic->ic_flags & IEEE80211_F_SHPREAMBLE))
sys/dev/netif/ral/rt2560.c
1629
rate, ic->ic_flags & IEEE80211_F_SHPREAMBLE);
sys/dev/netif/ral/rt2560.c
1681
isshort = (ic->ic_flags & IEEE80211_F_SHPREAMBLE) != 0;
sys/dev/netif/ral/rt2560.c
1946
rate, ic->ic_flags & IEEE80211_F_SHPREAMBLE);
sys/dev/netif/ral/rt2560.c
2322
if (!(ic->ic_flags & IEEE80211_F_SHPREAMBLE)) {
sys/dev/netif/ral/rt2560.c
2335
(ic->ic_flags & IEEE80211_F_SHPREAMBLE) ? "short" : "long");
sys/dev/netif/ral/rt2661.c
1315
if (rate != 2 && (ic->ic_flags & IEEE80211_F_SHPREAMBLE))
sys/dev/netif/ral/rt2661.c
1390
rate, ic->ic_flags & IEEE80211_F_SHPREAMBLE);
sys/dev/netif/ral/rt2661.c
1442
isshort = (ic->ic_flags & IEEE80211_F_SHPREAMBLE) != 0;
sys/dev/netif/ral/rt2661.c
1629
rate, ic->ic_flags & IEEE80211_F_SHPREAMBLE);
sys/dev/netif/ral/rt2661.c
1930
if (ic->ic_flags & IEEE80211_F_SHPREAMBLE)
sys/dev/netif/ral/rt2860.c
1594
(ic->ic_flags & IEEE80211_F_SHPREAMBLE))
sys/dev/netif/ral/rt2860.c
1624
if (ic->ic_flags & IEEE80211_F_SHPREAMBLE)
sys/dev/netif/ral/rt2860.c
1857
(ic->ic_flags & IEEE80211_F_SHPREAMBLE))
sys/dev/netif/ral/rt2860.c
1882
if (ic->ic_flags & IEEE80211_F_SHPREAMBLE)
sys/dev/netif/ral/rt2860.c
2342
if (ic->ic_flags & IEEE80211_F_SHPREAMBLE)
sys/dev/netif/wpi/if_wpi.c
4359
if (ic->ic_flags & IEEE80211_F_SHPREAMBLE)
sys/dev/netif/wpi/if_wpi.c
4578
if (ic->ic_flags & IEEE80211_F_SHPREAMBLE)
sys/netproto/802_11/wlan/ieee80211_dragonfly.c
1038
if (rs_rate != 2 && (flags & IEEE80211_F_SHPREAMBLE)) {
sys/netproto/802_11/wlan/ieee80211_node.c
2505
ic->ic_flags &= ~IEEE80211_F_SHPREAMBLE;
sys/netproto/802_11/wlan/ieee80211_node.c
2568
ic->ic_flags & IEEE80211_F_SHPREAMBLE ? "short" : "long",
sys/netproto/802_11/wlan/ieee80211_node.c
2608
ic->ic_flags |= IEEE80211_F_SHPREAMBLE;
sys/netproto/802_11/wlan/ieee80211_node.c
623
ic->ic_flags&IEEE80211_F_SHPREAMBLE ? "short" : "long",
sys/netproto/802_11/wlan/ieee80211_output.c
2331
if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) &&
sys/netproto/802_11/wlan/ieee80211_output.c
2508
if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) &&
sys/netproto/802_11/wlan/ieee80211_output.c
3002
isshort = (vap->iv_flags & IEEE80211_F_SHPREAMBLE) != 0;
sys/netproto/802_11/wlan/ieee80211_phy.c
344
WLAN_CTRL_FRAME_SIZE, ctl_rate, IEEE80211_F_SHPREAMBLE);
sys/netproto/802_11/wlan/ieee80211_proto.c
780
ic->ic_flags |= IEEE80211_F_SHPREAMBLE;
sys/netproto/802_11/wlan/ieee80211_proto.c
783
ic->ic_flags &= ~IEEE80211_F_SHPREAMBLE;
sys/netproto/802_11/wlan/ieee80211_sta.c
1730
ic->ic_flags |= IEEE80211_F_SHPREAMBLE;
sys/netproto/802_11/wlan/ieee80211_sta.c
1733
ic->ic_flags &= ~IEEE80211_F_SHPREAMBLE;
sys/netproto/802_11/wlan/ieee80211_sta.c
1754
ic->ic_flags&IEEE80211_F_SHPREAMBLE ? "short" : "long",
tools/tools/net80211/wlantxtime/wlantxtime.c
265
WLAN_CTRL_FRAME_SIZE, ctl_rate, IEEE80211_F_SHPREAMBLE);