Lines Matching defs:ath12k_reg_info
48 struct ath12k_reg_info { struct
49 enum ath12k_reg_cc_code status_code;
50 u8 num_phy;
51 u8 phy_id;
52 u16 reg_dmn_pair;
53 u16 ctry_code;
54 u8 alpha2[REG_ALPHA2_LEN + 1];
55 u32 dfs_region;
56 u32 phybitmap;
57 bool is_ext_reg_event;
58 u32 min_bw_2g;
59 u32 max_bw_2g;
60 u32 min_bw_5g;
61 u32 max_bw_5g;
62 u32 num_2g_reg_rules;
63 u32 num_5g_reg_rules;
64 struct ath12k_reg_rule *reg_rules_2g_ptr;
65 struct ath12k_reg_rule *reg_rules_5g_ptr;
66 enum wmi_reg_6g_client_type client_type;
67 bool rnr_tpe_usable;
68 bool unspecified_ap_usable;
72 u8 domain_code_6g_ap[WMI_REG_CURRENT_MAX_AP_TYPE];
96 struct ath12k_reg_info *reg_info, argument