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 391 * dualband - Whether this is a concurrent dualband AP
393 int dualband; member in struct:wps_registrar_config
wps_registrar.c 173 int dualband; member in struct:wps_registrar
526 if (id != DEV_PW_PUSHBUTTON || !reg->dualband)
669 reg->dualband = cfg->dualband;
1228 (reg->dualband && wps_build_rf_bands(&reg->wps->dev, beacon)) ||
    [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 865 WPS_RF_50GHZ : WPS_RF_24GHZ; /* FIX: dualband AP */
961 cfg.dualband = interface_count(hapd->iface) > 1;
962 if (cfg.dualband)
963 wpa_printf(MSG_DEBUG, "WPS: Dualband AP");
    [all...]

Completed in 29 milliseconds