Searched refs:_LED_871x (Results 1 – 1 of 1) sorted by relevance
40 #define IS_LED_WPS_BLINKING(_LED_871x) \ argument41 (((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS \42 || ((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS_STOP \43 || ((struct LED_871x *)_LED_871x)->bLedWPSBlinkInProgress)45 #define IS_LED_BLINKING(_LED_871x) \ argument46 (((struct LED_871x *)_LED_871x)->bLedWPSBlinkInProgress \47 || ((struct LED_871x *)_LED_871x)->bLedScanBlinkInProgress)