Home | History | Annotate | Download | only in src

Lines Matching defs:ies

547             unsigned char ies[256];
717 os_memorySet (pCmdInterpret->hOs, ies, 0, 256);
724 pRsnIes = (OS_802_11_VARIABLE_IEs*)&(my_current->IEs[offset]);
727 os_memoryCopy (pCmdInterpret->hOs, ies + ies_offset, (char *)&(my_current->IEs[offset]), pRsnIes->Length + 2);
737 event = iwe_stream_add_point(event, end_buf, &iwe, (char *)ies);
739 event = iwe_stream_add_point(&info, event, end_buf, &iwe, (char *)ies);
1512 n += sprintf(beaconIE + n, "%02x", pParam->content.pSiteMgrSelectedSiteInfo->IEs[BEACON_HEADER_FIX_SIZE+i] & 0xff);
1522 The driver should be sending the Association Resp IEs
1523 This informs the supplicant of the IEs used in the association exchanged which are required to proceed with CCKM.