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

  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 858 WPS_RF_60GHZ : WPS_RF_24GHZ; /* FIX: dualband AP */
1058 WPS_RF_60GHZ : WPS_RF_24GHZ; /* FIX: dualband AP */
1150 cfg.dualband = interface_count(hapd->iface) > 1;
1153 cfg.dualband = 1;
1154 if (cfg.dualband
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps.h 387 * dualband - Whether this is a concurrent dualband AP
389 int dualband; member in struct:wps_registrar_config
wps_registrar.c 175 int dualband; member in struct:wps_registrar
532 if (id != DEV_PW_PUSHBUTTON || !reg->dualband)
667 reg->dualband = cfg->dualband;
    [all...]

Completed in 423 milliseconds