Home
last modified time | relevance | path

Searched refs:disconnTemplate_t (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
Dtemplates.c136 disconnTemplate_t *pBuffer = (disconnTemplate_t *)pTemplate->ptr; in buildDisconnTemplate()
140 os_memoryZero(pSiteMgr->hOs, pBuffer, sizeof(disconnTemplate_t)); in buildDisconnTemplate()
162 size = sizeof(disconnTemplate_t); in buildDisconnTemplate()
DsiteMgr.c1518 disconnTemplate_t disconnTemplate; in siteMgr_join()
/hardware/ti/wlan/wl1271/utils/
D802_11Defs.h1088 } disconnTemplate_t; /* Deauth or Disassoc */ typedef
/hardware/ti/wlan/wl1271/platforms/os/common/src/
DosRgstry.c1357 p->twdInitParams.tGeneral.disconnTemplateSize = sizeof(disconnTemplate_t); in regFillInitTable()