Home
last modified time | relevance | path

Searched refs:use_short_slot_time (Results 1 – 4 of 4) sorted by relevance

/linux/net/wireless/
H A Dtrace.h1296 __field(int, use_short_slot_time)
1305 __entry->use_short_slot_time = params->use_short_slot_time;
1313 __entry->use_short_preamble, __entry->use_short_slot_time,
H A Dnl80211.c10094 params.use_short_slot_time = -1; in nl80211_set_bss()
10120 params.use_short_slot_time = in nl80211_set_bss()
/linux/net/mac80211/
H A Dcfg.c3397 if (params->use_short_slot_time >= 0) { in ieee80211_change_bss()
3398 link->conf->use_short_slot = params->use_short_slot_time; in ieee80211_change_bss()
/linux/include/net/
H A Dcfg80211.h2666 int use_short_slot_time; member