Home
last modified time | relevance | path

Searched refs:bProtectiveMode (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
DSoftGemini.c119 if (pSoftGemini->bProtectiveMode) in SoftGemini_SetPSmode()
158 if (pSoftGemini->bProtectiveMode) in SoftGemini_unSetPSmode()
268 pSoftGemini->bProtectiveMode = TI_FALSE; in SoftGemini_SetDefaults()
357 if (pSoftGemini->bProtectiveMode == TI_TRUE) in SoftGemini_setParam()
575 WLAN_OS_REPORT(("Protective mode : %s\n", (pSoftGemini->bProtectiveMode ? "ON" : "OFF"))); in SoftGemini_printParams()
659 if (pSoftGemini->bProtectiveMode) in SoftGemini_DisableDriver()
751 pSoftGemini->bProtectiveMode = TI_TRUE; in SoftGemini_EnableProtectiveMode()
788 pSoftGemini->bProtectiveMode = TI_FALSE; in SoftGemini_DisableProtectiveMode()
876 if ((!pSoftGemini->bProtectiveMode) && (PROTECTIVE_MODE_ON == *str)) in SoftGemini_ProtectiveIndicationCB()
880 else if ((pSoftGemini->bProtectiveMode) && (PROTECTIVE_MODE_OFF == *str)) in SoftGemini_ProtectiveIndicationCB()
DSoftGemini.h59 TI_BOOL bProtectiveMode; member