Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_glue.c173 if (conf->igtk_rsc_override && in hostapd_wpa_auth_conf()
174 wpabuf_len(conf->igtk_rsc_override) > 0 && in hostapd_wpa_auth_conf()
175 wpabuf_len(conf->igtk_rsc_override) <= WPA_KEY_RSC_LEN) { in hostapd_wpa_auth_conf()
176 os_memcpy(wconf->igtk_rsc_override, in hostapd_wpa_auth_conf()
177 wpabuf_head(conf->igtk_rsc_override), in hostapd_wpa_auth_conf()
178 wpabuf_len(conf->igtk_rsc_override)); in hostapd_wpa_auth_conf()
H A Dwpa_auth.h236 u8 igtk_rsc_override[WPA_KEY_RSC_LEN]; member
H A Dap_config.h701 struct wpabuf *igtk_rsc_override; member
H A Dap_config.c969 wpabuf_free(conf->igtk_rsc_override); in hostapd_config_free_bss()
H A Dwpa_auth.c339 WPA_GET_LE64(wpa_auth->conf.igtk_rsc_override)); in wpa_auth_get_seqnum()
340 os_memcpy(seq, wpa_auth->conf.igtk_rsc_override, in wpa_auth_get_seqnum()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c4509 wpabuf_free(bss->igtk_rsc_override); in hostapd_config_fill()
4510 bss->igtk_rsc_override = wpabuf_parse_bin(pos); in hostapd_config_fill()