Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dwpa_auth_glue.c162 if (conf->gtk_rsc_override && in hostapd_wpa_auth_conf()
163 wpabuf_len(conf->gtk_rsc_override) > 0 && in hostapd_wpa_auth_conf()
164 wpabuf_len(conf->gtk_rsc_override) <= WPA_KEY_RSC_LEN) { in hostapd_wpa_auth_conf()
165 os_memcpy(wconf->gtk_rsc_override, in hostapd_wpa_auth_conf()
166 wpabuf_head(conf->gtk_rsc_override), in hostapd_wpa_auth_conf()
167 wpabuf_len(conf->gtk_rsc_override)); in hostapd_wpa_auth_conf()
Dwpa_auth.h234 u8 gtk_rsc_override[WPA_KEY_RSC_LEN]; member
Dap_config.h681 struct wpabuf *gtk_rsc_override; member
Dap_config.c929 wpabuf_free(conf->gtk_rsc_override); in hostapd_config_free_bss()
Dwpa_auth.c166 WPA_GET_LE64(wpa_auth->conf.gtk_rsc_override)); in wpa_auth_get_seqnum()
167 os_memcpy(seq, wpa_auth->conf.gtk_rsc_override, in wpa_auth_get_seqnum()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c4236 wpabuf_free(bss->gtk_rsc_override);
4237 bss->gtk_rsc_override = wpabuf_parse_bin(pos);