Symbol: IEEE80211_C_SHSLOT
sys/dev/ic/ath.c
517
| IEEE80211_C_SHSLOT /* short slot time supported */
sys/dev/ic/athn.c
282
IEEE80211_C_SHSLOT | /* Short slot time supported. */
sys/dev/ic/bwfm.c
389
IEEE80211_C_SHSLOT | /* short slot time supported */
sys/dev/ic/bwi.c
1066
ic->ic_caps = IEEE80211_C_SHSLOT |
sys/dev/ic/malo.c
413
IEEE80211_C_SHSLOT |
sys/dev/ic/rt2560.c
406
IEEE80211_C_SHSLOT | /* short slot time supported */
sys/dev/ic/rt2661.c
295
IEEE80211_C_SHSLOT | /* short slot time supported */
sys/dev/ic/rt2860.c
358
IEEE80211_C_SHSLOT | /* short slot time supported */
sys/dev/pci/if_iwi.c
302
IEEE80211_C_SHSLOT | /* short slot time supported */
sys/dev/pci/if_iwm.c
9312
IEEE80211_C_SHSLOT | /* short slot time supported */
sys/dev/pci/if_iwn.c
610
IEEE80211_C_SHSLOT | /* short slot time supported */
sys/dev/pci/if_rtwn.c
327
IEEE80211_C_SHSLOT | /* Short slot time supported. */
sys/dev/pci/if_wpi.c
348
IEEE80211_C_SHSLOT | /* short slot time supported */
sys/dev/usb/if_otus.c
837
IEEE80211_C_SHSLOT | /* short slot time supported */
sys/dev/usb/if_rum.c
399
IEEE80211_C_SHSLOT | /* short slot time supported */
sys/dev/usb/if_run.c
686
IEEE80211_C_SHSLOT | /* short slot time supported */
sys/dev/usb/if_upgt.c
436
IEEE80211_C_SHSLOT;
sys/dev/usb/if_ural.c
457
IEEE80211_C_SHSLOT | /* short slot time supported */
sys/dev/usb/if_urtw.c
706
IEEE80211_C_SHSLOT | /* short slot time supported */
sys/dev/usb/if_urtwn.c
498
IEEE80211_C_SHSLOT | /* Short slot time supported. */
sys/net80211/ieee80211_node.c
2324
if ((ic->ic_caps & IEEE80211_C_SHSLOT) &&
sys/net80211/ieee80211_output.c
1665
(ic->ic_caps & IEEE80211_C_SHSLOT))
sys/net80211/ieee80211_proto.c
470
(ic->ic_caps & IEEE80211_C_SHSLOT)));