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

  /external/wpa_supplicant_8/hostapd/
config_file.h 12 struct hostapd_config * hostapd_config_read(const char *fname);
13 int hostapd_set_iface(struct hostapd_config *conf,
config_file.c 808 static int hostapd_parse_chanlist(struct hostapd_config *conf, char *val)
865 static int hostapd_config_bss(struct hostapd_config *conf, const char *ifname)
939 static int hostapd_config_tx_queue(struct hostapd_config *conf,
1095 static int hostapd_config_ht_capab(struct hostapd_config *conf,
1153 static int hostapd_config_vht_capab(struct hostapd_config *conf,
    [all...]
  /tools/test/connectivity/acts/tests/sample/
ConfigurableAccessPointTest.py 21 from acts.controllers.ap_lib import hostapd_config
37 config = hostapd_config.HostapdConfig(
  /tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
hostapd_ap_preset.py 15 from acts.controllers.ap_lib import hostapd_config
25 """AP preset config generator. This a wrapper for hostapd_config but
41 Returns: A hostapd_config object that can be used by the hostapd object.
54 frequency = hostapd_config.get_frequency_for_channel(channel)
56 channel = hostapd_config.get_channel_for_frequency(frequency)
76 config = hostapd_config.HostapdConfig(
91 if hostapd_config.ht40_plus_allowed(channel):
93 elif hostapd_config.ht40_minus_allowed(channel):
112 config = hostapd_config.HostapdConfig(
hostapd.py 21 from acts.controllers.ap_lib import hostapd_config
  /tools/test/connectivity/acts/framework/acts/controllers/
access_point.py 24 from acts.controllers.ap_lib import hostapd_config
124 def start_ap(self, hostapd_config, additional_parameters=None):
134 hostapd_config: hostapd_config.HostapdConfig, The configurations
152 if hostapd_config.frequency < 5000:
173 hostapd_config.bssid = interface_mac_orig.stdout[:-1] + '0'
177 'channel %d' % hostapd_config.channel)
188 if hostapd_config.bss_lookup:
199 for bss in hostapd_config.bss_lookup:
201 hostapd_config.bss_lookup
    [all...]
  /external/wpa_supplicant_8/src/ap/
bss_load.c 46 struct hostapd_config *iconf = hapd->iconf;
hostapd.h 34 struct hostapd_config * (*config_read_cb)(const char *config_fname);
120 struct hostapd_config *iconf;
328 struct hostapd_config *conf;
473 struct hostapd_config *conf,
ieee802_1x.h 15 struct hostapd_config;
ap_config.h 642 * struct hostapd_config - Per-radio interface configuration
644 struct hostapd_config { struct
763 struct hostapd_config * hostapd_config_defaults(void);
769 void hostapd_config_free(struct hostapd_config *conf);
783 int hostapd_config_check(struct hostapd_config *conf, int full_config);
ap_config.c 113 struct hostapd_config * hostapd_config_defaults(void)
117 struct hostapd_config *conf;
620 void hostapd_config_free(struct hostapd_config *conf)
770 struct hostapd_config *conf,
939 static int hostapd_config_check_cw(struct hostapd_config *conf, int queue)
962 int hostapd_config_check(struct hostapd_config *conf, int full_config)
hostapd.c 163 struct hostapd_config *newconf, *oldconf;
608 static int mac_in_conf(struct hostapd_config *conf, const void *a)
1206 struct hostapd_config *conf = hapd->iconf;
    [all...]
ieee802_11_vht.c 223 struct hostapd_config *iconf = iface->conf;
wpa_auth_glue.c 32 struct hostapd_config *iconf,
beacon.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ap.h 78 struct hostapd_config;
81 struct hostapd_config *conf);
ap.c 49 struct hostapd_config *conf,
102 struct hostapd_config *conf)
207 struct hostapd_config *conf)
608 struct hostapd_config *conf;
    [all...]
mesh.c 154 struct hostapd_config *conf;
p2p_supplicant.c     [all...]
  /tools/test/connectivity/acts/tests/google/wifi/
SetupWifiNetworkTest.py 25 from acts.controllers.ap_lib import hostapd_config

Completed in 756 milliseconds