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 857 WPS_RF_60GHZ : WPS_RF_24GHZ; /* FIX: dualband AP */
1056 WPS_RF_60GHZ : WPS_RF_24GHZ; /* FIX: dualband AP */
1138 cfg.dualband = interface_count(hapd->iface) > 1;
1141 cfg.dualband = 1;
1142 if (cfg.dualband)
1143 wpa_printf(MSG_DEBUG, "WPS: Dualband AP");
    [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 175 milliseconds