Home
last modified time | relevance | path

Searched refs:rsnxe_override_ft (Results 1 – 7 of 7) sorted by relevance

/hostap-latest/src/ap/
Dwpa_auth_glue.c202 if (conf->rsnxe_override_ft && in hostapd_wpa_auth_conf()
203 wpabuf_len(conf->rsnxe_override_ft) <= MAX_OWN_IE_OVERRIDE) { in hostapd_wpa_auth_conf()
206 wpabuf_len(conf->rsnxe_override_ft); in hostapd_wpa_auth_conf()
207 os_memcpy(wconf->rsnxe_override_ft, in hostapd_wpa_auth_conf()
208 wpabuf_head(conf->rsnxe_override_ft), in hostapd_wpa_auth_conf()
Dwpa_auth.h254 u8 rsnxe_override_ft[MAX_OWN_IE_OVERRIDE]; member
Dap_config.h720 struct wpabuf *rsnxe_override_ft; member
Dieee802_11.c5011 if (hapd->conf->rsnxe_override_ft && in send_assoc_resp()
5013 (long int) wpabuf_len(hapd->conf->rsnxe_override_ft) && in send_assoc_resp()
5016 os_memcpy(p, wpabuf_head(hapd->conf->rsnxe_override_ft), in send_assoc_resp()
5017 wpabuf_len(hapd->conf->rsnxe_override_ft)); in send_assoc_resp()
5018 p += wpabuf_len(hapd->conf->rsnxe_override_ft); in send_assoc_resp()
Dap_config.c979 wpabuf_free(conf->rsnxe_override_ft); in hostapd_config_free_bss()
Dwpa_auth_ft.c2836 rsnxe = sm->wpa_auth->conf.rsnxe_override_ft; in wpa_sm_write_assoc_resp_ies()
/hostap-latest/hostapd/
Dconfig_file.c4578 wpabuf_free(bss->rsnxe_override_ft); in hostapd_config_fill()
4579 bss->rsnxe_override_ft = wpabuf_parse_bin(pos); in hostapd_config_fill()