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

/freebsd-11-stable/contrib/wpa/src/common/
H A Dwpa_common.c2104 struct wpa_ie_data ie1d, ie2d; local
2113 wpa_parse_wpa_ie_rsn(ie2, ie2len, &ie2d) < 0)
2115 if (ie1d.proto == ie2d.proto &&
2116 ie1d.pairwise_cipher == ie2d.pairwise_cipher &&
2117 ie1d.group_cipher == ie2d.group_cipher &&
2118 ie1d.key_mgmt == ie2d.key_mgmt &&
2119 ie1d.capabilities == ie2d.capabilities &&
2120 ie1d.mgmt_group_cipher == ie2d.mgmt_group_cipher)

Completed in 99 milliseconds