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

/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.h1029 * okc - Whether to enable opportunistic key caching by default
1032 * proactive_key_caching=1 parameter. okc=1 can be used to change this
1035 int okc; member in struct:wpa_config
H A Dconfig_winreg.c275 wpa_config_read_reg_dword(hk, TEXT("okc"), &config->okc);
623 wpa_config_write_reg_dword(hk, TEXT("okc"), config->okc, 0);
H A Dconfig_file.c1215 if (config->okc)
1216 fprintf(f, "okc=%d\n", config->okc);
H A Dwpas_glue.c1112 wpa_s->conf->okc : ssid->proactive_key_caching;
H A Dsme.c300 wpa_s->conf->okc :
H A Dwpa_supplicant.c2177 wpa_s->conf->okc :
2470 wpa_s->conf->okc : ssid->proactive_key_caching;
H A Dconfig.c4327 { INT(okc), 0 },
H A Dctrl_iface.c7116 wpa_s->conf->okc = 0;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.h396 int okc; /* Opportunistic Key Caching */ member in struct:hostapd_bss_config
H A Dwpa_auth.h154 int okc; member in struct:wpa_auth_config
H A Dwpa_auth_glue.c51 wconf->okc = conf->okc;
H A Dwpa_auth_ie.c695 for (i = 0; sm->pmksa == NULL && wpa_auth->conf.okc &&
/external/wpa_supplicant_8/src/ap/
H A Dap_config.h396 int okc; /* Opportunistic Key Caching */ member in struct:hostapd_bss_config
H A Dwpa_auth.h154 int okc; member in struct:wpa_auth_config
H A Dwpa_auth_glue.c51 wconf->okc = conf->okc;
H A Dwpa_auth_ie.c695 for (i = 0; sm->pmksa == NULL && wpa_auth->conf.okc &&
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.h396 int okc; /* Opportunistic Key Caching */ member in struct:hostapd_bss_config
H A Dwpa_auth.h154 int okc; member in struct:wpa_auth_config
H A Dwpa_auth_glue.c51 wconf->okc = conf->okc;
H A Dwpa_auth_ie.c695 for (i = 0; sm->pmksa == NULL && wpa_auth->conf.okc &&
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c2901 } else if (os_strcmp(buf, "okc") == 0) {
2902 bss->okc = atoi(pos);

Completed in 258 milliseconds