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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dacs.c135 * ACS: 1: min_nf=-113 interference_factor=0.0802469 nf=-113 time=162 busy=0 rx=13
136 * ACS: 2: min_nf=-113 interference_factor=0.0745342 nf=-113 time=161 busy=0 rx=12
137 * ACS: 3: min_nf=-113 interference_factor=0.0679012 nf=-113 time=162 busy=0 rx=11
138 * ACS: 4: min_nf=-113 interference_factor=0.0310559 nf=-113 time=161 busy=0 rx=5
139 * ACS: 5: min_nf=-113 interference_factor=0.0248447 nf=-113 time=161 busy=0 rx=4
142 * ACS: 1: min_nf=-113 interference_factor=0.0185185 nf=-113 time=162 busy=0 rx=3
143 * ACS: 2: min_nf=-113 interference_factor=0.0246914 nf=-113 time=162 busy=0 rx=4
144 * ACS: 3: min_nf=-113 interference_factor=0.037037 nf=-113 time=162 busy=0 rx=6
145 * ACS: 4: min_nf=-113 interference_factor=0.149068 nf=-113 time=161 busy=0 rx=24
146 * ACS: 5: min_nf
294 acs_survey_interference_factor(struct freq_survey *survey, s8 min_nf) argument
[all...]
H A Ddrv_callbacks.c1407 chan->min_nf = survey->nf;
1411 chan->min_nf = survey->nf;
1412 else if (survey->nf < chan->min_nf)
1413 chan->min_nf = survey->nf;
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver.h155 * min_nf - Minimum observed noise floor, in dBm, based on all
158 s8 min_nf; member in struct:hostapd_channel_data
3767 * for each survey. The min_nf of the channel is updated for each

Completed in 192 milliseconds