Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dconfig.h1279 struct wpabuf *ap_assocresp_elements; member
Dap.c775 if (wpa_s->conf->ap_assocresp_elements) { in wpa_supplicant_conf_ap()
777 wpabuf_dup(wpa_s->conf->ap_assocresp_elements); in wpa_supplicant_conf_ap()
1840 if (wpa_s->conf->ap_assocresp_elements) { in wpas_ap_update_beacon()
1842 wpabuf_dup(wpa_s->conf->ap_assocresp_elements); in wpas_ap_update_beacon()
Dconfig_file.c1380 if (config->ap_assocresp_elements) { in wpa_config_write_global()
1381 int i, len = wpabuf_len(config->ap_assocresp_elements); in wpa_config_write_global()
1382 const u8 *p = wpabuf_head_u8(config->ap_assocresp_elements); in wpa_config_write_global()
Dconfig.c2959 wpabuf_free(config->ap_assocresp_elements); in wpa_config_free()
4977 wpabuf_free(config->ap_assocresp_elements); in wpa_config_process_ap_assocresp_elements()
4978 config->ap_assocresp_elements = NULL; in wpa_config_process_ap_assocresp_elements()
4988 wpabuf_free(config->ap_assocresp_elements); in wpa_config_process_ap_assocresp_elements()
4989 config->ap_assocresp_elements = tmp; in wpa_config_process_ap_assocresp_elements()
5210 { FUNC(ap_assocresp_elements), 0 },