Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_glue.c66 wconf->disable_pmksa_caching = conf->disable_pmksa_caching; in hostapd_wpa_auth_conf()
112 wconf->disable_pmksa_caching = 1; in hostapd_wpa_auth_conf()
H A Dwpa_auth.h190 int disable_pmksa_caching; member
H A Dap_config.h474 int disable_pmksa_caching; member
H A Dwpa_auth.c4772 sm->wpa_auth->conf.disable_pmksa_caching) in wpa_auth_pmksa_add()
4825 if (wpa_auth->conf.disable_pmksa_caching) in wpa_auth_pmksa_add_sae()
4850 if (!wpa_auth || wpa_auth->conf.disable_pmksa_caching) in wpa_auth_pmksa_add2()
H A Dieee802_1x.c492 !hapd->conf->disable_pmksa_caching && in add_common_radius_sta_attr()
H A Dieee802_11.c928 !hapd->conf->disable_pmksa_caching) in sae_sme_send_external_auth_status()
2172 if (!hapd->conf->disable_pmksa_caching && in prepare_auth_resp_fils()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c3673 bss->disable_pmksa_caching = atoi(pos); in hostapd_config_fill()
H A DChangeLog580 hostap.conf config parameter disable_pmksa_caching.