Home | History | Annotate | Download | only in common

Lines Matching full:ie1d

974 		struct wpa_ie_data ie1d, ie2d;
982 if (wpa_parse_wpa_ie_rsn(ie1, ie1len, &ie1d) < 0 ||
985 if (ie1d.proto == ie2d.proto &&
986 ie1d.pairwise_cipher == ie2d.pairwise_cipher &&
987 ie1d.group_cipher == ie2d.group_cipher &&
988 ie1d.key_mgmt == ie2d.key_mgmt &&
989 ie1d.capabilities == ie2d.capabilities &&
990 ie1d.mgmt_group_cipher == ie2d.mgmt_group_cipher)