Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/
Dmac80211.h4902 #define IEEE80211_MAX_CNTDWN_COUNTERS_NUM 2 macro
4916 u16 cntdwn_counter_offs[IEEE80211_MAX_CNTDWN_COUNTERS_NUM];
/Linux-v5.15/net/mac80211/
Dieee80211_i.h258 u16 cntdwn_counter_offsets[IEEE80211_MAX_CNTDWN_COUNTERS_NUM];
266 u16 cntdwn_counter_offsets[IEEE80211_MAX_CNTDWN_COUNTERS_NUM];
Dmain.c1194 local->hw.wiphy->max_num_csa_counters = IEEE80211_MAX_CNTDWN_COUNTERS_NUM; in ieee80211_register_hw()
Dcfg.c3322 IEEE80211_MAX_CNTDWN_COUNTERS_NUM) || in ieee80211_set_csa_beacon()
3324 IEEE80211_MAX_CNTDWN_COUNTERS_NUM)) in ieee80211_set_csa_beacon()
Dtx.c4828 max_count = IEEE80211_MAX_CNTDWN_COUNTERS_NUM; in ieee80211_set_beacon_cntdwn()
5140 for (i = 0; i < IEEE80211_MAX_CNTDWN_COUNTERS_NUM; i++) { in __ieee80211_beacon_get()