Searched refs:mgmt_group_cipher (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dmesh_rsn.h20 unsigned int mgmt_group_cipher; member in struct:mesh_rsn
H A Dmesh.c120 conf->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC;
218 wpa_s->mgmt_group_cipher = wpa_s->mesh_rsn->mgmt_group_cipher;
452 wpa_s->mgmt_group_cipher = 0;
H A Dmesh_rsn.c171 conf.group_mgmt_cipher = rsn->mgmt_group_cipher;
200 wpa_cipher_to_alg(rsn->mgmt_group_cipher), NULL,
245 mesh_rsn->mgmt_group_cipher = conf->mgmt_group_cipher;
782 key_len = wpa_cipher_key_len(wpa_s->mesh_rsn->mgmt_group_cipher);
H A Dwpa_supplicant.c405 wpa_s->mgmt_group_cipher = 0;
426 wpa_s->mgmt_group_cipher);
1026 wpa_s->mgmt_group_cipher = 0;
1316 ie.mgmt_group_cipher = 0;
1320 ie.mgmt_group_cipher =
1324 ie.mgmt_group_cipher =
1328 ie.mgmt_group_cipher =
1331 ie.mgmt_group_cipher =
1357 ie.mgmt_group_cipher);
1530 sel = ie.mgmt_group_cipher;
[all...]
H A Dwpa_supplicant_i.h546 int mgmt_group_cipher; member in struct:wpa_supplicant
H A Dmesh_mpm.c897 wpa_cipher_to_alg(conf->mgmt_group_cipher),
H A Dsme.c1649 params.mgmt_group_suite = wpa_s->mgmt_group_cipher;
H A Devents.c600 !(ie.mgmt_group_cipher & ssid->group_mgmt_cipher)) {
H A Dctrl_iface.c9272 params.mgmt_group_suite = wpa_s->mgmt_group_cipher;
/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dwpa_ft.c250 if (sm->mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC ||
251 sm->mgmt_group_cipher == WPA_CIPHER_BIP_GMAC_128 ||
252 sm->mgmt_group_cipher == WPA_CIPHER_BIP_GMAC_256 ||
253 sm->mgmt_group_cipher == WPA_CIPHER_BIP_CMAC_256)
271 switch (sm->mgmt_group_cipher) {
788 if (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC &&
789 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_128 &&
790 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_256 &&
791 sm->mgmt_group_cipher != WPA_CIPHER_BIP_CMAC_256)
802 igtk_len = wpa_cipher_key_len(sm->mgmt_group_cipher);
[all...]
H A Dwpa_ie.c110 int key_mgmt, int mgmt_group_cipher,
241 if (wpa_cipher_valid_mgmt_group(mgmt_group_cipher)) {
250 mgmt_group_cipher));
334 sm->key_mgmt, sm->mgmt_group_cipher,
108 wpa_gen_wpa_ie_rsn(u8 *rsn_ie, size_t rsn_ie_len, int pairwise_cipher, int group_cipher, int key_mgmt, int mgmt_group_cipher, struct wpa_sm *sm) argument
H A Dwpa.c1059 size_t len = wpa_cipher_key_len(sm->mgmt_group_cipher);
1083 if (wpa_sm_set_key(sm, wpa_cipher_to_alg(sm->mgmt_group_cipher),
1128 if (!wpa_cipher_valid_mgmt_group(sm->mgmt_group_cipher))
1135 len = wpa_cipher_key_len(sm->mgmt_group_cipher);
1466 wpa_cipher_valid_mgmt_group(sm->mgmt_group_cipher) &&
1468 (unsigned int) wpa_cipher_key_len(sm->mgmt_group_cipher)) {
3048 sm->mgmt_group_cipher = value;
3104 "mgmt_group_cipher=%s\n",
3108 sm->mgmt_group_cipher));
4023 if (sm->mgmt_group_cipher
[all...]
H A Dwpa_i.h85 unsigned int mgmt_group_cipher; member in struct:wpa_sm
/freebsd-11-stable/contrib/wpa/src/common/
H A Dwpa_common.c1207 data->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC;
1209 data->mgmt_group_cipher = 0;
1345 data->mgmt_group_cipher = rsn_selector_to_bitfield(pos);
1346 if (!wpa_cipher_valid_mgmt_group(data->mgmt_group_cipher)) {
1349 __func__, data->mgmt_group_cipher,
1408 data->mgmt_group_cipher = 0;
2120 ie1d.mgmt_group_cipher == ie2d.mgmt_group_cipher)
H A Dwpa_common.h403 int mgmt_group_cipher; member in struct:wpa_ie_data
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth_ie.c769 if (data.mgmt_group_cipher != wpa_auth->conf.group_mgmt_cipher)
772 "cipher %d", data.mgmt_group_cipher);
H A Dap_config.h49 unsigned int mgmt_group_cipher; member in struct:mesh_conf
/freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c4610 switch (ie_data->mgmt_group_cipher) {

Completed in 235 milliseconds