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

/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.h946 * okc - Whether to enable opportunistic key caching by default
949 * proactive_key_caching=1 parameter. okc=1 can be used to change this
952 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.c1115 if (config->okc)
1116 fprintf(f, "okc=%d\n", config->okc);
H A Dwpas_glue.c947 wpa_s->conf->okc : ssid->proactive_key_caching;
H A Dsme.c235 wpa_s->conf->okc :
H A Dconfig.c3898 { INT(okc), 0 },
H A Dwpa_supplicant.c1577 wpa_s->conf->okc :
H A Dctrl_iface.c5784 wpa_s->conf->okc = 0;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_glue.c49 wconf->okc = conf->okc;
H A Dap_config.h347 int okc; /* Opportunistic Key Caching */ member in struct:hostapd_bss_config
H A Dwpa_auth.h142 int okc; member in struct:wpa_auth_config
H A Dwpa_auth_ie.c659 for (i = 0; sm->pmksa == NULL && wpa_auth->conf.okc &&
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_glue.c49 wconf->okc = conf->okc;
H A Dap_config.h347 int okc; /* Opportunistic Key Caching */ member in struct:hostapd_bss_config
H A Dwpa_auth.h142 int okc; member in struct:wpa_auth_config
H A Dwpa_auth_ie.c659 for (i = 0; sm->pmksa == NULL && wpa_auth->conf.okc &&
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_glue.c49 wconf->okc = conf->okc;
H A Dap_config.h347 int okc; /* Opportunistic Key Caching */ member in struct:hostapd_bss_config
H A Dwpa_auth.h142 int okc; member in struct:wpa_auth_config
H A Dwpa_auth_ie.c659 for (i = 0; sm->pmksa == NULL && wpa_auth->conf.okc &&
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c2677 } else if (os_strcmp(buf, "okc") == 0) {
2678 bss->okc = atoi(pos);

Completed in 210 milliseconds