OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:group_mgmt_cipher
(Results
1 - 16
of
16
) sorted by relevancy
/src/external/bsd/wpa/dist/wpa_supplicant/
config_ssid.h
282
*
group_mgmt_cipher
- Bitfield of allowed group management ciphers
288
int
group_mgmt_cipher
;
member in struct:wpa_ssid
mesh.c
129
if (ssid->
group_mgmt_cipher
== WPA_CIPHER_BIP_GMAC_128 ||
130
ssid->
group_mgmt_cipher
== WPA_CIPHER_BIP_GMAC_256 ||
131
ssid->
group_mgmt_cipher
== WPA_CIPHER_BIP_CMAC_256)
132
conf->mgmt_group_cipher = ssid->
group_mgmt_cipher
;
mesh_rsn.c
189
conf.
group_mgmt_cipher
= rsn->mgmt_group_cipher;
207
rsn->igtk_len = wpa_cipher_key_len(conf.
group_mgmt_cipher
);
events.c
738
if (ssid->
group_mgmt_cipher
&&
739
!(ie.mgmt_group_cipher & ssid->
group_mgmt_cipher
)) {
3331
if (ssid->
group_mgmt_cipher
)
3332
sel &= ssid->
group_mgmt_cipher
;
3336
ie.mgmt_group_cipher, ssid->
group_mgmt_cipher
, sel);
wpa_supplicant.c
1432
if (ssid->
group_mgmt_cipher
)
1433
sel &= ssid->
group_mgmt_cipher
;
1439
ie->mgmt_group_cipher, ssid->
group_mgmt_cipher
, sel);
1790
if (ssid->
group_mgmt_cipher
&
1794
else if (ssid->
group_mgmt_cipher
&
1798
else if (ssid->
group_mgmt_cipher
&
config.c
1313
if (ssid->
group_mgmt_cipher
== val)
1316
ssid->
group_mgmt_cipher
= val;
1325
return wpa_config_write_cipher(ssid->
group_mgmt_cipher
);
config_file.c
537
if (!ssid->
group_mgmt_cipher
)
/src/external/bsd/wpa/dist/src/ap/
wpa_auth_ie.c
348
conf->
group_mgmt_cipher
!= WPA_CIPHER_AES_128_CMAC) {
358
switch (conf->
group_mgmt_cipher
) {
374
conf->
group_mgmt_cipher
);
864
if (data.mgmt_group_cipher != wpa_auth->conf.
group_mgmt_cipher
)
1248
switch (conf->
group_mgmt_cipher
) {
wpa_auth.c
825
if (!conf->tx_bss_auth->conf.
group_mgmt_cipher
)
826
conf->tx_bss_auth->conf.
group_mgmt_cipher
=
827
conf->
group_mgmt_cipher
;
4016
len += wpa_cipher_key_len(wpa_auth->conf.
group_mgmt_cipher
);
4023
len += wpa_cipher_key_len(wpa_auth->conf.
group_mgmt_cipher
);
4038
size_t len = wpa_cipher_key_len(conf->
group_mgmt_cipher
);
4072
len = wpa_cipher_key_len(conf->
group_mgmt_cipher
);
4203
info->igtk_len = wpa_cipher_key_len(a->conf.
group_mgmt_cipher
);
4269
kde_len += wpa_cipher_key_len(wpa_auth->conf.
group_mgmt_cipher
);
4277
kde_len += wpa_cipher_key_len(wpa_auth->conf.
group_mgmt_cipher
);
[
all
...]
wpa_auth.h
196
int
group_mgmt_cipher
;
member in struct:wpa_auth_config
wpa_auth_glue.c
74
wconf->
group_mgmt_cipher
= conf->
group_mgmt_cipher
;
ap_config.h
362
int
group_mgmt_cipher
;
member in struct:hostapd_bss_config
ap_config.c
104
bss->
group_mgmt_cipher
= WPA_CIPHER_AES_128_CMAC;
ieee802_1x.c
481
hapd->conf->
group_mgmt_cipher
);
wpa_auth_ft.c
2324
igtk_len = wpa_cipher_key_len(sm->wpa_auth->conf.
group_mgmt_cipher
);
2385
bigtk_len = wpa_cipher_key_len(wpa_auth->conf.
group_mgmt_cipher
);
/src/external/bsd/wpa/dist/hostapd/
config_file.c
3645
} else if (os_strcmp(buf, "
group_mgmt_cipher
") == 0) {
3647
bss->
group_mgmt_cipher
= WPA_CIPHER_AES_128_CMAC;
3649
bss->
group_mgmt_cipher
= WPA_CIPHER_BIP_GMAC_128;
3651
bss->
group_mgmt_cipher
= WPA_CIPHER_BIP_GMAC_256;
3653
bss->
group_mgmt_cipher
= WPA_CIPHER_BIP_CMAC_256;
3655
wpa_printf(MSG_ERROR, "Line %d: invalid
group_mgmt_cipher
: %s",
Completed in 174 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026