Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dwpa_auth_glue.c153 if (conf->rsnxe_override_ft && in hostapd_wpa_auth_conf()
154 wpabuf_len(conf->rsnxe_override_ft) <= MAX_OWN_IE_OVERRIDE) { in hostapd_wpa_auth_conf()
157 wpabuf_len(conf->rsnxe_override_ft); in hostapd_wpa_auth_conf()
158 os_memcpy(wconf->rsnxe_override_ft, in hostapd_wpa_auth_conf()
159 wpabuf_head(conf->rsnxe_override_ft), in hostapd_wpa_auth_conf()
Dwpa_auth.h232 u8 rsnxe_override_ft[MAX_OWN_IE_OVERRIDE]; member
Dap_config.h683 struct wpabuf *rsnxe_override_ft; member
Dieee802_11.c5174 if (hapd->conf->rsnxe_override_ft && in send_assoc_resp()
5176 (long int) wpabuf_len(hapd->conf->rsnxe_override_ft) && in send_assoc_resp()
5179 os_memcpy(p, wpabuf_head(hapd->conf->rsnxe_override_ft), in send_assoc_resp()
5180 wpabuf_len(hapd->conf->rsnxe_override_ft)); in send_assoc_resp()
5181 p += wpabuf_len(hapd->conf->rsnxe_override_ft); in send_assoc_resp()
Dap_config.c933 wpabuf_free(conf->rsnxe_override_ft); in hostapd_config_free_bss()
Dwpa_auth_ft.c2759 rsnxe = sm->wpa_auth->conf.rsnxe_override_ft; in wpa_sm_write_assoc_resp_ies()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c4272 wpabuf_free(bss->rsnxe_override_ft); in hostapd_config_fill()
4273 bss->rsnxe_override_ft = wpabuf_parse_bin(pos); in hostapd_config_fill()