Go to the documentation of this file.
26 #ifndef __RTL8712_LED_H
27 #define __RTL8712_LED_H
52 #define IS_LED_WPS_BLINKING(_LED_871x) \
53 (((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS \
54 || ((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS_STOP \
55 || ((struct LED_871x *)_LED_871x)->bLedWPSBlinkInProgress)
57 #define IS_LED_BLINKING(_LED_871x) \
58 (((struct LED_871x *)_LED_871x)->bLedWPSBlinkInProgress \
59 || ((struct LED_871x *)_LED_871x)->bLedScanBlinkInProgress)