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.c2254 uint8_t index, index_max, chan_idx, ch_offset = 0; local
2268 ch_offset = 2;
2274 ch_offset = 6;
2283 if ((chan_idx >= (center_freq[index] - ch_offset)) &&
2284 (chan_idx <= (center_freq[index] + ch_offset))) {