Home | History | Annotate | Download | only in src

Lines Matching refs:pcand

1599             struct iw_pmkid_cand pcand;
1635 os_memorySet (pCmdInterpret->hOs,&pcand, 0, sizeof(pcand));
1636 pcand.flags |= IW_PMKID_CAND_PREAUTH;
1638 pcand.index = i;
1640 MAC_COPY (pcand.bssid.sa_data, pCandList->CandidateList[i].BSSID);
1644 wrqu.data.length = sizeof(pcand);
1647 &wrqu, (TI_UINT8 *)&pcand);