Home | History | Annotate | Download | only in drivers

Lines Matching refs:assoc_resp

224 	if (len < 24 + sizeof(mgmt->u.assoc_resp)) {
230 status = le_to_host16(mgmt->u.assoc_resp.status_code);
234 if (len > 24 + sizeof(mgmt->u.assoc_resp)) {
236 (u8 *) mgmt->u.assoc_resp.variable;
238 len - 24 - sizeof(mgmt->u.assoc_resp);
253 if (len > 24 + sizeof(mgmt->u.assoc_resp)) {
254 event.assoc_info.resp_ies = (u8 *) mgmt->u.assoc_resp.variable;
256 len - 24 - sizeof(mgmt->u.assoc_resp);