Home
last modified time | relevance | path

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

/src/contrib/wpa/wpa_supplicant/
H A Dconfig.h1348 struct wpabuf *ap_assocresp_elements; member
H A 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()
H A Dconfig_file.c1424 if (config->ap_assocresp_elements) { in wpa_config_write_global()
1425 int i, len = wpabuf_len(config->ap_assocresp_elements); in wpa_config_write_global()
1426 const u8 *p = wpabuf_head_u8(config->ap_assocresp_elements); in wpa_config_write_global()
H A Dconfig.c3085 wpabuf_free(config->ap_assocresp_elements); in wpa_config_free()
5268 wpabuf_free(config->ap_assocresp_elements); in wpa_config_process_ap_assocresp_elements()
5269 config->ap_assocresp_elements = NULL; in wpa_config_process_ap_assocresp_elements()
5279 wpabuf_free(config->ap_assocresp_elements); in wpa_config_process_ap_assocresp_elements()
5280 config->ap_assocresp_elements = tmp; in wpa_config_process_ap_assocresp_elements()
5528 { FUNC(ap_assocresp_elements), 0 },