HomeSort by relevance Sort by last modified time
    Searched refs:hostapd_config (Results 1 - 15 of 15) 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 789 static int hostapd_parse_chanlist(struct hostapd_config *conf, char *val)
846 static int hostapd_config_bss(struct hostapd_config *conf, const char *ifname)
920 static int hostapd_config_tx_queue(struct hostapd_config *conf,
1076 static int hostapd_config_ht_capab(struct hostapd_config *conf,
1134 static int hostapd_config_vht_capab(struct hostapd_config *conf,
    [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);
108 struct hostapd_config *iconf;
305 struct hostapd_config *conf;
450 struct hostapd_config *conf,
ieee802_1x.h 15 struct hostapd_config;
ap_config.h 591 * struct hostapd_config - Per-radio interface configuration
593 struct hostapd_config { struct
700 struct hostapd_config * hostapd_config_defaults(void);
705 void hostapd_config_free(struct hostapd_config *conf);
719 int hostapd_config_check(struct hostapd_config *conf, int full_config);
ap_config.c 101 struct hostapd_config * hostapd_config_defaults(void)
105 struct hostapd_config *conf;
592 void hostapd_config_free(struct hostapd_config *conf)
740 struct hostapd_config *conf,
890 static int hostapd_config_check_cw(struct hostapd_config *conf, int queue)
913 int hostapd_config_check(struct hostapd_config *conf, int full_config)
hostapd.c 157 struct hostapd_config *newconf, *oldconf;
595 static int mac_in_conf(struct hostapd_config *conf, const void *a)
1191 struct hostapd_config *conf = hapd->iconf;
    [all...]
ieee802_11_vht.c 211 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)
206 struct hostapd_config *conf)
590 struct hostapd_config *conf;
    [all...]
mesh.c 124 struct hostapd_config *conf;
p2p_supplicant.c     [all...]

Completed in 611 milliseconds