Home | History | Annotate | Download | only in drivers

Lines Matching refs:assoc_resp

1321 	if (len < 24 + sizeof(mgmt->u.assoc_resp)) {
1327 status = le_to_host16(mgmt->u.assoc_resp.status_code);
1331 if (len > 24 + sizeof(mgmt->u.assoc_resp)) {
1333 (u8 *) mgmt->u.assoc_resp.variable;
1335 len - 24 - sizeof(mgmt->u.assoc_resp);
1348 if (len > 24 + sizeof(mgmt->u.assoc_resp)) {
1349 event.assoc_info.resp_ies = (u8 *) mgmt->u.assoc_resp.variable;
1351 len - 24 - sizeof(mgmt->u.assoc_resp);