HomeSort by relevance Sort by last modified time
    Searched refs:IELength (Results 1 - 16 of 16) sorted by null

  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
scanResultTable.c     [all...]
siteMgr.c     [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
scanResultTable.c     [all...]
siteMgr.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
siteMgr.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ralink.h 283 // Added Capabilities, IELength and IEs for each BSSID
297 ULONG IELength;
driver_ndis.c 174 ULONG IELength;
802 if (bss->IELength < sizeof(NDIS_802_11_FIXED_IEs)) {
803 wpa_printf(MSG_DEBUG, "NDIS: too small IELength=%d",
804 (int) bss->IELength);
807 if (((char *) bss->IEs) + bss->IELength > (char *) b + blen) {
810 * entry with an invalid IELength in scan results and
815 "result IE (BSSID=" MACSTR ") IELength=%d",
817 (int) bss->IELength);
821 r = os_zalloc(sizeof(*r) + bss->IELength -
834 bss->IELength - sizeof(NDIS_802_11_FIXED_IEs))
    [all...]
driver_ralink.c 1120 (u8 *) wbi + sizeof(*wbi) - 1, wbi->IELength);
1123 end = (u8 *) wbi + sizeof(*wbi) + wbi->IELength;
1125 if (wbi->IELength < sizeof(NDIS_802_11_FIXED_IEs))
    [all...]
  /hardware/ti/wlan/wl1271/utils/
osDot11.h 255 TI_UINT32 IELength;
  /system/wlan/ti/wilink_6_1/utils/
osDot11.h 253 TI_UINT32 IELength;
  /external/wpa_supplicant/
driver_ndis.c 168 ULONG IELength;
815 if (((char *) bss->IEs) + bss->IELength > (char *) b + blen) {
818 * entry with an invalid IELength in scan results and
823 "result IE (BSSID=" MACSTR ") IELength=%d",
825 (int) bss->IELength);
828 wpa_driver_ndis_get_ies(&results[i], bss->IEs, bss->IELength);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
osDot11.h 278 tiUINT32 IELength;
  /system/wlan/ti/sta_dk_4_0_4_32/wpa_supplicant_lib/
driver_ti.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
cu_cmd.c     [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
CmdInterpretWext.c     [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
CmdInterpretWext.c 722 while(offset < my_current->IELength)
    [all...]

Completed in 469 milliseconds