HomeSort by: relevance | last modified time | path
    Searched refs:mgmt_group_cipher (Results 1 - 18 of 18) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
mesh_rsn.h 20 unsigned int mgmt_group_cipher; member in struct:mesh_rsn
mesh.c 132 conf->mgmt_group_cipher = ssid->group_mgmt_cipher;
134 conf->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC;
279 wpa_s->mgmt_group_cipher = wpa_s->mesh_rsn->mgmt_group_cipher;
629 wpa_s->mgmt_group_cipher = 0;
mesh_rsn.c 189 conf.group_mgmt_cipher = rsn->mgmt_group_cipher;
216 wpa_cipher_to_alg(rsn->mgmt_group_cipher),
263 mesh_rsn->mgmt_group_cipher = conf->mgmt_group_cipher;
795 key_len = wpa_cipher_key_len(wpa_s->mesh_rsn->mgmt_group_cipher);
wpa_supplicant.c 424 wpa_s->mgmt_group_cipher = 0;
446 wpa_s->mgmt_group_cipher);
1244 wpa_s->mgmt_group_cipher = 0;
1431 sel = ie->mgmt_group_cipher;
1438 "WPA: AP mgmt_group_cipher 0x%x network profile mgmt_group_cipher 0x%x; available mgmt_group_cipher 0x%x",
1439 ie->mgmt_group_cipher, ssid->group_mgmt_cipher, sel);
1441 wpa_s->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC;
1445 wpa_s->mgmt_group_cipher = WPA_CIPHER_BIP_GMAC_128
    [all...]
events.c 739 !(ie.mgmt_group_cipher & ssid->group_mgmt_cipher)) {
3330 sel = ie.mgmt_group_cipher;
3335 "WPA: AP mgmt_group_cipher 0x%x network mgmt_group_cipher 0x%x; available mgmt_group_cipher 0x%x",
3336 ie.mgmt_group_cipher, ssid->group_mgmt_cipher, sel);
3343 ie.mgmt_group_cipher = 0;
3346 if (ie.mgmt_group_cipher && !sel) {
3352 wpa_s->mgmt_group_cipher = ie.mgmt_group_cipher;
    [all...]
mesh_mpm.c 944 wpa_cipher_to_alg(conf->mgmt_group_cipher),
wpa_supplicant_i.h 750 int mgmt_group_cipher; member in struct:wpa_supplicant
sme.c 2479 params.mgmt_group_suite = wpa_s->mgmt_group_cipher;
ctrl_iface.c 10342 params.mgmt_group_suite = wpa_s->mgmt_group_cipher;
  /src/external/bsd/wpa/dist/src/rsn_supp/
wpa_ie.c 131 int key_mgmt, int mgmt_group_cipher,
257 if (wpa_cipher_valid_mgmt_group(mgmt_group_cipher)) {
266 mgmt_group_cipher));
349 sm->key_mgmt, sm->mgmt_group_cipher,
wpa_ft.c 311 switch (sm->mgmt_group_cipher) {
900 if (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC &&
901 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_128 &&
902 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_256 &&
903 sm->mgmt_group_cipher != WPA_CIPHER_BIP_CMAC_256)
914 igtk_len = wpa_cipher_key_len(sm->mgmt_group_cipher);
938 if (wpa_sm_set_key(sm, -1, wpa_cipher_to_alg(sm->mgmt_group_cipher),
963 (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC &&
964 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_128 &&
965 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_256 &
    [all...]
wpa.c 1635 size_t len = wpa_cipher_key_len(sm->mgmt_group_cipher);
1659 if (wpa_sm_set_key(sm, -1, wpa_cipher_to_alg(sm->mgmt_group_cipher),
1703 size_t len = wpa_cipher_key_len(sm->mgmt_group_cipher);
1728 if (wpa_sm_set_key(sm, -1, wpa_cipher_to_alg(sm->mgmt_group_cipher),
1754 size_t len = wpa_cipher_key_len(sm->mgmt_group_cipher);
1781 wpa_cipher_to_alg(sm->mgmt_group_cipher),
1811 size_t len = wpa_cipher_key_len(sm->mgmt_group_cipher);
1841 wpa_cipher_to_alg(sm->mgmt_group_cipher),
1872 len = wpa_cipher_key_len(sm->mgmt_group_cipher);
1886 len = wpa_cipher_key_len(sm->mgmt_group_cipher);
    [all...]
wpa_i.h 104 unsigned int mgmt_group_cipher; member in struct:wpa_sm
  /src/external/bsd/wpa/dist/src/common/
wpa_common.c 1870 data->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC;
2009 data->mgmt_group_cipher = rsn_selector_to_bitfield(pos);
2010 if (!wpa_cipher_valid_mgmt_group(data->mgmt_group_cipher)) {
2013 __func__, data->mgmt_group_cipher,
2071 data->mgmt_group_cipher = 0;
2889 ie1d.mgmt_group_cipher == ie2d.mgmt_group_cipher)
4107 if (data->mgmt_group_cipher != WPA_CIPHER_GTK_NOT_USED) {
wpa_common.h 526 int mgmt_group_cipher; member in struct:wpa_ie_data
  /src/external/bsd/wpa/dist/src/ap/
wpa_auth_ie.c 864 if (data.mgmt_group_cipher != wpa_auth->conf.group_mgmt_cipher)
867 "cipher %d", data.mgmt_group_cipher);
ap_config.h 55 unsigned int mgmt_group_cipher; member in struct:mesh_conf
  /src/external/bsd/wpa/dist/wpa_supplicant/dbus/
dbus_new_handlers.c 5555 switch (ie_data->mgmt_group_cipher) {

Completed in 79 milliseconds