Searched refs:gtk_rsc_override (Results 1 – 6 of 6) sorted by relevance
165 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()
235 u8 gtk_rsc_override[WPA_KEY_RSC_LEN]; member
700 struct wpabuf *gtk_rsc_override; member
968 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()
4506 wpabuf_free(bss->gtk_rsc_override); in hostapd_config_fill()4507 bss->gtk_rsc_override = wpabuf_parse_bin(pos); in hostapd_config_fill()