Home | History | Annotate | Download | only in src

Lines Matching refs:assocInformation

1565     OS_802_11_ASSOCIATION_INFORMATION  *assocInformation;
1626 assocInformation = (OS_802_11_ASSOCIATION_INFORMATION*)memptr;
1629 if (assocInformation->RequestIELength > 0)
1632 wrqu.data.length = assocInformation->RequestIELength;
1633 wireless_send_event(NETDEV(pCmdInterpret->hOs), IWEVASSOCREQIE, &wrqu, (char *)assocInformation->OffsetRequestIEs);
1636 responseIEs = (char *)assocInformation->OffsetRequestIEs + assocInformation->RequestIELength;
1638 if (assocInformation->ResponseIELength > 0)
1641 wrqu.data.length = assocInformation->ResponseIELength;