Searched refs:hostapd_config (Results 1 – 14 of 14) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | ap_config.h | 901 struct hostapd_config { struct 1054 static inline u8 hostapd_get_oper_chwidth(struct hostapd_config *conf) in hostapd_get_oper_chwidth() argument 1064 hostapd_set_oper_chwidth(struct hostapd_config *conf, u8 oper_chwidth) in hostapd_set_oper_chwidth() 1074 hostapd_get_oper_centr_freq_seg0_idx(struct hostapd_config *conf) in hostapd_get_oper_centr_freq_seg0_idx() 1084 hostapd_set_oper_centr_freq_seg0_idx(struct hostapd_config *conf, in hostapd_set_oper_centr_freq_seg0_idx() 1095 hostapd_get_oper_centr_freq_seg1_idx(struct hostapd_config *conf) in hostapd_get_oper_centr_freq_seg1_idx() 1105 hostapd_set_oper_centr_freq_seg1_idx(struct hostapd_config *conf, in hostapd_set_oper_centr_freq_seg1_idx() 1117 struct hostapd_config * hostapd_config_defaults(void); 1124 void hostapd_config_free(struct hostapd_config *conf); 1139 int hostapd_config_check(struct hostapd_config *conf, int full_config);
|
D | hostapd.h | 49 struct hostapd_config * (*config_read_cb)(const char *config_fname); 155 struct hostapd_config *iconf; 456 struct hostapd_config *conf; 603 struct hostapd_config *conf,
|
D | ap_config.c | 166 struct hostapd_config * hostapd_config_defaults(void) in hostapd_config_defaults() 170 struct hostapd_config *conf; in hostapd_config_defaults() 958 void hostapd_config_free(struct hostapd_config *conf) in hostapd_config_free() 1115 struct hostapd_config *conf, in hostapd_config_check_bss() 1301 static int hostapd_config_check_cw(struct hostapd_config *conf, int queue) in hostapd_config_check_cw() 1324 int hostapd_config_check(struct hostapd_config *conf, int full_config) in hostapd_config_check()
|
D | ieee802_1x.h | 15 struct hostapd_config;
|
D | hostapd.c | 194 static int hostapd_iface_conf_changed(struct hostapd_config *newconf, in hostapd_iface_conf_changed() 195 struct hostapd_config *oldconf) in hostapd_iface_conf_changed() 216 struct hostapd_config *newconf, *oldconf; in hostapd_reload_config() 732 static int mac_in_conf(struct hostapd_config *conf, const void *a) in mac_in_conf() 1452 struct hostapd_config *conf = hapd->iconf; in hostapd_set_acl() 2312 struct hostapd_config *conf, in hostapd_alloc_bss_data() 2436 struct hostapd_config *conf = NULL; in hostapd_init() 2536 struct hostapd_config *conf; in hostapd_interface_init_bss() 2798 static struct hostapd_config * 2803 struct hostapd_config *conf; in hostapd_config_alloc() [all …]
|
D | ieee802_11_vht.c | 226 struct hostapd_config *iconf = iface->conf; in hostapd_eid_txpower_envelope()
|
D | wpa_auth_glue.c | 37 struct hostapd_config *iconf, in hostapd_wpa_auth_conf()
|
D | beacon.c | 1466 struct hostapd_config *iconf = iface->conf; in ieee802_11_set_beacon()
|
/external/wpa_supplicant_8/hostapd/ |
D | config_file.h | 12 struct hostapd_config * hostapd_config_read(const char *fname); 13 int hostapd_set_iface(struct hostapd_config *conf,
|
D | config_file.c | 850 static int hostapd_parse_chanlist(struct hostapd_config *conf, char *val) in hostapd_parse_chanlist() 907 static int hostapd_config_bss(struct hostapd_config *conf, const char *ifname) in hostapd_config_bss() 981 static int hostapd_config_tx_queue(struct hostapd_config *conf, in hostapd_config_tx_queue() 1156 static int hostapd_config_ht_capab(struct hostapd_config *conf, in hostapd_config_ht_capab() 1211 static int hostapd_config_vht_capab(struct hostapd_config *conf, in hostapd_config_vht_capab() 2100 static int hostapd_config_parse_acs_chan_bias(struct hostapd_config *conf, in hostapd_config_parse_acs_chan_bias() 2358 static int hostapd_config_fill(struct hostapd_config *conf, 4621 struct hostapd_config * hostapd_config_read(const char *fname) 4623 struct hostapd_config *conf; 4706 int hostapd_set_iface(struct hostapd_config *conf,
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ap.h | 78 struct hostapd_config; 81 struct hostapd_config *conf);
|
D | ap.c | 48 struct hostapd_config *conf) in is_chanwidth160_supported() 70 struct hostapd_config *conf, in wpas_conf_ap_vht() 157 struct hostapd_config *conf) in wpa_supplicant_conf_ap_ht() 297 struct hostapd_config *conf) in wpa_supplicant_conf_ap() 774 struct hostapd_config *conf; in wpa_supplicant_create_ap()
|
D | mesh.c | 253 struct hostapd_config *conf; in wpa_supplicant_mesh_init()
|
D | p2p_supplicant.c | 9283 struct hostapd_config *conf; in wpas_p2p_move_go_csa()
|