Home
last modified time | relevance | path

Searched refs:band (Results 126 - 127 of 127) sorted by relevance

123456

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver.h596 * The relative_adjust_rssi should be added to the band specified
605 * belong to the band specified by relative_adjust_band while comparing
691 * mode - Mode/band (HOSTAPD_MODE_IEEE80211A, ..)
1617 /** Driver supports automatic band selection */
4080 * set_band - Notify driver of band selection
4082 * @band: The selected band(s)
4085 int (*set_band)(void *priv, enum set_band band);
5424 * @freq_24: Best 2.4 GHz band channel frequency in MHz
5425 * @freq_5: Best 5 GHz band channe
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dctrl_iface.c300 static int wpas_ctrl_set_band(struct wpa_supplicant *wpa_s, char *band) in wpas_ctrl_set_band() argument
304 if (os_strcmp(band, "AUTO") == 0) in wpas_ctrl_set_band()
306 else if (os_strcmp(band, "5G") == 0) in wpas_ctrl_set_band()
308 else if (os_strcmp(band, "2G") == 0) in wpas_ctrl_set_band()
376 /* <band>:adjust_value */ in wpas_ctrl_set_relative_band_adjust()

Completed in 25 milliseconds

123456