Home
last modified time | relevance | path

Searched refs:ap_assocresp_elements (Results 1 – 4 of 4) sorted by relevance

/hostap-latest/wpa_supplicant/
Dconfig.h1348 struct wpabuf *ap_assocresp_elements; member
Dap.c816 if (wpa_s->conf->ap_assocresp_elements) { in wpa_supplicant_conf_ap()
818 wpabuf_dup(wpa_s->conf->ap_assocresp_elements); in wpa_supplicant_conf_ap()
2079 if (wpa_s->conf->ap_assocresp_elements) { in wpas_ap_update_beacon()
2081 wpabuf_dup(wpa_s->conf->ap_assocresp_elements); in wpas_ap_update_beacon()
Dconfig_file.c1425 if (config->ap_assocresp_elements) { in wpa_config_write_global()
1426 int i, len = wpabuf_len(config->ap_assocresp_elements); in wpa_config_write_global()
1427 const u8 *p = wpabuf_head_u8(config->ap_assocresp_elements); in wpa_config_write_global()
Dconfig.c3086 wpabuf_free(config->ap_assocresp_elements); in wpa_config_free()
5270 wpabuf_free(config->ap_assocresp_elements); in wpa_config_process_ap_assocresp_elements()
5271 config->ap_assocresp_elements = NULL; in wpa_config_process_ap_assocresp_elements()
5281 wpabuf_free(config->ap_assocresp_elements); in wpa_config_process_ap_assocresp_elements()
5282 config->ap_assocresp_elements = tmp; in wpa_config_process_ap_assocresp_elements()
5530 { FUNC(ap_assocresp_elements), 0 },