OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:okc
(Results
1 - 15
of
15
) sorted by null
/external/wpa_supplicant_8/wpa_supplicant/
config.h
1029
*
okc
- Whether to enable opportunistic key caching by default
1031
* By default,
OKC
is disabled unless enabled by the per-network
1032
* proactive_key_caching=1 parameter.
okc
=1 can be used to change this
1035
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
1215
if (config->
okc
)
1216
fprintf(f, "
okc
=%d\n", config->
okc
);
[
all
...]
wpas_glue.c
1112
wpa_s->conf->
okc
: ssid->proactive_key_caching;
sme.c
300
wpa_s->conf->
okc
:
[
all
...]
wpa_supplicant.c
[
all
...]
config.c
[
all
...]
ctrl_iface.c
[
all
...]
/external/wpa_supplicant_8/src/ap/
ap_config.h
396
int
okc
; /* Opportunistic Key Caching */
member in struct:hostapd_bss_config
wpa_auth.h
154
int
okc
;
member in struct:wpa_auth_config
wpa_auth_glue.c
51
wconf->
okc
= conf->
okc
;
wpa_auth_ie.c
695
for (i = 0; sm->pmksa == NULL && wpa_auth->conf.
okc
&&
705
"
OKC
match for PMKID");
/prebuilts/go/darwin-x86/src/net/http/
serve_test.go
[
all
...]
/prebuilts/go/linux-x86/src/net/http/
serve_test.go
[
all
...]
/external/wpa_supplicant_8/hostapd/
config_file.c
[
all
...]
Completed in 116 milliseconds