Home
last modified time | relevance | path

Searched refs:COUNTRY_CHPLAN_EN_11AX (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_chplan.h159 #define COUNTRY_CHPLAN_EN_11AX(_ent) ((_ent)->proto_en & CCHPLAN_PROTO_EN_AX) macro
161 #define COUNTRY_CHPLAN_EN_11AX(_ent) 0 macro
H A Drtw_chplan.c2613 _RTW_PRINT_SEL(sel, " %s", COUNTRY_CHPLAN_EN_11AX(ent) ? "ax" : " "); in dump_country_chplan()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_chplan.h213 #define COUNTRY_CHPLAN_EN_11AX(_ent) (((_ent)->proto_en & CHPLAN_PROTO_EN_AX) ? 1 : 0) macro
215 #define COUNTRY_CHPLAN_EN_11AX(_ent) 0 macro
H A Drtw_chplan.c3247 _RTW_PRINT_SEL(sel, " %s", COUNTRY_CHPLAN_EN_11AX(ent) ? "ax" : " "); in dump_country_chplan()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_chplan.h212 #define COUNTRY_CHPLAN_EN_11AX(_ent) (((_ent)->proto_en & CHPLAN_PROTO_EN_AX) ? 1 : 0) macro
214 #define COUNTRY_CHPLAN_EN_11AX(_ent) 0 macro
H A Drtw_chplan.c3481 _RTW_PRINT_SEL(sel, " %s", COUNTRY_CHPLAN_EN_11AX(ent) ? "ax" : " "); in dump_country_chplan()
H A Drtw_cmd.c988 && ((req_chplan && COUNTRY_CHPLAN_EN_11AX(req_chplan)) in rtw_joinbss_cmd()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_chplan.h212 #define COUNTRY_CHPLAN_EN_11AX(_ent) (((_ent)->proto_en & CHPLAN_PROTO_EN_AX) ? 1 : 0) macro
214 #define COUNTRY_CHPLAN_EN_11AX(_ent) 0 macro
H A Drtw_chplan.c3481 _RTW_PRINT_SEL(sel, " %s", COUNTRY_CHPLAN_EN_11AX(ent) ? "ax" : " "); in dump_country_chplan()
H A Drtw_cmd.c991 && ((req_chplan && COUNTRY_CHPLAN_EN_11AX(req_chplan)) in rtw_joinbss_cmd()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_chplan.h213 #define COUNTRY_CHPLAN_EN_11AX(_ent) (((_ent)->proto_en & CHPLAN_PROTO_EN_AX) ? 1 : 0) macro
215 #define COUNTRY_CHPLAN_EN_11AX(_ent) 0 macro
H A Drtw_chplan.c3247 _RTW_PRINT_SEL(sel, " %s", COUNTRY_CHPLAN_EN_11AX(ent) ? "ax" : " "); in dump_country_chplan()