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

  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant_i.h 530 enum set_band setband; member in struct:wpa_supplicant
    [all...]
scan.c 563 if (wpa_s->setband == WPA_SETBAND_5G)
566 else if (wpa_s->setband == WPA_SETBAND_2G)
    [all...]
ctrl_iface.c 295 wpa_s->setband = WPA_SETBAND_AUTO;
297 wpa_s->setband = WPA_SETBAND_5G;
299 wpa_s->setband = WPA_SETBAND_2G;
303 if (wpa_drv_setband(wpa_s, wpa_s->setband) == 0) {
492 } else if (os_strcasecmp(cmd, "setband") == 0) {
    [all...]

Completed in 186 milliseconds