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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dacs.c134 * ACS: 1: min_nf=-113 interference_factor=0.0802469 nf=-113 time=162 busy=0 rx=13
135 * ACS: 2: min_nf=-113 interference_factor=0.0745342 nf=-113 time=161 busy=0 rx=12
136 * ACS: 3: min_nf=-113 interference_factor=0.0679012 nf=-113 time=162 busy=0 rx=11
137 * ACS: 4: min_nf=-113 interference_factor=0.0310559 nf=-113 time=161 busy=0 rx=5
138 * ACS: 5: min_nf=-113 interference_factor=0.0248447 nf=-113 time=161 busy=0 rx=4
141 * ACS: 1: min_nf=-113 interference_factor=0.0185185 nf=-113 time=162 busy=0 rx=3
142 * ACS: 2: min_nf=-113 interference_factor=0.0246914 nf=-113 time=162 busy=0 rx=4
143 * ACS: 3: min_nf=-113 interference_factor=0.037037 nf=-113 time=162 busy=0 rx=6
144 * ACS: 4: min_nf=-113 interference_factor=0.149068 nf=-113 time=161 busy=0 rx=24
145 * ACS: 5: min_nf
292 acs_survey_interference_factor(struct freq_survey *survey, s8 min_nf) argument
[all...]
H A Ddrv_callbacks.c848 chan->min_nf = survey->nf;
852 chan->min_nf = survey->nf;
853 else if (survey->nf < chan->min_nf)
854 chan->min_nf = survey->nf;
/external/wpa_supplicant_8/src/ap/
H A Dacs.c134 * ACS: 1: min_nf=-113 interference_factor=0.0802469 nf=-113 time=162 busy=0 rx=13
135 * ACS: 2: min_nf=-113 interference_factor=0.0745342 nf=-113 time=161 busy=0 rx=12
136 * ACS: 3: min_nf=-113 interference_factor=0.0679012 nf=-113 time=162 busy=0 rx=11
137 * ACS: 4: min_nf=-113 interference_factor=0.0310559 nf=-113 time=161 busy=0 rx=5
138 * ACS: 5: min_nf=-113 interference_factor=0.0248447 nf=-113 time=161 busy=0 rx=4
141 * ACS: 1: min_nf=-113 interference_factor=0.0185185 nf=-113 time=162 busy=0 rx=3
142 * ACS: 2: min_nf=-113 interference_factor=0.0246914 nf=-113 time=162 busy=0 rx=4
143 * ACS: 3: min_nf=-113 interference_factor=0.037037 nf=-113 time=162 busy=0 rx=6
144 * ACS: 4: min_nf=-113 interference_factor=0.149068 nf=-113 time=161 busy=0 rx=24
145 * ACS: 5: min_nf
292 acs_survey_interference_factor(struct freq_survey *survey, s8 min_nf) argument
[all...]
H A Ddrv_callbacks.c848 chan->min_nf = survey->nf;
852 chan->min_nf = survey->nf;
853 else if (survey->nf < chan->min_nf)
854 chan->min_nf = survey->nf;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dacs.c134 * ACS: 1: min_nf=-113 interference_factor=0.0802469 nf=-113 time=162 busy=0 rx=13
135 * ACS: 2: min_nf=-113 interference_factor=0.0745342 nf=-113 time=161 busy=0 rx=12
136 * ACS: 3: min_nf=-113 interference_factor=0.0679012 nf=-113 time=162 busy=0 rx=11
137 * ACS: 4: min_nf=-113 interference_factor=0.0310559 nf=-113 time=161 busy=0 rx=5
138 * ACS: 5: min_nf=-113 interference_factor=0.0248447 nf=-113 time=161 busy=0 rx=4
141 * ACS: 1: min_nf=-113 interference_factor=0.0185185 nf=-113 time=162 busy=0 rx=3
142 * ACS: 2: min_nf=-113 interference_factor=0.0246914 nf=-113 time=162 busy=0 rx=4
143 * ACS: 3: min_nf=-113 interference_factor=0.037037 nf=-113 time=162 busy=0 rx=6
144 * ACS: 4: min_nf=-113 interference_factor=0.149068 nf=-113 time=161 busy=0 rx=24
145 * ACS: 5: min_nf
292 acs_survey_interference_factor(struct freq_survey *survey, s8 min_nf) argument
[all...]
H A Ddrv_callbacks.c848 chan->min_nf = survey->nf;
852 chan->min_nf = survey->nf;
853 else if (survey->nf < chan->min_nf)
854 chan->min_nf = survey->nf;
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h91 * min_nf - Minimum observed noise floor, in dBm, based on all
94 s8 min_nf; member in struct:hostapd_channel_data
2792 * for each survey. The min_nf of the channel is updated for each
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h91 * min_nf - Minimum observed noise floor, in dBm, based on all
94 s8 min_nf; member in struct:hostapd_channel_data
2792 * for each survey. The min_nf of the channel is updated for each
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h91 * min_nf - Minimum observed noise floor, in dBm, based on all
94 s8 min_nf; member in struct:hostapd_channel_data
2792 * for each survey. The min_nf of the channel is updated for each

Completed in 112 milliseconds