Searched defs:use_short_slot (Results 1 - 1 of 1) sorted by relevance

/net/mac80211/
H A Dmlme.c1705 bool use_short_slot; local
1715 use_short_slot = !!(capab & WLAN_CAPABILITY_SHORT_SLOT_TIME);
1717 use_short_slot = true;
1729 if (use_short_slot != bss_conf->use_short_slot) {
1730 bss_conf->use_short_slot = use_short_slot;

Completed in 75 milliseconds