Home
last modified time | relevance | path

Searched refs:rsne_override_ft (Results 1 – 6 of 6) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dwpa_auth_glue.c144 if (conf->rsne_override_ft && in hostapd_wpa_auth_conf()
145 wpabuf_len(conf->rsne_override_ft) <= MAX_OWN_IE_OVERRIDE) { in hostapd_wpa_auth_conf()
148 wpabuf_len(conf->rsne_override_ft); in hostapd_wpa_auth_conf()
149 os_memcpy(wconf->rsne_override_ft, in hostapd_wpa_auth_conf()
150 wpabuf_head(conf->rsne_override_ft), in hostapd_wpa_auth_conf()
Dwpa_auth.h230 u8 rsne_override_ft[MAX_OWN_IE_OVERRIDE]; member
Dap_config.h682 struct wpabuf *rsne_override_ft; member
Dap_config.c932 wpabuf_free(conf->rsne_override_ft); in hostapd_config_free_bss()
Dwpa_auth_ft.c2541 rsnie = sm->wpa_auth->conf.rsne_override_ft; in wpa_sm_write_assoc_resp_ies()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c4269 wpabuf_free(bss->rsne_override_ft); in hostapd_config_fill()
4270 bss->rsne_override_ft = wpabuf_parse_bin(pos); in hostapd_config_fill()