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

/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dap_config.h286 int okc; /* Opportunistic Key Caching */ member in struct:hostapd_bss_config
H A Dwpa_auth_glue.c57 wconf->okc = conf->okc;
H A Dwpa_auth.h146 int okc; member in struct:wpa_auth_config
H A Dwpa_auth_ie.c681 for (i = 0; sm->pmksa == NULL && wpa_auth->conf.okc &&
/freebsd-9.3-release/contrib/wpa/hostapd/
H A Dconfig_file.c1871 } else if (os_strcmp(buf, "okc") == 0) {
1872 bss->okc = atoi(pos);

Completed in 106 milliseconds