Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dacs.c277 chan->min_nf = 0; in acs_cleanup()
294 acs_survey_interference_factor(struct freq_survey *survey, s8 min_nf) in acs_survey_interference_factor() argument
320 pow(10, (long double) min_nf / 10.0L)); in acs_survey_interference_factor()
355 i, chan->min_nf, int_factor, in acs_survey_chan_interference_factor()
Ddrv_callbacks.c1393 chan->min_nf = survey->nf; in hostapd_update_nf()
1397 chan->min_nf = survey->nf; in hostapd_update_nf()
1398 else if (survey->nf < chan->min_nf) in hostapd_update_nf()
1399 chan->min_nf = survey->nf; in hostapd_update_nf()
/external/wpa_supplicant_8/src/drivers/
Ddriver.h144 s8 min_nf; member