Searched refs:min_nf (Results 1 – 3 of 3) sorted by relevance
342 chan->min_nf = 0; in acs_cleanup_mode()371 acs_survey_interference_factor(struct freq_survey *survey, s8 min_nf) in acs_survey_interference_factor() argument395 pow(10, (long double) min_nf / 10.0L)); in acs_survey_interference_factor()430 i, chan->min_nf, int_factor, in acs_survey_chan_interference_factor()
2096 chan->min_nf = survey->nf; in hostapd_update_nf()2100 chan->min_nf = survey->nf; in hostapd_update_nf()2101 else if (survey->nf < chan->min_nf) in hostapd_update_nf()2102 chan->min_nf = survey->nf; in hostapd_update_nf()
149 s8 min_nf; member