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

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dconfig.h1139 * okc - Whether to enable opportunistic key caching by default
1142 * proactive_key_caching=1 parameter. okc=1 can be used to change this
1145 int okc; member in struct:wpa_config
H A Dconfig_file.c1374 if (config->okc)
1375 fprintf(f, "okc=%d\n", config->okc);
H A Dwpas_glue.c1267 wpa_s->conf->okc : ssid->proactive_key_caching;
H A Dsme.c356 wpa_s->conf->okc :
H A Dwpa_supplicant.c2564 wpa_s->conf->okc :
3241 wpa_s->conf->okc : ssid->proactive_key_caching;
H A Dconfig.c4828 { INT(okc), 0 },
H A Dctrl_iface.c8007 wpa_s->conf->okc = 0;
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_config.h467 int okc; /* Opportunistic Key Caching */ member in struct:hostapd_bss_config
H A Dwpa_auth.h188 int okc; member in struct:wpa_auth_config
H A Dwpa_auth_glue.c66 wconf->okc = conf->okc;
H A Dwpa_auth_ie.c887 for (i = 0; sm->pmksa == NULL && wpa_auth->conf.okc &&
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c3571 } else if (os_strcmp(buf, "okc") == 0) {
3572 bss->okc = atoi(pos);

Completed in 235 milliseconds