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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11_ht.c204 int affected_start, affected_end; local
217 affected_start = (pri_freq + sec_freq) / 2 - 25;
219 if ((pri < affected_start || pri > affected_end))
223 affected_start, affected_end);
H A Dhw_features.c345 int affected_start, affected_end; local
362 affected_start = (pri_freq + sec_freq) / 2 - 40;
365 affected_start, affected_end);
377 if (chan->freq < affected_start ||
390 int affected_start, affected_end; local
399 affected_start = pri_freq - 10;
402 affected_start = pri_freq - 30;
406 affected_start, affected_end);
418 if (chan->freq < affected_start ||
/external/wpa_supplicant_8/hostapd/src/common/
H A Dhw_features_common.c272 int affected_start, affected_end; local
282 affected_start = (pri_freq + sec_freq) / 2 - 25;
285 affected_start, affected_end);
293 if (check_20mhz_bss(bss, pri_freq, affected_start,
309 if ((pri < affected_start || pri > affected_end) &&
310 (sec < affected_start || sec > affected_end))
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11_ht.c204 int affected_start, affected_end; local
217 affected_start = (pri_freq + sec_freq) / 2 - 25;
219 if ((pri < affected_start || pri > affected_end))
223 affected_start, affected_end);
H A Dhw_features.c345 int affected_start, affected_end; local
362 affected_start = (pri_freq + sec_freq) / 2 - 40;
365 affected_start, affected_end);
377 if (chan->freq < affected_start ||
390 int affected_start, affected_end; local
399 affected_start = pri_freq - 10;
402 affected_start = pri_freq - 30;
406 affected_start, affected_end);
418 if (chan->freq < affected_start ||
/external/wpa_supplicant_8/src/common/
H A Dhw_features_common.c272 int affected_start, affected_end; local
282 affected_start = (pri_freq + sec_freq) / 2 - 25;
285 affected_start, affected_end);
293 if (check_20mhz_bss(bss, pri_freq, affected_start,
309 if ((pri < affected_start || pri > affected_end) &&
310 (sec < affected_start || sec > affected_end))
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11_ht.c204 int affected_start, affected_end; local
217 affected_start = (pri_freq + sec_freq) / 2 - 25;
219 if ((pri < affected_start || pri > affected_end))
223 affected_start, affected_end);
H A Dhw_features.c345 int affected_start, affected_end; local
362 affected_start = (pri_freq + sec_freq) / 2 - 40;
365 affected_start, affected_end);
377 if (chan->freq < affected_start ||
390 int affected_start, affected_end; local
399 affected_start = pri_freq - 10;
402 affected_start = pri_freq - 30;
406 affected_start, affected_end);
418 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
282 affected_start = (pri_freq + sec_freq) / 2 - 25;
285 affected_start, affected_end);
293 if (check_20mhz_bss(bss, pri_freq, affected_start,
309 if ((pri < affected_start || pri > affected_end) &&
310 (sec < affected_start || sec > affected_end))

Completed in 150 milliseconds