Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dwpa_auth_glue.c33 struct wpa_auth_config *wconf) in hostapd_wpa_auth_conf() argument
35 os_memset(wconf, 0, sizeof(*wconf)); in hostapd_wpa_auth_conf()
36 wconf->wpa = conf->wpa; in hostapd_wpa_auth_conf()
37 wconf->wpa_key_mgmt = conf->wpa_key_mgmt; in hostapd_wpa_auth_conf()
38 wconf->wpa_pairwise = conf->wpa_pairwise; in hostapd_wpa_auth_conf()
39 wconf->wpa_group = conf->wpa_group; in hostapd_wpa_auth_conf()
40 wconf->wpa_group_rekey = conf->wpa_group_rekey; in hostapd_wpa_auth_conf()
41 wconf->wpa_strict_rekey = conf->wpa_strict_rekey; in hostapd_wpa_auth_conf()
42 wconf->wpa_gmk_rekey = conf->wpa_gmk_rekey; in hostapd_wpa_auth_conf()
43 wconf->wpa_ptk_rekey = conf->wpa_ptk_rekey; in hostapd_wpa_auth_conf()
[all …]