Searched defs:ie1d (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_common.c1042 struct wpa_ie_data ie1d, ie2d; local
1050 if (wpa_parse_wpa_ie_rsn(ie1, ie1len, &ie1d) < 0 ||
1053 if (ie1d.proto == ie2d.proto &&
1054 ie1d.pairwise_cipher == ie2d.pairwise_cipher &&
1055 ie1d.group_cipher == ie2d.group_cipher &&
1056 ie1d.key_mgmt == ie2d.key_mgmt &&
1057 ie1d.capabilities == ie2d.capabilities &&
1058 ie1d.mgmt_group_cipher == ie2d.mgmt_group_cipher)
/external/wpa_supplicant_8/src/common/
H A Dwpa_common.c1042 struct wpa_ie_data ie1d, ie2d; local
1050 if (wpa_parse_wpa_ie_rsn(ie1, ie1len, &ie1d) < 0 ||
1053 if (ie1d.proto == ie2d.proto &&
1054 ie1d.pairwise_cipher == ie2d.pairwise_cipher &&
1055 ie1d.group_cipher == ie2d.group_cipher &&
1056 ie1d.key_mgmt == ie2d.key_mgmt &&
1057 ie1d.capabilities == ie2d.capabilities &&
1058 ie1d.mgmt_group_cipher == ie2d.mgmt_group_cipher)
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_common.c1042 struct wpa_ie_data ie1d, ie2d; local
1050 if (wpa_parse_wpa_ie_rsn(ie1, ie1len, &ie1d) < 0 ||
1053 if (ie1d.proto == ie2d.proto &&
1054 ie1d.pairwise_cipher == ie2d.pairwise_cipher &&
1055 ie1d.group_cipher == ie2d.group_cipher &&
1056 ie1d.key_mgmt == ie2d.key_mgmt &&
1057 ie1d.capabilities == ie2d.capabilities &&
1058 ie1d.mgmt_group_cipher == ie2d.mgmt_group_cipher)

Completed in 55 milliseconds