Home | History | Annotate | Download | only in hw_ctrl

Lines Matching refs:HwBssType

168     UINT8 HwBssType;
197 whal_hwCtrl_SetBssType(pHwCtrl, BssType, &HwBssType);
199 return whal_hwMboxCmd_StartBss(pHwMboxCmd, HwBssType, JoinCompleteCB, CB_handle);
334 int whal_hwCtrl_SetBssType(HwCtrl_T *pHwCtrl, bssType_e BssType, UINT8 *HwBssType)
366 *HwBssType = whal_ParamsGetBssType(pHwCtrl->pWhalParams);