Searched refs:relative_adjust_rssi (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_scan.c591 if (params->relative_adjust_rssi) {
605 rssi_adjust.delta = params->relative_adjust_rssi;
H A Ddriver.h596 * The relative_adjust_rssi should be added to the band specified
602 * relative_adjust_rssi - RSSI to be added to relative_adjust_band
608 s8 relative_adjust_rssi; member in struct:wpa_driver_scan_params
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dscan.c1404 if (wpa_s->srp.relative_adjust_rssi == 0)
1408 params->relative_adjust_rssi = wpa_s->srp.relative_adjust_rssi;
2568 params->relative_adjust_rssi = src->relative_adjust_rssi;
H A Dwpa_supplicant_i.h1198 * relative_adjust_rssi - RSSI adjustment
1200 * An amount of relative_adjust_rssi should be added to the
1204 int relative_adjust_rssi; member in struct:wpa_supplicant::sched_scan_relative_params
H A Dctrl_iface.c389 wpa_s->srp.relative_adjust_rssi = adjust_rssi;

Completed in 386 milliseconds