Home | History | Annotate | Download | only in src

Lines Matching refs:assocInformation

1410     OS_802_11_ASSOCIATION_INFORMATION  *assocInformation;
1466 assocInformation = (OS_802_11_ASSOCIATION_INFORMATION*)memptr;
1469 if (assocInformation->RequestIELength > 0)
1472 wrqu.data.length = assocInformation->RequestIELength;
1473 wireless_send_event(NETDEV(pCmdInterpret->hOs), IWEVASSOCREQIE, &wrqu, (char *)assocInformation->OffsetRequestIEs);
1476 responseIEs = (char *)assocInformation->OffsetRequestIEs + assocInformation->RequestIELength;
1478 if (assocInformation->ResponseIELength > 0)
1481 wrqu.data.length = assocInformation->ResponseIELength;