Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dwpa_auth_glue.c40 os_memset(wconf, 0, sizeof(*wconf)); in hostapd_wpa_auth_conf()
41 wconf->wpa = conf->wpa; in hostapd_wpa_auth_conf()
57 if (wconf->eapol_version > 2) in hostapd_wpa_auth_conf()
58 wconf->eapol_version = 2; in hostapd_wpa_auth_conf()
64 wconf->ocv = conf->ocv; in hostapd_wpa_auth_conf()
66 wconf->okc = conf->okc; in hostapd_wpa_auth_conf()
76 os_memcpy(wconf->ssid, conf->ssid.ssid, wconf->ssid_len); in hostapd_wpa_auth_conf()
102 wconf->disable_gtk = 1; in hostapd_wpa_auth_conf()
105 wconf->wpa_pairwise = 0; in hostapd_wpa_auth_conf()
108 wconf->rsn_preauth = 0; in hostapd_wpa_auth_conf()
[all …]