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.c161 if (conf->gtk_rsc_override && in hostapd_wpa_auth_conf()
162 wpabuf_len(conf->gtk_rsc_override) > 0 && in hostapd_wpa_auth_conf()
163 wpabuf_len(conf->gtk_rsc_override) <= WPA_KEY_RSC_LEN) { in hostapd_wpa_auth_conf()
164 os_memcpy(wconf->gtk_rsc_override, in hostapd_wpa_auth_conf()
165 wpabuf_head(conf->gtk_rsc_override), in hostapd_wpa_auth_conf()
166 wpabuf_len(conf->gtk_rsc_override)); in hostapd_wpa_auth_conf()
Dwpa_auth.h233 u8 gtk_rsc_override[WPA_KEY_RSC_LEN]; member
Dap_config.h685 struct wpabuf *gtk_rsc_override; member
Dap_config.c914 wpabuf_free(conf->gtk_rsc_override); in hostapd_config_free_bss()
Dwpa_auth.c165 WPA_GET_LE64(wpa_auth->conf.gtk_rsc_override)); in wpa_auth_get_seqnum()
166 os_memcpy(seq, wpa_auth->conf.gtk_rsc_override, in wpa_auth_get_seqnum()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c4209 wpabuf_free(bss->gtk_rsc_override);
4210 bss->gtk_rsc_override = wpabuf_parse_bin(pos);