Home
last modified time | relevance | path

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

/Zephyr-latest/modules/hostap/src/
Dsupp_api.c2174 uint8_t index, index_max, chan_idx, ch_offset = 0; local
2188 ch_offset = 2;
2194 ch_offset = 6;
2203 if ((chan_idx >= (center_freq[index] - ch_offset)) &&
2204 (chan_idx <= (center_freq[index] + ch_offset))) {