Home
last modified time | relevance | path

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

/drivers/net/wireless/st/cw1200/
Dtxrx.c1095 if (WSM_RX_STATUS_ENCRYPTION(arg->flags)) { in cw1200_rx_cb()
1103 switch (WSM_RX_STATUS_ENCRYPTION(arg->flags)) { in cw1200_rx_cb()
1124 WSM_RX_STATUS_ENCRYPTION(arg->flags)); in cw1200_rx_cb()
Dwsm.h228 #define WSM_RX_STATUS_ENCRYPTION(status) ((status) & 0x07) macro