Symbol: IEEE80211_C_SHPREAMBLE
sys/dev/ic/acx.c
310
IEEE80211_C_SHPREAMBLE; /* Short preamble */
sys/dev/ic/ath.c
365
| IEEE80211_C_SHPREAMBLE; /* short preamble supported */
sys/dev/ic/athn.c
346
IEEE80211_C_SHPREAMBLE | /* Short preamble supported. */
sys/dev/ic/bwi.c
851
IEEE80211_C_SHPREAMBLE |
sys/dev/ic/malo.c
371
IEEE80211_C_SHPREAMBLE |
sys/dev/ic/pgt.c
1973
IEEE80211_C_SHSLOT | IEEE80211_C_SHPREAMBLE | IEEE80211_C_MONITOR;
sys/dev/ic/rt2560.c
238
IEEE80211_C_SHPREAMBLE | /* short preamble supported */
sys/dev/ic/rt2661.c
299
IEEE80211_C_SHPREAMBLE | /* short preamble supported */
sys/dev/ic/rt2860.c
324
IEEE80211_C_SHPREAMBLE | /* short preamble supported */
sys/dev/ic/rtwn.c
262
IEEE80211_C_SHPREAMBLE | /* Short preamble supported. */
sys/dev/pci/if_ipw.c
233
IEEE80211_C_SHPREAMBLE | /* short preamble supported */
sys/dev/pci/if_iwi.c
238
IEEE80211_C_SHPREAMBLE | /* short preamble supported */
sys/dev/pci/if_iwm.c
11998
IEEE80211_C_SHPREAMBLE | /* short preamble supported */
sys/dev/pci/if_iwn.c
482
IEEE80211_C_SHPREAMBLE | /* short preamble supported */
sys/dev/pci/if_iwx.c
12510
IEEE80211_C_SHPREAMBLE | /* short preamble supported */
sys/dev/pci/if_mwx.c
1265
IEEE80211_C_SHPREAMBLE; /* short preamble supported */
sys/dev/pci/if_qwx_pci.c
1087
IEEE80211_C_SHPREAMBLE | /* short preamble supported */
sys/dev/pci/if_qwz_pci.c
969
IEEE80211_C_SHPREAMBLE; /* short preamble supported */
sys/dev/pci/if_wpi.c
283
IEEE80211_C_SHPREAMBLE | /* short preamble supported */
sys/dev/usb/if_mtw.c
421
IEEE80211_C_SHPREAMBLE | /* short preamble supported */
sys/dev/usb/if_otus.c
324
IEEE80211_C_SHPREAMBLE | /* short preamble supported */
sys/dev/usb/if_ral.c
271
IEEE80211_C_SHPREAMBLE | /* short preamble supported */
sys/dev/usb/if_rsu.c
241
IEEE80211_C_SHPREAMBLE | /* Short preamble supported. */
sys/dev/usb/if_rum.c
337
IEEE80211_C_SHPREAMBLE | /* short preamble supported */
sys/dev/usb/if_run.c
608
IEEE80211_C_SHPREAMBLE | /* short preamble supported */
sys/dev/usb/if_uath.c
344
IEEE80211_C_SHPREAMBLE | /* short preamble supported */
sys/dev/usb/if_upgt.c
383
IEEE80211_C_SHPREAMBLE |
sys/dev/usb/if_urtw.c
688
IEEE80211_C_SHPREAMBLE | /* short preamble supported */
sys/dev/usb/if_zyd.c
362
IEEE80211_C_SHPREAMBLE | /* short preamble supported */
sys/net80211/ieee80211_node.c
3349
if (ic->ic_caps & IEEE80211_C_SHPREAMBLE)
sys/net80211/ieee80211_proto.c
334
(ic->ic_caps & IEEE80211_C_SHPREAMBLE))