Home
last modified time | relevance | path

Searched refs:use_short_slot (Results 1 – 7 of 7) sorted by relevance

/net/mac80211/
Dmesh_plink.c136 if (sdata->vif.bss_conf.use_short_slot != short_slot) { in mesh_set_short_slot_time()
137 sdata->vif.bss_conf.use_short_slot = short_slot; in mesh_set_short_slot_time()
Dmlme.c2143 bool use_short_slot; in ieee80211_handle_bss_capability() local
2157 use_short_slot = !!(capab & WLAN_CAPABILITY_SHORT_SLOT_TIME); in ieee80211_handle_bss_capability()
2160 use_short_slot = true; in ieee80211_handle_bss_capability()
2172 if (use_short_slot != bss_conf->use_short_slot) { in ieee80211_handle_bss_capability()
2173 bss_conf->use_short_slot = use_short_slot; in ieee80211_handle_bss_capability()
Dmain.c217 sdata->vif.bss_conf.use_short_slot = false; in ieee80211_reset_erp_info()
Dcfg.c2394 if (!sdata->vif.bss_conf.use_short_slot && in ieee80211_change_bss()
2397 sdata->vif.bss_conf.use_short_slot = true; in ieee80211_change_bss()
2402 sdata->vif.bss_conf.use_short_slot = in ieee80211_change_bss()
Dibss.c351 sdata->vif.bss_conf.use_short_slot = chan->band == NL80211_BAND_5GHZ; in __ieee80211_sta_join_ibss()
Dsta_info.c2509 if (sdata->vif.bss_conf.use_short_slot) in sta_set_sinfo()
Dtrace.h451 __entry->shortslot = info->use_short_slot;