OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rsn_pairwise
(Results
1 - 20
of
20
) sorted by null
/external/wpa_supplicant_8/src/ap/
ap_config.c
61
bss->
rsn_pairwise
= 0;
831
!(bss->
rsn_pairwise
& (WPA_CIPHER_CCMP | WPA_CIPHER_GCMP |
857
!(bss->
rsn_pairwise
& (WPA_CIPHER_CCMP | WPA_CIPHER_GCMP)))) {
867
!(bss->
rsn_pairwise
& (WPA_CIPHER_CCMP | WPA_CIPHER_GCMP |
965
if ((bss->wpa & 2) && bss->
rsn_pairwise
== 0)
966
bss->
rsn_pairwise
= bss->wpa_pairwise;
968
bss->
rsn_pairwise
);
994
bss->
rsn_pairwise
= cipher;
1004
bss->
rsn_pairwise
= cipher;
1011
bss->
rsn_pairwise
= WPA_CIPHER_CCMP
[
all
...]
wpa_auth.h
147
int
rsn_pairwise
;
member in struct:wpa_auth_config
wpa_auth_glue.c
44
wconf->
rsn_pairwise
= conf->
rsn_pairwise
;
85
wconf->
rsn_pairwise
= WPA_CIPHER_CCMP;
wpa_auth_ie.c
126
res = rsn_cipher_put_suites(pos, conf->
rsn_pairwise
);
140
conf->
rsn_pairwise
);
618
ciphers = data.pairwise_cipher & wpa_auth->conf.
rsn_pairwise
;
ap_config.h
322
int
rsn_pairwise
;
member in struct:hostapd_bss_config
ap_drv_ops.c
284
hapd->conf->
rsn_pairwise
;
286
params.wpa_pairwise = hapd->conf->
rsn_pairwise
;
wps_hostapd.c
358
bss->
rsn_pairwise
= bss->wpa_pairwise;
361
bss->
rsn_pairwise
);
597
str_starts(buf, "
rsn_pairwise
=") ||
1073
if (conf->
rsn_pairwise
& (WPA_CIPHER_CCMP | WPA_CIPHER_GCMP)) {
1077
if (conf->
rsn_pairwise
& WPA_CIPHER_TKIP) {
[
all
...]
beacon.c
1171
hapd->conf->
rsn_pairwise
;
1173
params->pairwise_ciphers = hapd->conf->
rsn_pairwise
;
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
ap.c
347
if ((bss->wpa & 2) && bss->
rsn_pairwise
== 0)
348
bss->
rsn_pairwise
= bss->wpa_pairwise;
350
bss->
rsn_pairwise
);
365
bss->
rsn_pairwise
= cipher;
373
bss->
rsn_pairwise
= cipher;
378
bss->
rsn_pairwise
= WPA_CIPHER_NONE;
408
(!(bss->
rsn_pairwise
& (WPA_CIPHER_CCMP | WPA_CIPHER_GCMP)) ||
1186
wpa_cipher_txt(conf->
rsn_pairwise
),
[
all
...]
mesh_rsn.c
151
conf.
rsn_pairwise
= WPA_CIPHER_CCMP;
ibss_rsn.c
418
conf.
rsn_pairwise
= WPA_CIPHER_CCMP;
/external/wpa_supplicant_8/src/common/
wpa_common.h
450
int wpa_select_ap_group_cipher(int wpa, int wpa_pairwise, int
rsn_pairwise
);
wpa_common.c
[
all
...]
/system/connectivity/apmanager/
config.cc
51
const char Config::kHostapdConfigKeyRsnPairwise[] = "
rsn_pairwise
";
config_unittest.cc
119
"
rsn_pairwise
=CCMP\n"
/external/wpa_supplicant_8/hostapd/
config_file.c
[
all
...]
ctrl_iface.c
1242
if ((hapd->conf->wpa & WPA_PROTO_RSN) && hapd->conf->
rsn_pairwise
) {
1248
ret = wpa_write_ciphers(pos, end, hapd->conf->
rsn_pairwise
,
[
all
...]
ChangeLog
[
all
...]
hostapd.conf
[
all
...]
/external/autotest/client/common_lib/cros/network/
xmlrpc_security_types.py
258
ret['
rsn_pairwise
'] = ' '.join(self.wpa2_ciphers)
Completed in 1691 milliseconds