Searched defs:affected_start (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11_ht.c181 int affected_start, affected_end; local
194 affected_start = (pri_freq + sec_freq) / 2 - 25;
196 if ((pri < affected_start || pri > affected_end))
200 affected_start, affected_end);
H A Dhw_features.c338 int affected_start, affected_end; local
355 affected_start = (pri_freq + sec_freq) / 2 - 40;
358 affected_start, affected_end);
370 if (chan->freq < affected_start ||
383 int affected_start, affected_end; local
392 affected_start = pri_freq - 10;
395 affected_start = pri_freq - 30;
399 affected_start, affected_end);
411 if (chan->freq < affected_start ||
/external/wpa_supplicant_8/hostapd/src/common/
H A Dhw_features_common.c272 int affected_start, affected_end; local
284 affected_start = (pri_freq + sec_freq) / 2 - 25;
287 affected_start, affected_end);
295 if (check_20mhz_bss(bss, pri_freq, affected_start,
311 if ((pri < affected_start || pri > affected_end) &&
312 (sec < affected_start || sec > affected_end))
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11_ht.c181 int affected_start, affected_end; local
194 affected_start = (pri_freq + sec_freq) / 2 - 25;
196 if ((pri < affected_start || pri > affected_end))
200 affected_start, affected_end);
H A Dhw_features.c338 int affected_start, affected_end; local
355 affected_start = (pri_freq + sec_freq) / 2 - 40;
358 affected_start, affected_end);
370 if (chan->freq < affected_start ||
383 int affected_start, affected_end; local
392 affected_start = pri_freq - 10;
395 affected_start = pri_freq - 30;
399 affected_start, affected_end);
411 if (chan->freq < affected_start ||
/external/wpa_supplicant_8/src/common/
H A Dhw_features_common.c272 int affected_start, affected_end; local
284 affected_start = (pri_freq + sec_freq) / 2 - 25;
287 affected_start, affected_end);
295 if (check_20mhz_bss(bss, pri_freq, affected_start,
311 if ((pri < affected_start || pri > affected_end) &&
312 (sec < affected_start || sec > affected_end))
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11_ht.c181 int affected_start, affected_end; local
194 affected_start = (pri_freq + sec_freq) / 2 - 25;
196 if ((pri < affected_start || pri > affected_end))
200 affected_start, affected_end);
H A Dhw_features.c338 int affected_start, affected_end; local
355 affected_start = (pri_freq + sec_freq) / 2 - 40;
358 affected_start, affected_end);
370 if (chan->freq < affected_start ||
383 int affected_start, affected_end; local
392 affected_start = pri_freq - 10;
395 affected_start = pri_freq - 30;
399 affected_start, affected_end);
411 if (chan->freq < affected_start ||
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dhw_features_common.c272 int affected_start, affected_end; local
284 affected_start = (pri_freq + sec_freq) / 2 - 25;
287 affected_start, affected_end);
295 if (check_20mhz_bss(bss, pri_freq, affected_start,
311 if ((pri < affected_start || pri > affected_end) &&
312 (sec < affected_start || sec > affected_end))

Completed in 92 milliseconds