Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_glue.c165 if (conf->gtk_rsc_override && in hostapd_wpa_auth_conf()
166 wpabuf_len(conf->gtk_rsc_override) > 0 && in hostapd_wpa_auth_conf()
167 wpabuf_len(conf->gtk_rsc_override) <= WPA_KEY_RSC_LEN) { in hostapd_wpa_auth_conf()
168 os_memcpy(wconf->gtk_rsc_override, in hostapd_wpa_auth_conf()
169 wpabuf_head(conf->gtk_rsc_override), in hostapd_wpa_auth_conf()
170 wpabuf_len(conf->gtk_rsc_override)); in hostapd_wpa_auth_conf()
H A Dwpa_auth.h235 u8 gtk_rsc_override[WPA_KEY_RSC_LEN]; member
H A Dap_config.h700 struct wpabuf *gtk_rsc_override; member
H A Dap_config.c968 wpabuf_free(conf->gtk_rsc_override); in hostapd_config_free_bss()
H A Dwpa_auth.c329 WPA_GET_LE64(wpa_auth->conf.gtk_rsc_override)); in wpa_auth_get_seqnum()
330 os_memcpy(seq, wpa_auth->conf.gtk_rsc_override, in wpa_auth_get_seqnum()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c4506 wpabuf_free(bss->gtk_rsc_override); in hostapd_config_fill()
4507 bss->gtk_rsc_override = wpabuf_parse_bin(pos); in hostapd_config_fill()