HomeSort by: relevance | last modified time | path
    Searched refs:hostapd_config (Results 1 - 19 of 19) sorted by relevancy

  /src/external/bsd/wpa/dist/hostapd/
config_file.h 12 struct hostapd_config * hostapd_config_read(const char *fname);
15 int hostapd_set_iface(struct hostapd_config *conf,
config_file.c 818 static int hostapd_parse_chanlist(struct hostapd_config *conf, char *val)
875 static int hostapd_config_bss(struct hostapd_config *conf, const char *ifname)
1098 static int hostapd_config_ht_capab(struct hostapd_config *conf,
1153 static int hostapd_config_vht_capab(struct hostapd_config *conf,
2068 static int hostapd_config_parse_acs_chan_bias(struct hostapd_config *conf,
2439 static int hostapd_config_fill(struct hostapd_config *conf,
5118 struct hostapd_config * hostapd_config_read(const char *fname)
5120 struct hostapd_config *conf;
5203 int hostapd_set_iface(struct hostapd_config *conf,
  /src/external/bsd/wpa/dist/wpa_supplicant/
ap.h 98 struct hostapd_config;
101 struct hostapd_config *conf);
ap.c 49 struct hostapd_config *conf)
72 struct hostapd_config *conf,
225 struct hostapd_config *conf)
269 struct hostapd_config *conf)
479 struct hostapd_config *conf)
974 struct hostapd_config *conf;
mesh.c 387 struct hostapd_config *conf;
p2p_supplicant.c 9743 struct hostapd_config *conf;
  /src/external/bsd/wpa/dist/src/ap/
ap_config.h 1032 * struct hostapd_config - Per-radio interface configuration
1034 struct hostapd_config { struct
1242 hostapd_get_oper_chwidth(struct hostapd_config *conf)
1256 hostapd_set_oper_chwidth(struct hostapd_config *conf,
1273 hostapd_get_oper_centr_freq_seg0_idx(struct hostapd_config *conf)
1287 hostapd_set_oper_centr_freq_seg0_idx(struct hostapd_config *conf,
1306 hostapd_get_oper_centr_freq_seg1_idx(struct hostapd_config *conf)
1316 hostapd_set_oper_centr_freq_seg1_idx(struct hostapd_config *conf,
1327 hostapd_get_bw320_offset(struct hostapd_config *conf)
1338 hostapd_set_and_check_bw320_offset(struct hostapd_config *conf
    [all...]
ieee802_1x.h 15 struct hostapd_config;
hostapd.h 51 struct hostapd_config * (*config_read_cb)(const char *config_fname);
175 struct hostapd_config *iconf;
533 struct hostapd_config *conf;
724 struct hostapd_config *conf,
ap_config.c 183 struct hostapd_config * hostapd_config_defaults(void)
187 struct hostapd_config *conf;
1021 void hostapd_config_free(struct hostapd_config *conf)
1256 struct hostapd_config *conf,
1509 static int hostapd_config_check_cw(struct hostapd_config *conf, int queue)
1532 int hostapd_config_check(struct hostapd_config *conf, int full_config)
hostapd.c 233 static int hostapd_iface_conf_changed(struct hostapd_config *newconf,
234 struct hostapd_config *oldconf)
255 struct hostapd_config *newconf, *oldconf;
923 static int mac_in_conf(struct hostapd_config *conf, const void *a)
1781 struct hostapd_config *conf = hapd->iconf;
2871 struct hostapd_config *conf,
3187 struct hostapd_config *conf = NULL;
3289 struct hostapd_config *conf;
3627 static struct hostapd_config *
3632 struct hostapd_config *conf
    [all...]
ieee802_11_he.c 371 struct hostapd_config *conf = hapd->iface->conf;
acs.c 740 struct hostapd_config *conf = iface->conf;
hw_features.c 950 struct hostapd_config *conf = iface->conf;
ieee802_11_eht.c 203 struct hostapd_config *conf = hapd->iconf;
ctrl_iface_ap.c 788 struct hostapd_config *iconf = hapd->iconf;
wpa_auth_glue.c 39 struct hostapd_config *iconf,
beacon.c 2562 struct hostapd_config *iconf = iface->conf;
ieee802_11.c 7073 struct hostapd_config *iconf = iface->conf;

Completed in 74 milliseconds