Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dwpa_auth.h243 unsigned int skip_send_eapol:1; member
Dwpa_auth_glue.c186 wconf->skip_send_eapol = iconf->skip_send_eapol; in hostapd_wpa_auth_conf()
Dap_config.h1098 unsigned int skip_send_eapol; member
Dap_config.c262 conf->skip_send_eapol = 0; in hostapd_config_defaults()
Dwpa_auth.c221 if (wpa_auth->conf.skip_send_eapol) in wpa_auth_send_eapol()
6016 wpa_auth->conf.skip_send_eapol = val; in wpa_auth_set_skip_send_eapol()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c4286 conf->skip_send_eapol = atoi(pos); in hostapd_config_fill()