Home | History | Annotate | Download | only in src

Lines Matching refs:pcand

1757             struct iw_pmkid_cand pcand;
1793 os_memorySet (pCmdInterpret->hOs,&pcand, 0, sizeof(pcand));
1794 pcand.flags |= IW_PMKID_CAND_PREAUTH;
1796 pcand.index = i;
1798 MAC_COPY (pcand.bssid.sa_data, pCandList->CandidateList[i].BSSID);
1802 wrqu.data.length = sizeof(pcand);
1805 &wrqu, (TI_UINT8 *)&pcand);