Symbol: IEEE80211_C_SHSLOT
sys/dev/ic/acx111.c
288
sc->sc_ic.ic_caps = IEEE80211_C_WEP | IEEE80211_C_SHSLOT;
sys/dev/ic/ath.c
364
| IEEE80211_C_SHSLOT /* short slot time supported */
sys/dev/ic/athn.c
345
IEEE80211_C_SHSLOT | /* Short slot time supported. */
sys/dev/ic/bwi.c
850
ic->ic_caps = IEEE80211_C_SHSLOT |
sys/dev/ic/malo.c
372
IEEE80211_C_SHSLOT |
sys/dev/ic/pgt.c
1973
IEEE80211_C_SHSLOT | IEEE80211_C_SHPREAMBLE | IEEE80211_C_MONITOR;
sys/dev/ic/rt2560.c
239
IEEE80211_C_SHSLOT | /* short slot time supported */
sys/dev/ic/rt2661.c
300
IEEE80211_C_SHSLOT | /* short slot time supported */
sys/dev/ic/rt2860.c
325
IEEE80211_C_SHSLOT | /* short slot time supported */
sys/dev/ic/rtwn.c
263
IEEE80211_C_SHSLOT | /* Short slot time supported. */
sys/dev/pci/if_iwi.c
2133
if (ic->ic_caps & IEEE80211_C_SHSLOT)
sys/dev/pci/if_iwi.c
239
IEEE80211_C_SHSLOT | /* short slot time supported */
sys/dev/pci/if_iwm.c
11997
IEEE80211_C_SHSLOT | /* short slot time supported */
sys/dev/pci/if_iwn.c
481
IEEE80211_C_SHSLOT | /* short slot time supported */
sys/dev/pci/if_iwx.c
12509
IEEE80211_C_SHSLOT | /* short slot time supported */
sys/dev/pci/if_mwx.c
1264
IEEE80211_C_SHSLOT | /* short slot time supported */
sys/dev/pci/if_qwx_pci.c
1086
IEEE80211_C_SHSLOT | /* short slot time supported */
sys/dev/pci/if_qwz_pci.c
968
IEEE80211_C_SHSLOT | /* short slot time supported */
sys/dev/pci/if_wpi.c
282
IEEE80211_C_SHSLOT | /* short slot time supported */
sys/dev/usb/if_mtw.c
422
IEEE80211_C_SHSLOT | /* short slot time supported */
sys/dev/usb/if_otus.c
325
IEEE80211_C_SHSLOT | /* short slot time supported */
sys/dev/usb/if_ral.c
272
IEEE80211_C_SHSLOT | /* short slot time supported */
sys/dev/usb/if_rsu.c
242
IEEE80211_C_SHSLOT | /* Short slot time supported. */
sys/dev/usb/if_rum.c
338
IEEE80211_C_SHSLOT | /* short slot time supported */
sys/dev/usb/if_run.c
609
IEEE80211_C_SHSLOT | /* short slot time supported */
sys/dev/usb/if_uath.c
345
IEEE80211_C_SHSLOT | /* short slot time supported */
sys/dev/usb/if_upgt.c
384
IEEE80211_C_SHSLOT |
sys/dev/usb/if_urtw.c
689
IEEE80211_C_SHSLOT | /* short slot time supported */
sys/net80211/ieee80211_node.c
3146
if (ic->ic_caps & IEEE80211_C_SHSLOT)
sys/net80211/ieee80211_node.c
3331
if ((ic->ic_caps & IEEE80211_C_SHSLOT) &&
sys/net80211/ieee80211_output.c
1632
if (ic->ic_caps & IEEE80211_C_SHSLOT)
sys/net80211/ieee80211_proto.c
327
(ic->ic_caps & IEEE80211_C_SHSLOT))