Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
DStaCap.c146 if (tParam.content.smeDesiredBSSType == BSS_INFRASTRUCTURE) in StaCap_IsHtEnable()
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
Dsme.c473 if (pSme->eBssType != pParam->content.smeDesiredBSSType) in sme_SetParam()
476 pSme->eBssType = pParam->content.smeDesiredBSSType; in sme_SetParam()
545 pParam->content.smeDesiredBSSType = pSme->eBssType; in sme_GetParam()
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
DCmdInterpretWext.c242 pParam->content.smeDesiredBSSType = BSS_ANY; in cmdInterpret_convertAndExecute()
245 pParam->content.smeDesiredBSSType = BSS_INDEPENDENT; in cmdInterpret_convertAndExecute()
248 pParam->content.smeDesiredBSSType = BSS_INFRASTRUCTURE; in cmdInterpret_convertAndExecute()
274 switch (pParam->content.smeDesiredBSSType) in cmdInterpret_convertAndExecute()
380 smeDesiredBssType = pParam2->content.smeDesiredBSSType; in cmdInterpret_convertAndExecute()
/hardware/ti/wlan/wl1271/stad/Export_Inc/
DparamOut.h600 ScanBssType_e smeDesiredBSSType; member