HomeSort by relevance Sort by last modified time
    Searched refs:hostapd_config (Results 1 - 21 of 21) 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 815 static int hostapd_parse_chanlist(struct hostapd_config *conf, char *val)
872 static int hostapd_config_bss(struct hostapd_config *conf, const char *ifname)
946 static int hostapd_config_tx_queue(struct hostapd_config *conf,
1122 static int hostapd_config_ht_capab(struct hostapd_config *conf,
1184 static int hostapd_config_vht_capab(struct hostapd_config *conf,
    [all...]
  /tools/test/connectivity/acts/tests/sample/
ConfigurableAccessPointTest.py 20 from acts.controllers.ap_lib import hostapd_config
36 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
29 """AP preset config generator. This a wrapper for hostapd_config but
49 Returns: A hostapd_config object that can be used by the hostapd object.
62 frequency = hostapd_config.get_frequency_for_channel(channel)
64 channel = hostapd_config.get_channel_for_frequency(frequency)
83 config = hostapd_config.HostapdConfig(
98 if hostapd_config.ht40_plus_allowed(channel):
100 elif hostapd_config.ht40_minus_allowed(channel):
130 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 28 from acts.controllers.ap_lib import hostapd_config
186 def start_ap(self, hostapd_config, additional_parameters=None):
196 hostapd_config: hostapd_config.HostapdConfig, The configurations
211 if hostapd_config.frequency < 5000:
232 hostapd_config.bssid = interface_mac_orig.stdout[:-1] + '0'
236 'channel %d' % hostapd_config.channel)
247 if hostapd_config.bss_lookup:
258 for bss in hostapd_config.bss_lookup:
260 hostapd_config.bss_lookup
    [all...]
  /external/wpa_supplicant_8/src/ap/
bss_load.c 46 struct hostapd_config *iconf = hapd->iconf;
ieee802_1x.h 15 struct hostapd_config;
ap_config.h 677 * struct hostapd_config - Per-radio interface configuration
679 struct hostapd_config { struct
803 struct hostapd_config * hostapd_config_defaults(void);
809 void hostapd_config_free(struct hostapd_config *conf);
823 int hostapd_config_check(struct hostapd_config *conf, int full_config);
hostapd.h 34 struct hostapd_config * (*config_read_cb)(const char *config_fname);
123 struct hostapd_config *iconf;
392 struct hostapd_config *conf;
530 struct hostapd_config *conf,
ap_config.c 129 struct hostapd_config * hostapd_config_defaults(void)
133 struct hostapd_config *conf;
653 void hostapd_config_free(struct hostapd_config *conf)
803 struct hostapd_config *conf,
972 static int hostapd_config_check_cw(struct hostapd_config *conf, int queue)
995 int hostapd_config_check(struct hostapd_config *conf, int full_config)
hostapd.c 166 struct hostapd_config *newconf, *oldconf;
621 static int mac_in_conf(struct hostapd_config *conf, const void *a)
1227 struct hostapd_config *conf = hapd->iconf;
    [all...]
ieee802_11_vht.c 223 struct hostapd_config *iconf = iface->conf;
wpa_auth_glue.c 36 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 50 struct hostapd_config *conf,
118 struct hostapd_config *conf)
233 struct hostapd_config *conf)
651 struct hostapd_config *conf;
    [all...]
mesh.c 156 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
  /tools/test/connectivity/acts/framework/acts/test_utils/coex/
coex_test_utils.py 26 from acts.controllers.ap_lib import hostapd_config
153 config = hostapd_config.HostapdConfig(

Completed in 547 milliseconds