HomeSort by relevance Sort by last modified time
    Searched refs:pSsid (Results 26 - 36 of 36) sorted by null

12

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/inc/
802_11Defs.h     [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
siteMgr.c 123 #define UPDATE_SSID(pSite, pFrameInfo) if (pFrameInfo->content.iePacket.pSsid != NULL) { \
124 pSite->ssid.len = pFrameInfo->content.iePacket.pSsid->hdr[1]; \
127 (void *)pFrameInfo->content.iePacket.pSsid->serviceSetId, \
128 pFrameInfo->content.iePacket.pSsid->hdr[1]) ;}
    [all...]
ScanCncn.c 733 (TI_UINT8*)frameInfo->content.iePacket.pSsid->serviceSetId,
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
siteMgr.c 128 #define UPDATE_SSID(pSite, pFrameInfo) if (pFrameInfo->content.iePacket.pSsid != NULL) { \
129 pSite->ssid.len = pFrameInfo->content.iePacket.pSsid->hdr[1]; \
139 (void *)pFrameInfo->content.iePacket.pSsid->serviceSetId, \
    [all...]
ScanCncn.c     [all...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
sme.c 616 if ((pSme->tSsid.len == pFrameInfo->parsedIEs->content.iePacket.pSsid->hdr[ 1 ]) &&
618 (TI_UINT8 *)&(pFrameInfo->parsedIEs->content.iePacket.pSsid->serviceSetId[ 0 ]),
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
sme.c 565 if ((pSme->tSsid.len == pFrameInfo->parsedIEs->content.iePacket.pSsid->hdr[ 1 ]) &&
567 &(pFrameInfo->parsedIEs->content.iePacket.pSsid->serviceSetId[ 0 ]),
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
siteMgr.c 112 #define UPDATE_SSID(pSite, pFrameInfo) if (pFrameInfo->content.iePacket.pSsid != NULL) { \
113 pSite->ssid.len = pFrameInfo->content.iePacket.pSsid->hdr.eleLen; \
114 os_memoryCopy(pSiteMgr->hOs, (void *)pSite->ssid.ssidString, (void *)pFrameInfo->content.iePacket.pSsid->serviceSetId, pFrameInfo->content.iePacket.pSsid->hdr.eleLen) ;}
    [all...]
select.c     [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c     [all...]
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
cu_cmd.c     [all...]

Completed in 648 milliseconds

12