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.h1237 __field(int, use_short_slot_time)
1246 __entry->use_short_slot_time = params->use_short_slot_time;
1254 __entry->use_short_preamble, __entry->use_short_slot_time,
H A Dnl80211.c8188 params.use_short_slot_time = -1; in nl80211_set_bss()
8201 params.use_short_slot_time = in nl80211_set_bss()
/linux/net/mac80211/
H A Dcfg.c2768 if (params->use_short_slot_time >= 0) { in ieee80211_change_bss()
2769 link->conf->use_short_slot = params->use_short_slot_time; in ieee80211_change_bss()
/linux/include/net/
H A Dcfg80211.h2372 int use_short_slot_time; member