Home
last modified time | relevance | path

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

/openbmc/linux/net/wireless/
H A Dtrace.h1141 __field(int, use_short_slot_time)
1150 __entry->use_short_slot_time = params->use_short_slot_time;
1158 __entry->use_short_preamble, __entry->use_short_slot_time,
H A Dnl80211.c8038 params.use_short_slot_time = -1; in nl80211_set_bss()
8051 params.use_short_slot_time = in nl80211_set_bss()
/openbmc/linux/net/mac80211/
H A Dcfg.c2725 if (params->use_short_slot_time >= 0) { in ieee80211_change_bss()
2726 link->conf->use_short_slot = params->use_short_slot_time; in ieee80211_change_bss()
/openbmc/linux/include/net/
H A Dcfg80211.h2209 int use_short_slot_time; member