Searched refs:okc (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.1-release/contrib/wpa/wpa_supplicant/
H A Dconfig.h784 * okc - Whether to enable opportunistic key caching by default
787 * proactive_key_caching=1 parameter. okc=1 can be used to change this
790 int okc; member in struct:wpa_config
H A Dconfig_file.c969 if (config->okc)
970 fprintf(f, "okc=%d\n", config->okc);
H A Dwpas_glue.c886 wpa_s->conf->okc : ssid->proactive_key_caching;
H A Dsme.c177 wpa_s->conf->okc :
H A Dconfig.c3071 { INT(okc), 0 },
H A Dwpa_supplicant.c1392 wpa_s->conf->okc :
/freebsd-10.1-release/contrib/wpa/src/ap/
H A Dwpa_auth_glue.c48 wconf->okc = conf->okc;
H A Dap_config.h339 int okc; /* Opportunistic Key Caching */ member in struct:hostapd_bss_config
H A Dwpa_auth.h141 int okc; member in struct:wpa_auth_config
H A Dwpa_auth_ie.c591 for (i = 0; sm->pmksa == NULL && wpa_auth->conf.okc &&
/freebsd-10.1-release/contrib/wpa/hostapd/
H A Dconfig_file.c2539 } else if (os_strcmp(buf, "okc") == 0) {
2540 bss->okc = atoi(pos);

Completed in 272 milliseconds