Symbol: IEEE80211_C_SHSLOT
src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/if_ath.c
917
| IEEE80211_C_SHSLOT /* short slot time supported */
src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/if_bwi.c
495
IEEE80211_C_SHSLOT |
src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/if_iwx.c
12009
IEEE80211_C_SHSLOT | /* short slot time supported */
src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/if_iwm.c
12097
IEEE80211_C_SHSLOT | /* short slot time supported */
src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/pci/if_wpi.c
361
IEEE80211_C_SHSLOT | /* short slot time supported */
src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/if_iwn.c
577
| IEEE80211_C_SHSLOT /* short slot time supported */
src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/if_malo.c
264
| IEEE80211_C_SHSLOT /* short slot time supported */
src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/if_mwl.c
403
| IEEE80211_C_SHSLOT /* short slot time supported */
src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/rt2560.c
276
| IEEE80211_C_SHSLOT /* short slot time supported */
src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/rt2661.c
276
| IEEE80211_C_SHSLOT /* short slot time supported */
src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/rt2860.c
318
| IEEE80211_C_SHSLOT /* short slot time supported */
src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/if_mtw.c
626
IEEE80211_C_SHSLOT | /* short slot time supported */
src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/if_rum.c
541
| IEEE80211_C_SHSLOT /* short slot time supported */
src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/if_run.c
857
IEEE80211_C_SHSLOT | /* short slot time supported */
src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/if_ural.c
472
| IEEE80211_C_SHSLOT /* short slot time supported */
src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/if_rtwn.c
227
| IEEE80211_C_SHSLOT /* short slot time supported */
src/libs/compat/freebsd_wlan/net80211/ieee80211_node.c
2912
if ((ic->ic_caps & IEEE80211_C_SHSLOT) &&
src/libs/compat/freebsd_wlan/net80211/ieee80211_output.c
2859
(ic->ic_caps & IEEE80211_C_SHSLOT))
src/libs/compat/freebsd_wlan/net80211/ieee80211_proto.c
805
(ic->ic_caps & IEEE80211_C_SHSLOT)));
src/libs/compat/openbsd_wlan/net80211/ieee80211_node.c
2958
if (ic->ic_caps & IEEE80211_C_SHSLOT)
src/libs/compat/openbsd_wlan/net80211/ieee80211_node.c
3133
if ((ic->ic_caps & IEEE80211_C_SHSLOT) &&
src/libs/compat/openbsd_wlan/net80211/ieee80211_output.c
1548
if (ic->ic_caps & IEEE80211_C_SHSLOT)
src/libs/compat/openbsd_wlan/net80211/ieee80211_proto.c
329
(ic->ic_caps & IEEE80211_C_SHSLOT))