Searched refs:wconf (Results 1 – 1 of 1) sorted by relevance
38 struct wpa_auth_config *wconf) in hostapd_wpa_auth_conf() argument40 os_memset(wconf, 0, sizeof(*wconf)); in hostapd_wpa_auth_conf()41 wconf->wpa = conf->wpa; in hostapd_wpa_auth_conf()42 wconf->wpa_key_mgmt = conf->wpa_key_mgmt; in hostapd_wpa_auth_conf()43 wconf->wpa_pairwise = conf->wpa_pairwise; in hostapd_wpa_auth_conf()44 wconf->wpa_group = conf->wpa_group; in hostapd_wpa_auth_conf()45 wconf->wpa_group_rekey = conf->wpa_group_rekey; in hostapd_wpa_auth_conf()46 wconf->wpa_strict_rekey = conf->wpa_strict_rekey; in hostapd_wpa_auth_conf()47 wconf->wpa_gmk_rekey = conf->wpa_gmk_rekey; in hostapd_wpa_auth_conf()48 wconf->wpa_ptk_rekey = conf->wpa_ptk_rekey; in hostapd_wpa_auth_conf()[all …]