Home
last modified time | relevance | path

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

/freebsd-head/contrib/wpa/src/ap/
HDwpa_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()
HDwpa_auth.h235 u8 gtk_rsc_override[WPA_KEY_RSC_LEN]; member
HDap_config.h700 struct wpabuf *gtk_rsc_override; member
HDap_config.c968 wpabuf_free(conf->gtk_rsc_override); in hostapd_config_free_bss()
HDwpa_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-head/contrib/wpa/hostapd/
HDconfig_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()