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

/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_common.c412 data->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC;
414 data->mgmt_group_cipher = 0;
533 data->mgmt_group_cipher = rsn_selector_to_bitfield(pos);
534 if (data->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC) {
537 data->mgmt_group_cipher);
598 data->mgmt_group_cipher = 0;
990 ie1d.mgmt_group_cipher == ie2d.mgmt_group_cipher)
H A Dwpa_common.h350 int mgmt_group_cipher; member in struct:wpa_ie_data
/external/wpa_supplicant_8/src/common/
H A Dwpa_common.c412 data->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC;
414 data->mgmt_group_cipher = 0;
533 data->mgmt_group_cipher = rsn_selector_to_bitfield(pos);
534 if (data->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC) {
537 data->mgmt_group_cipher);
598 data->mgmt_group_cipher = 0;
990 ie1d.mgmt_group_cipher == ie2d.mgmt_group_cipher)
H A Dwpa_common.h350 int mgmt_group_cipher; member in struct:wpa_ie_data
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_common.c412 data->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC;
414 data->mgmt_group_cipher = 0;
533 data->mgmt_group_cipher = rsn_selector_to_bitfield(pos);
534 if (data->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC) {
537 data->mgmt_group_cipher);
598 data->mgmt_group_cipher = 0;
990 ie1d.mgmt_group_cipher == ie2d.mgmt_group_cipher)
H A Dwpa_common.h350 int mgmt_group_cipher; member in struct:wpa_ie_data
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa_ie.c107 int key_mgmt, int mgmt_group_cipher,
204 if (mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC) {
238 sm->key_mgmt, sm->mgmt_group_cipher,
105 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_i.h78 unsigned int mgmt_group_cipher; member in struct:wpa_sm
H A Dwpa_ft.c221 if (sm->mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC)
236 if (sm->mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC) {
624 if (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC)
H A Dwpa.c710 if (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC)
2306 sm->mgmt_group_cipher = value;
2351 return sm->mgmt_group_cipher;
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa_ie.c107 int key_mgmt, int mgmt_group_cipher,
204 if (mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC) {
238 sm->key_mgmt, sm->mgmt_group_cipher,
105 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_i.h78 unsigned int mgmt_group_cipher; member in struct:wpa_sm
H A Dwpa_ft.c221 if (sm->mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC)
236 if (sm->mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC) {
624 if (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC)
H A Dwpa.c710 if (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC)
2306 sm->mgmt_group_cipher = value;
2351 return sm->mgmt_group_cipher;
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa_ie.c107 int key_mgmt, int mgmt_group_cipher,
204 if (mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC) {
238 sm->key_mgmt, sm->mgmt_group_cipher,
105 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_i.h78 unsigned int mgmt_group_cipher; member in struct:wpa_sm
H A Dwpa_ft.c221 if (sm->mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC)
236 if (sm->mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC) {
624 if (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC)
H A Dwpa.c710 if (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC)
2306 sm->mgmt_group_cipher = value;
2351 return sm->mgmt_group_cipher;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_ie.c537 if (data.mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC) {
539 "cipher %d", data.mgmt_group_cipher);
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_ie.c537 if (data.mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC) {
539 "cipher %d", data.mgmt_group_cipher);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_ie.c537 if (data.mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC) {
539 "cipher %d", data.mgmt_group_cipher);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_supplicant.c336 wpa_s->mgmt_group_cipher = 0;
357 wpa_s->mgmt_group_cipher);
749 wpa_s->mgmt_group_cipher = 0;
990 ie.mgmt_group_cipher =
1006 ie.mgmt_group_cipher);
1096 sel = ie.mgmt_group_cipher;
1102 wpa_s->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC;
1106 wpa_s->mgmt_group_cipher = 0;
1110 wpa_s->mgmt_group_cipher);
H A Dwpa_supplicant_i.h356 int mgmt_group_cipher; member in struct:wpa_supplicant
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c3358 switch (ie_data->mgmt_group_cipher) {

Completed in 390 milliseconds