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.c39 struct wpa_auth_config *wconf) in hostapd_wpa_auth_conf() argument
43 os_memset(wconf, 0, sizeof(*wconf)); in hostapd_wpa_auth_conf()
44 wconf->wpa = conf->wpa; in hostapd_wpa_auth_conf()
45 wconf->extended_key_id = conf->extended_key_id; in hostapd_wpa_auth_conf()
46 wconf->wpa_key_mgmt = conf->wpa_key_mgmt; in hostapd_wpa_auth_conf()
47 wconf->wpa_pairwise = conf->wpa_pairwise; in hostapd_wpa_auth_conf()
48 wconf->wpa_group = conf->wpa_group; in hostapd_wpa_auth_conf()
49 wconf->wpa_group_rekey = conf->wpa_group_rekey; in hostapd_wpa_auth_conf()
50 wconf->wpa_strict_rekey = conf->wpa_strict_rekey; in hostapd_wpa_auth_conf()
51 wconf->wpa_gmk_rekey = conf->wpa_gmk_rekey; in hostapd_wpa_auth_conf()
[all …]