HomeSort by relevance Sort by last modified time
    Searched refs:okc (Results 1 - 12 of 12) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
config.h 812 * okc - Whether to enable opportunistic key caching by default
814 * By default, OKC is disabled unless enabled by the per-network
815 * proactive_key_caching=1 parameter. okc=1 can be used to change this
818 int okc; member in struct:wpa_config
config_file.c 1002 if (config->okc)
1003 fprintf(f, "okc=%d\n", config->okc);
config_winreg.c 275 wpa_config_read_reg_dword(hk, TEXT("okc"), &config->okc);
623 wpa_config_write_reg_dword(hk, TEXT("okc"), config->okc, 0);
wpas_glue.c 914 wpa_s->conf->okc : ssid->proactive_key_caching;
sme.c 234 wpa_s->conf->okc :
    [all...]
config.c     [all...]
wpa_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth_glue.c 50 wconf->okc = conf->okc;
ap_config.h 341 int okc; /* Opportunistic Key Caching */ member in struct:hostapd_bss_config
wpa_auth.h 141 int okc; member in struct:wpa_auth_config
wpa_auth_ie.c 588 for (i = 0; sm->pmksa == NULL && wpa_auth->conf.okc &&
598 "OKC match for PMKID");
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 847 milliseconds