Lines Matching full:regulatory
45 /* NVM REGULATORY -Section offset (in words) definitions */
61 /* NVM REGULATORY -Section offset (in words) definitions */
176 * enum iwl_reg_capa_flags_v1 - global flags applied for the whole regulatory
183 * for this regulatory domain (valid only in 5Ghz).
185 * for this regulatory domain (valid only in 5Ghz).
189 * for this regulatory domain (valid only in 5Ghz).
191 * @REG_CAPA_V1_11AX_DISABLED: 11ax is forbidden for this regulatory domain.
206 * enum iwl_reg_capa_flags_v2 - global flags applied for the whole regulatory
215 * for this regulatory domain (valid only in 5Ghz).
217 * for this regulatory domain (valid only in 5Ghz).
223 * for this regulatory domain (uvalid only in 5Ghz).
224 * @REG_CAPA_V2_11AX_DISABLED: 11ax is forbidden for this regulatory domain.
240 * enum iwl_reg_capa_flags_v4 - global flags applied for the whole regulatory
243 * for this regulatory domain (valid only in 5Ghz).
245 * for this regulatory domain (valid only in 5Ghz).
248 * @REG_CAPA_V4_11BE_DISABLED: 11be is forbidden for this regulatory domain.
249 * @REG_CAPA_V4_11AX_DISABLED: 11ax is forbidden for this regulatory domain.
251 * for this regulatory domain (valid only in 5GHz).
275 * struct iwl_reg_capa - struct for global regulatory capabilities, Used for
279 * for this regulatory domain.
281 * for this regulatory domain (valid only in 5 and 6 Ghz).
283 * for this regulatory domain (valid only in 5 and 6 Ghz).
285 * for this regulatory domain (valid only in 6 Ghz).
286 * @disable_11ax: 11ax is forbidden for this regulatory domain.
287 * @disable_11be: 11be is forbidden for this regulatory domain.
453 /* Initialize regulatory-based run-time data */ in iwl_init_channel_map()
1336 * Workaround a bug in Indonesia SKUs where the regulatory in in iwl_nvm_no_wide_in_5ghz()
1427 const __le16 *nvm_calib, const __le16 *regulatory, in iwl_parse_nvm_data() argument
1484 ®ulatory[NVM_CHANNELS_SDP] : in iwl_parse_nvm_data()
1496 lar_config = le16_to_cpup(regulatory + lar_offset); in iwl_parse_nvm_data()
1500 ch_section = ®ulatory[NVM_CHANNELS_EXTENDED]; in iwl_parse_nvm_data()
1566 * reg_capa is per regulatory domain so apply it for every channel in iwl_nvm_get_regdom_bw_flags()
1667 /* parse regulatory capability flags */ in iwl_parse_nvm_mcc_info()
1748 * Narrow down regdom for unused regulatory rules to prevent hole in iwl_parse_nvm_mcc_info()
1975 * regulatory. So we can just access the new struct, with the in iwl_get_nvm()
2048 if (le32_to_cpu(rsp->regulatory.lar_enabled) && in iwl_get_nvm()
2056 channel_profile = v4 ? (void *)rsp->regulatory.channel_profile : in iwl_get_nvm()
2057 (void *)rsp_v3->regulatory.channel_profile; in iwl_get_nvm()