Searched refs:gtk_rsc_override (Results 1 – 6 of 6) sorted by relevance
211 if (conf->gtk_rsc_override && in hostapd_wpa_auth_conf()212 wpabuf_len(conf->gtk_rsc_override) > 0 && in hostapd_wpa_auth_conf()213 wpabuf_len(conf->gtk_rsc_override) <= WPA_KEY_RSC_LEN) { in hostapd_wpa_auth_conf()214 os_memcpy(wconf->gtk_rsc_override, in hostapd_wpa_auth_conf()215 wpabuf_head(conf->gtk_rsc_override), in hostapd_wpa_auth_conf()216 wpabuf_len(conf->gtk_rsc_override)); in hostapd_wpa_auth_conf()
256 u8 gtk_rsc_override[WPA_KEY_RSC_LEN]; member
721 struct wpabuf *gtk_rsc_override; member
980 wpabuf_free(conf->gtk_rsc_override); in hostapd_config_free_bss()
329 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()
4581 wpabuf_free(bss->gtk_rsc_override); in hostapd_config_fill()4582 bss->gtk_rsc_override = wpabuf_parse_bin(pos); in hostapd_config_fill()