Home
last modified time | relevance | path

Searched refs:FD_INFO_RSN_IND_MASK (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dfils.h267 #define FD_INFO_RSN_IND_MASK (0x0800) macro
278 #define FD_INFO_SET_RSN_PRESENT(fc) (fc |= FD_INFO_RSN_IND_MASK)
289 #define FD_INFO_IS_RSN_PRESENT(fc) ((fc & FD_INFO_RSN_IND_MASK) >> 11)
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dfils.h267 #define FD_INFO_RSN_IND_MASK (0x0800) macro
278 #define FD_INFO_SET_RSN_PRESENT(fc) (fc |= FD_INFO_RSN_IND_MASK)
289 #define FD_INFO_IS_RSN_PRESENT(fc) ((fc & FD_INFO_RSN_IND_MASK) >> 11)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dfils.h267 #define FD_INFO_RSN_IND_MASK (0x0800) macro
278 #define FD_INFO_SET_RSN_PRESENT(fc) (fc |= FD_INFO_RSN_IND_MASK)
289 #define FD_INFO_IS_RSN_PRESENT(fc) ((fc & FD_INFO_RSN_IND_MASK) >> 11)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dfils.h336 #define FD_INFO_RSN_IND_MASK (0x0800) macro
347 #define FD_INFO_SET_RSN_PRESENT(fc) ((fc) |= FD_INFO_RSN_IND_MASK)
358 #define FD_INFO_IS_RSN_PRESENT(fc) (((fc) & FD_INFO_RSN_IND_MASK) != 0)
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dfils.h336 #define FD_INFO_RSN_IND_MASK (0x0800) macro
347 #define FD_INFO_SET_RSN_PRESENT(fc) ((fc) |= FD_INFO_RSN_IND_MASK)
358 #define FD_INFO_IS_RSN_PRESENT(fc) (((fc) & FD_INFO_RSN_IND_MASK) != 0)