Lines Matching defs:regulatory

177  * enum iwl_reg_capa_flags_v1 - global flags applied for the whole regulatory
184 * for this regulatory domain (valid only in 5Ghz).
186 * for this regulatory domain (valid only in 5Ghz).
190 * for this regulatory domain (valid only in 5Ghz).
192 * @REG_CAPA_V1_11AX_DISABLED: 11ax is forbidden for this regulatory domain.
207 * enum iwl_reg_capa_flags_v2 - global flags applied for the whole regulatory
216 * for this regulatory domain (valid only in 5Ghz).
218 * for this regulatory domain (valid only in 5Ghz).
224 * for this regulatory domain (uvalid only in 5Ghz).
225 * @REG_CAPA_V2_11AX_DISABLED: 11ax is forbidden for this regulatory domain.
241 * enum iwl_reg_capa_flags_v4 - global flags applied for the whole regulatory
244 * for this regulatory domain (valid only in 5Ghz).
246 * for this regulatory domain (valid only in 5Ghz).
249 * @REG_CAPA_V4_11BE_DISABLED: 11be is forbidden for this regulatory domain.
250 * @REG_CAPA_V4_11AX_DISABLED: 11ax is forbidden for this regulatory domain.
252 * for this regulatory domain (valid only in 5GHz).
276 * struct iwl_reg_capa - struct for global regulatory capabilities, Used for
280 * for this regulatory domain.
282 * for this regulatory domain (valid only in 5 and 6 Ghz).
284 * for this regulatory domain (valid only in 5 and 6 Ghz).
286 * for this regulatory domain (valid only in 6 Ghz).
287 * @disable_11ax: 11ax is forbidden for this regulatory domain.
288 * @disable_11be: 11be is forbidden for this regulatory domain.
467 /* Initialize regulatory-based run-time data */
1426 * Workaround a bug in Indonesia SKUs where the regulatory in
1521 const __le16 *nvm_calib, const __le16 *regulatory,
1578 &regulatory[NVM_CHANNELS_SDP] :
1587 lar_config = le16_to_cpup(regulatory + lar_offset);
1591 ch_section = &regulatory[NVM_CHANNELS_EXTENDED];
1678 * reg_capa is per regulatory domain so apply it for every channel
1778 /* parse regulatory capability flags */
1861 * Narrow down regdom for unused regulatory rules to prevent hole
2092 * regulatory. So we can just access the new struct, with the
2169 if (le32_to_cpu(rsp->regulatory.lar_enabled) &&
2177 channel_profile = v4 ? (void *)rsp->regulatory.channel_profile :
2178 (void *)rsp_v3->regulatory.channel_profile;