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 485 enum { WPA_SETBAND_AUTO, WPA_SETBAND_5G, WPA_SETBAND_2G } setband; member in struct:wpa_supplicant
    [all...]
scan.c 567 if (wpa_s->setband == WPA_SETBAND_5G)
570 else if (wpa_s->setband == WPA_SETBAND_2G)
    [all...]
ctrl_iface.c 449 } else if (os_strcasecmp(cmd, "setband") == 0) {
451 wpa_s->setband = WPA_SETBAND_AUTO;
453 wpa_s->setband = WPA_SETBAND_5G;
455 wpa_s->setband = WPA_SETBAND_2G;
    [all...]

Completed in 34 milliseconds