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

  /external/wpa_supplicant_8/src/wps/
wps.h 382 * dualband - Whether this is a concurrent dualband AP
384 int dualband; member in struct:wps_registrar_config
wps_registrar.c 173 int dualband; member in struct:wps_registrar
531 if (id != DEV_PW_PUSHBUTTON || !reg->dualband)
674 reg->dualband = cfg->dualband;
    [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 981 WPS_RF_50GHZ : WPS_RF_24GHZ; /* FIX: dualband AP */
1077 cfg.dualband = interface_count(hapd->iface) > 1;
1080 cfg.dualband = 1;
1081 if (cfg.dualband)
1082 wpa_printf(MSG_DEBUG, "WPS: Dualband AP");
    [all...]

Completed in 25 milliseconds