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 947 * okc - Whether to enable opportunistic key caching by default
949 * By default, OKC is disabled unless enabled by the per-network
950 * proactive_key_caching=1 parameter. okc=1 can be used to change this
953 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 1119 if (config->okc)
1120 fprintf(f, "okc=%d\n", config->okc);
    [all...]
wpas_glue.c 967 wpa_s->conf->okc : ssid->proactive_key_caching;
sme.c 235 wpa_s->conf->okc :
    [all...]
config.c     [all...]
wpa_supplicant.c     [all...]
ctrl_iface.c     [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth_glue.c 49 wconf->okc = conf->okc;
ap_config.h 347 int okc; /* Opportunistic Key Caching */ member in struct:hostapd_bss_config
wpa_auth.h 142 int okc; member in struct:wpa_auth_config
wpa_auth_ie.c 659 for (i = 0; sm->pmksa == NULL && wpa_auth->conf.okc &&
669 "OKC match for PMKID");
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 129 milliseconds