HomeSort by relevance Sort by last modified time
    Searched refs:min_nf (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/ap/
acs.c 134 * 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=-113 interference_factor=0.0248447 nf=-113 time=161 busy=0 rx=
    [all...]
drv_callbacks.c 942 chan->min_nf = survey->nf;
946 chan->min_nf = survey->nf;
947 else if (survey->nf < chan->min_nf)
948 chan->min_nf = survey->nf;
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 100 * min_nf - Minimum observed noise floor, in dBm, based on all
103 s8 min_nf; member in struct:hostapd_channel_data
    [all...]

Completed in 34 milliseconds