Home | History | Annotate | Download | only in common

Lines Matching full:ie1d

1259 		struct wpa_ie_data ie1d, ie2d;
1267 if (wpa_parse_wpa_ie_rsn(ie1, ie1len, &ie1d) < 0 ||
1270 if (ie1d.proto == ie2d.proto &&
1271 ie1d.pairwise_cipher == ie2d.pairwise_cipher &&
1272 ie1d.group_cipher == ie2d.group_cipher &&
1273 ie1d.key_mgmt == ie2d.key_mgmt &&
1274 ie1d.capabilities == ie2d.capabilities &&
1275 ie1d.mgmt_group_cipher == ie2d.mgmt_group_cipher)