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

  /external/wpa_supplicant_8/wpa_supplicant/
config.h 983 * okc - Whether to enable opportunistic key caching by default
985 * By default, OKC is disabled unless enabled by the per-network
986 * proactive_key_caching=1 parameter. okc=1 can be used to change this
989 int okc; member in struct:wpa_config
    [all...]
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);
config_file.c 1191 if (config->okc)
1192 fprintf(f, "okc=%d\n", config->okc);
    [all...]
wpas_glue.c 1104 wpa_s->conf->okc : ssid->proactive_key_caching;
sme.c 297 wpa_s->conf->okc :
    [all...]
wpa_supplicant.c     [all...]
config.c     [all...]
ctrl_iface.c     [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth_glue.c 50 wconf->okc = conf->okc;
wpa_auth.h 143 int okc; member in struct:wpa_auth_config
ap_config.h 375 int okc; /* Opportunistic Key Caching */ member in struct:hostapd_bss_config
wpa_auth_ie.c 677 for (i = 0; sm->pmksa == NULL && wpa_auth->conf.okc &&
687 "OKC match for PMKID");
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 96 milliseconds