Searched refs:smeDesiredBSSType (Results 1 – 4 of 4) sorted by relevance
146 if (tParam.content.smeDesiredBSSType == BSS_INFRASTRUCTURE) in StaCap_IsHtEnable()
473 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()
242 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()
600 ScanBssType_e smeDesiredBSSType; member