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

  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 445 * ACS - Automatic Channel Selection for AP mode
450 * force the channel to be set to 0, thus enabling ACS.
452 int acs; member in struct:wpa_ssid
ap.c 218 if (ssid->acs) {
219 /* Setting channel to 0 in order to enable ACS */
573 if (wpa_s->current_ssid && wpa_s->current_ssid->acs)
    [all...]
config_file.c 751 INT(acs);
    [all...]
config.c     [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 602 u8 acs; member in struct:hostapd_config
hw_features.c 22 #include "acs.h"
527 * Driver ACS chosen channel may not be HT40 due to internal driver
530 if (!iface->conf->acs && (conf & HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET) &&
817 * which is used to trigger ACS.
869 wpa_printf(MSG_ERROR, "ACS error - reported complete, but no result available");
875 wpa_printf(MSG_ERROR, "ACS picked unusable channels");
946 case HOSTAPD_CHAN_ACS: /* ACS will run and later complete */
ap_config.c 189 conf->acs = 0;
hostapd.c 184 hapd->iconf->acs = oldconf->acs;
    [all...]
drv_callbacks.c 576 wpa_printf(MSG_INFO, "ACS: Channel was already set to %d",
611 hapd->iconf->acs = 1;
655 "ACS: Possibly channel configuration is invalid");
    [all...]
  /external/wpa_supplicant_8/hostapd/
Android.mk 928 OBJS += src/ap/acs.c
config_file.c     [all...]

Completed in 392 milliseconds