HomeSort by relevance Sort by last modified time
    Searched defs:ies (Results 1 - 4 of 4) sorted by null

  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
CmdInterpretWext.c 547 unsigned char ies[256]; local
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);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
mlme.c 328 u8 *pos, *ies, *buf; local
393 ies = pos = buf + blen;
469 wpa_s->mlme.assocreq_ies_len = (buf + blen) - ies;
472 os_memcpy(wpa_s->mlme.assocreq_ies, ies,
894 data.ft_ies.ies = mgmt->u.auth.variable;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver.h 100 * If the driver does not support reporting all IEs, the IE data structure is
101 * constructed of the IEs that are available. This field will also need to
103 * report all IEs to make it easier to support future additions.
115 /* followed by ie_len octets of IEs */
237 * for fast transition, this parameter is set to include the IEs that
239 * update_ft_ies() handler is called to update the IEs for further
242 * The driver should use these IEs only if the target AP is advertising
245 * In ap_scan=2 mode, the driver can use these IEs when moving to a new
246 * AP after the initial association. These IEs can only be used if the
250 * The driver is responsible for reporting the FT IEs received from th
1304 const u8 *ies; member in struct:wpa_event_data::ft_ies
    [all...]
  /external/wpa_supplicant/
mlme.c 660 u8 *pos, *ies, *buf; local
720 ies = pos = buf + blen;
770 wpa_s->mlme.assocreq_ies_len = (buf + blen) - ies;
773 os_memcpy(wpa_s->mlme.assocreq_ies, ies,
    [all...]

Completed in 16 milliseconds