Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/wpa/wpa_supplicant/
Dconfig.h790 int okc; member
Dconfig_file.c969 if (config->okc) in wpa_config_write_global()
970 fprintf(f, "okc=%d\n", config->okc); in wpa_config_write_global()
Dwpas_glue.c886 wpa_s->conf->okc : ssid->proactive_key_caching; in wpa_supplicant_rsn_supp_set_config()
Dsme.c177 wpa_s->conf->okc : in sme_send_authentication()
Dconfig.c3071 { INT(okc), 0 },
Dwpa_supplicant.c1392 wpa_s->conf->okc : in wpa_supplicant_associate()
DChangeLog223 * added okc=1 global configuration parameter to allow OKC to be enabled
/freebsd-10-stable/contrib/wpa/src/ap/
Dwpa_auth_glue.c48 wconf->okc = conf->okc; in hostapd_wpa_auth_conf()
Dwpa_auth.h141 int okc; member
Dap_config.h339 int okc; /* Opportunistic Key Caching */ member
Dwpa_auth_ie.c591 for (i = 0; sm->pmksa == NULL && wpa_auth->conf.okc && in wpa_validate_wpa_ie()
/freebsd-10-stable/contrib/wpa/hostapd/
Dconfig_file.c2540 bss->okc = atoi(pos); in hostapd_config_fill()