Home
last modified time | relevance | path

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

/Zephyr-latest/modules/hostap/src/
Dsupp_api.c2170 const uint8_t *center_freq = NULL; local
2186 center_freq = center_freq_40MHz;
2192 center_freq = center_freq_80MHz;
2203 if ((chan_idx >= (center_freq[index] - ch_offset)) &&
2204 (chan_idx <= (center_freq[index] + ch_offset))) {
2205 center_freq_seg0_idx = center_freq[index];