Home
last modified time | relevance | path

Searched refs:n_counter_offsets_presp (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/net/mac80211/
Dcfg.c785 csa->n_counter_offsets_presp * in ieee80211_set_probe_resp()
3098 (params->n_counter_offsets_presp > in ieee80211_set_csa_beacon()
3105 csa.n_counter_offsets_presp = params->n_counter_offsets_presp; in ieee80211_set_csa_beacon()
Dieee80211_i.h255 int n_counter_offsets_presp; member
/Linux-v4.19/net/wireless/
Dtrace.h2140 __dynamic_array(u16, pres_ofs, params->n_counter_offsets_presp)
2154 if (params->n_counter_offsets_presp)
2157 params->n_counter_offsets_presp * sizeof(u16));
Dnl80211.c7989 params.n_counter_offsets_presp = len / sizeof(u16); in nl80211_channel_switch()
7991 (params.n_counter_offsets_presp > in nl80211_channel_switch()
7999 for (i = 0; i < params.n_counter_offsets_presp; i++) { in nl80211_channel_switch()
/Linux-v4.19/include/net/
Dcfg80211.h902 unsigned int n_counter_offsets_presp; member