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

/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa_ie.c110 int key_mgmt, int mgmt_group_cipher,
211 if (wpa_cipher_valid_mgmt_group(mgmt_group_cipher)) {
220 mgmt_group_cipher));
304 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.c798 if (!wpa_cipher_valid_mgmt_group(sm->mgmt_group_cipher))
805 len = wpa_cipher_key_len(sm->mgmt_group_cipher);
820 if (wpa_sm_set_key(sm, wpa_cipher_to_alg(sm->mgmt_group_cipher),
1155 wpa_cipher_valid_mgmt_group(sm->mgmt_group_cipher) &&
1157 (unsigned int) wpa_cipher_key_len(sm->mgmt_group_cipher)) {
2521 sm->mgmt_group_cipher = value;
2863 keylen = wpa_cipher_key_len(sm->mgmt_group_cipher);
2872 if (wpa_sm_set_key(sm, wpa_cipher_to_alg(sm->mgmt_group_cipher),
H A Dwpa_ft.c220 if (sm->mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC)
235 if (sm->mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC) {
622 if (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC)
H A Dwpa_i.h80 unsigned int mgmt_group_cipher; member in struct:wpa_sm
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa_ie.c110 int key_mgmt, int mgmt_group_cipher,
211 if (wpa_cipher_valid_mgmt_group(mgmt_group_cipher)) {
220 mgmt_group_cipher));
304 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.c798 if (!wpa_cipher_valid_mgmt_group(sm->mgmt_group_cipher))
805 len = wpa_cipher_key_len(sm->mgmt_group_cipher);
820 if (wpa_sm_set_key(sm, wpa_cipher_to_alg(sm->mgmt_group_cipher),
1155 wpa_cipher_valid_mgmt_group(sm->mgmt_group_cipher) &&
1157 (unsigned int) wpa_cipher_key_len(sm->mgmt_group_cipher)) {
2521 sm->mgmt_group_cipher = value;
2863 keylen = wpa_cipher_key_len(sm->mgmt_group_cipher);
2872 if (wpa_sm_set_key(sm, wpa_cipher_to_alg(sm->mgmt_group_cipher),
H A Dwpa_ft.c220 if (sm->mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC)
235 if (sm->mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC) {
622 if (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC)
H A Dwpa_i.h80 unsigned int mgmt_group_cipher; member in struct:wpa_sm
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa_ie.c110 int key_mgmt, int mgmt_group_cipher,
211 if (wpa_cipher_valid_mgmt_group(mgmt_group_cipher)) {
220 mgmt_group_cipher));
304 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.c798 if (!wpa_cipher_valid_mgmt_group(sm->mgmt_group_cipher))
805 len = wpa_cipher_key_len(sm->mgmt_group_cipher);
820 if (wpa_sm_set_key(sm, wpa_cipher_to_alg(sm->mgmt_group_cipher),
1155 wpa_cipher_valid_mgmt_group(sm->mgmt_group_cipher) &&
1157 (unsigned int) wpa_cipher_key_len(sm->mgmt_group_cipher)) {
2521 sm->mgmt_group_cipher = value;
2863 keylen = wpa_cipher_key_len(sm->mgmt_group_cipher);
2872 if (wpa_sm_set_key(sm, wpa_cipher_to_alg(sm->mgmt_group_cipher),
H A Dwpa_ft.c220 if (sm->mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC)
235 if (sm->mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC) {
622 if (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC)
H A Dwpa_i.h80 unsigned int mgmt_group_cipher; member in struct:wpa_sm
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_common.c536 data->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC;
538 data->mgmt_group_cipher = 0;
666 data->mgmt_group_cipher = rsn_selector_to_bitfield(pos);
667 if (!wpa_cipher_valid_mgmt_group(data->mgmt_group_cipher)) {
670 data->mgmt_group_cipher);
728 data->mgmt_group_cipher = 0;
1248 ie1d.mgmt_group_cipher == ie2d.mgmt_group_cipher)
H A Dwpa_common.h372 int mgmt_group_cipher; member in struct:wpa_ie_data
/external/wpa_supplicant_8/src/common/
H A Dwpa_common.c536 data->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC;
538 data->mgmt_group_cipher = 0;
666 data->mgmt_group_cipher = rsn_selector_to_bitfield(pos);
667 if (!wpa_cipher_valid_mgmt_group(data->mgmt_group_cipher)) {
670 data->mgmt_group_cipher);
728 data->mgmt_group_cipher = 0;
1248 ie1d.mgmt_group_cipher == ie2d.mgmt_group_cipher)
H A Dwpa_common.h372 int mgmt_group_cipher; member in struct:wpa_ie_data
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_common.c536 data->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC;
538 data->mgmt_group_cipher = 0;
666 data->mgmt_group_cipher = rsn_selector_to_bitfield(pos);
667 if (!wpa_cipher_valid_mgmt_group(data->mgmt_group_cipher)) {
670 data->mgmt_group_cipher);
728 data->mgmt_group_cipher = 0;
1248 ie1d.mgmt_group_cipher == ie2d.mgmt_group_cipher)
H A Dwpa_common.h372 int mgmt_group_cipher; member in struct:wpa_ie_data
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_supplicant.c355 wpa_s->mgmt_group_cipher = 0;
376 wpa_s->mgmt_group_cipher);
859 wpa_s->mgmt_group_cipher = 0;
1119 ie.mgmt_group_cipher =
1135 ie.mgmt_group_cipher);
1242 sel = ie.mgmt_group_cipher;
1247 wpa_s->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC;
1251 wpa_s->mgmt_group_cipher = WPA_CIPHER_BIP_GMAC_128;
1255 wpa_s->mgmt_group_cipher = WPA_CIPHER_BIP_GMAC_256;
1259 wpa_s->mgmt_group_cipher
[all...]
H A Dwpa_supplicant_i.h472 int mgmt_group_cipher; member in struct:wpa_supplicant
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_ie.c625 if (data.mgmt_group_cipher != wpa_auth->conf.group_mgmt_cipher)
628 "cipher %d", data.mgmt_group_cipher);
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_ie.c625 if (data.mgmt_group_cipher != wpa_auth->conf.group_mgmt_cipher)
628 "cipher %d", data.mgmt_group_cipher);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_ie.c625 if (data.mgmt_group_cipher != wpa_auth->conf.group_mgmt_cipher)
628 "cipher %d", data.mgmt_group_cipher);
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c3744 switch (ie_data->mgmt_group_cipher) {

Completed in 246 milliseconds