Home | History | Annotate | Download | only in drivers

Lines Matching refs:assoc_resp

1073 	if (len < 24 + sizeof(mgmt->u.assoc_resp)) {
1079 status = le_to_host16(mgmt->u.assoc_resp.status_code);
1083 if (len > 24 + sizeof(mgmt->u.assoc_resp)) {
1085 (u8 *) mgmt->u.assoc_resp.variable;
1087 len - 24 - sizeof(mgmt->u.assoc_resp);
1099 if (len > 24 + sizeof(mgmt->u.assoc_resp)) {
1100 event.assoc_info.resp_ies = (u8 *) mgmt->u.assoc_resp.variable;
1102 len - 24 - sizeof(mgmt->u.assoc_resp);