/* * Copyright (c) 2017-2020 The Linux Foundation. All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the * above copyright notice and this permission notice appear in all * copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ /** * DOC: reg_services_public_struct.h * This file contains regulatory data structures */ #ifndef __REG_SERVICES_PUBLIC_STRUCT_H_ #define __REG_SERVICES_PUBLIC_STRUCT_H_ #define REG_SBS_SEPARATION_THRESHOLD 100 #ifdef CONFIG_BAND_6GHZ #define REG_MAX_CHANNELS_PER_OPERATING_CLASS 70 #else #define REG_MAX_CHANNELS_PER_OPERATING_CLASS 25 #endif #define REG_MAX_SUPP_OPER_CLASSES 32 #define REG_MAX_CHAN_CHANGE_CBKS 30 #define REG_INVALID_TXPOWER 255 #define MAX_STA_VDEV_CNT 4 #define INVALID_VDEV_ID 0xFF #define INVALID_CHANNEL_NUM 0x0 #define CH_AVOID_MAX_RANGE 4 #define REG_ALPHA2_LEN 2 #define MAX_REG_RULES 10 #define REGULATORY_CHAN_DISABLED BIT(0) #define REGULATORY_CHAN_NO_IR BIT(1) #define REGULATORY_CHAN_RADAR BIT(3) #define REGULATORY_CHAN_NO_OFDM BIT(6) #define REGULATORY_CHAN_INDOOR_ONLY BIT(9) #define REGULATORY_CHAN_AFC BIT(13) #define REGULATORY_CHAN_NO_HT40 BIT(4) #define REGULATORY_CHAN_NO_80MHZ BIT(7) #define REGULATORY_CHAN_NO_160MHZ BIT(8) #define REGULATORY_CHAN_NO_20MHZ BIT(11) #define REGULATORY_CHAN_NO_10MHZ BIT(12) #define REGULATORY_CHAN_INVALID BIT(14) #define REGULATORY_PHYMODE_NO11A BIT(0) #define REGULATORY_PHYMODE_NO11B BIT(1) #define REGULATORY_PHYMODE_NO11G BIT(2) #define REGULATORY_CHAN_NO11N BIT(3) #define REGULATORY_PHYMODE_NO11AC BIT(4) #define REGULATORY_PHYMODE_NO11AX BIT(5) #define BW_5_MHZ 5 #define BW_10_MHZ 10 #define BW_20_MHZ 20 #define BW_25_MHZ 25 #define BW_40_MHZ 40 #define BW_80_MHZ 80 #define BW_160_MHZ 160 #define BW_40_MHZ 40 /** * enum dfs_reg - DFS region * @DFS_UNINIT_REGION: un-initialized region * @DFS_FCC_REGION: FCC region * @DFS_ETSI_REGION: ETSI region * @DFS_MKK_REGION: MKK region * @DFS_CN_REGION: China region * @DFS_KR_REGION: Korea region * @DFS_MKK_REGION: MKKN region * that supports updated W53 RADAR pattern * detection. * @DFS_UNDEF_REGION: Undefined region */ enum dfs_reg { DFS_UNINIT_REGION = 0, DFS_FCC_REGION = 1, DFS_ETSI_REGION = 2, DFS_MKK_REGION = 3, DFS_CN_REGION = 4, DFS_KR_REGION = 5, DFS_MKKN_REGION = 6, DFS_UNDEF_REGION = 0xFFFF, }; /** enum op_class_table_num * OP_CLASS_US- Class corresponds to US * OP_CLASS_EU- Class corresponds to EU * OP_CLASS_JAPAN- Class corresponds to JAPAN * OP_CLASS_GLOBAL- Class corresponds to GLOBAL * OP_CLASS_CHINA- Class corresponds to CHINA */ enum op_class_table_num { OP_CLASS_US = 1, OP_CLASS_EU, OP_CLASS_JAPAN, OP_CLASS_GLOBAL, OP_CLASS_CHINA }; /** * enum channel_enum - channel enumeration * @CHAN_ENUM_2412: channel with freq 2412 * @CHAN_ENUM_2417: channel with freq 2417 * @CHAN_ENUM_2422: channel with freq 2422 * @CHAN_ENUM_2427: channel with freq 2427 * @CHAN_ENUM_2432: channel with freq 2432 * @CHAN_ENUM_2437: channel with freq 2437 * @CHAN_ENUM_2442: channel with freq 2442 * @CHAN_ENUM_2447: channel with freq 2447 * @CHAN_ENUM_2452: channel with freq 2452 * @CHAN_ENUM_2457: channel with freq 2457 * @CHAN_ENUM_2462: channel with freq 2462 * @CHAN_ENUM_2467: channel with freq 2467 * @CHAN_ENUM_2472: channel with freq 2472 * @CHAN_ENUM_2484: channel with freq 2484 * @CHAN_ENUM_4912: channel with freq 4912 * @CHAN_ENUM_4915: channel with freq 4915 * @CHAN_ENUM_4917: channel with freq 4917 * @CHAN_ENUM_4920: channel with freq 4920 * @CHAN_ENUM_4922: channel with freq 4922 * @CHAN_ENUM_4925: channel with freq 4925 * @CHAN_ENUM_4927: channel with freq 4927 * @CHAN_ENUM_4932: channel with freq 4932 * @CHAN_ENUM_4935: channel with freq 4935 * @CHAN_ENUM_4937: channel with freq 4937 * @CHAN_ENUM_4940: channel with freq 4940 * @CHAN_ENUM_4942: channel with freq 4942 * @CHAN_ENUM_4945: channel with freq 4945 * @CHAN_ENUM_4947: channel with freq 4947 * @CHAN_ENUM_4950: channel with freq 4950 * @CHAN_ENUM_4952: channel with freq 4952 * @CHAN_ENUM_4955: channel with freq 4955 * @CHAN_ENUM_4957: channel with freq 4957 * @CHAN_ENUM_4960: channel with freq 4960 * @CHAN_ENUM_4962: channel with freq 4962 * @CHAN_ENUM_4965: channel with freq 4965 * @CHAN_ENUM_4967: channel with freq 4967 * @CHAN_ENUM_4970: channel with freq 4970 * @CHAN_ENUM_4972: channel with freq 4972 * @CHAN_ENUM_4975: channel with freq 4975 * @CHAN_ENUM_4977: channel with freq 4977 * @CHAN_ENUM_4980: channel with freq 4980 * @CHAN_ENUM_4982: channel with freq 4982 * @CHAN_ENUM_4985: channel with freq 4985 * @CHAN_ENUM_4987: channel with freq 4987 * @CHAN_ENUM_5032: channel with freq 5032 * @CHAN_ENUM_5035: channel with freq 5035 * @CHAN_ENUM_5037: channel with freq 5037 * @CHAN_ENUM_5040: channel with freq 5040 * @CHAN_ENUM_5042: channel with freq 5042 * @CHAN_ENUM_5045: channel with freq 5045 * @CHAN_ENUM_5047: channel with freq 5047 * @CHAN_ENUM_5052: channel with freq 5052 * @CHAN_ENUM_5055: channel with freq 5055 * @CHAN_ENUM_5057: channel with freq 5057 * @CHAN_ENUM_5060: channel with freq 5060 * @CHAN_ENUM_5080: channel with freq 5080 * @CHAN_ENUM_5180: channel with freq 5180 * @CHAN_ENUM_5200: channel with freq 5200 * @CHAN_ENUM_5220: channel with freq 5220 * @CHAN_ENUM_5240: channel with freq 5240 * @CHAN_ENUM_5260: channel with freq 5260 * @CHAN_ENUM_5280: channel with freq 5280 * @CHAN_ENUM_5300: channel with freq 5300 * @CHAN_ENUM_5320: channel with freq 5320 * @CHAN_ENUM_5500: channel with freq 5500 * @CHAN_ENUM_5520: channel with freq 5520 * @CHAN_ENUM_5540: channel with freq 5540 * @CHAN_ENUM_5560: channel with freq 5560 * @CHAN_ENUM_5580: channel with freq 5580 * @CHAN_ENUM_5600: channel with freq 5600 * @CHAN_ENUM_5620: channel with freq 5620 * @CHAN_ENUM_5640: channel with freq 5640 * @CHAN_ENUM_5660: channel with freq 5660 * @CHAN_ENUM_5680: channel with freq 5680 * @CHAN_ENUM_5700: channel with freq 5700 * @CHAN_ENUM_5720: channel with freq 5720 * @CHAN_ENUM_5745: channel with freq 5745 * @CHAN_ENUM_5765: channel with freq 5765 * @CHAN_ENUM_5785: channel with freq 5785 * @CHAN_ENUM_5805: channel with freq 5805 * @CHAN_ENUM_5825: channel with freq 5825 * @CHAN_ENUM_5845: channel with freq 5845 * @CHAN_ENUM_5850: channel with freq 5850 * @CHAN_ENUM_5855: channel with freq 5855 * @CHAN_ENUM_5860: channel with freq 5860 * @CHAN_ENUM_5865: channel with freq 5865 * @CHAN_ENUM_5870: channel with freq 5870 * @CHAN_ENUM_5875: channel with freq 5875 * @CHAN_ENUM_5880: channel with freq 5880 * @CHAN_ENUM_5885: channel with freq 5885 * @CHAN_ENUM_5890: channel with freq 5890 * @CHAN_ENUM_5895: channel with freq 5895 * @CHAN_ENUM_5900: channel with freq 5900 * @CHAN_ENUM_5905: channel with freq 5905 * @CHAN_ENUM_5910: channel with freq 5910 * @CHAN_ENUM_5915: channel with freq 5915 * @CHAN_ENUM_5920: channel with freq 5920 * @CHAN_ENUM_5945: channel with freq 5945 * @CHAN_ENUM_5965: channel with freq 5965 * @CHAN_ENUM_5985: channel with freq 5985 * @CHAN_ENUM_6005: channel with freq 6005 * @CHAN_ENUM_6025: channel with freq 6025 * @CHAN_ENUM_6045: channel with freq 6045 * @CHAN_ENUM_6065: channel with freq 6065 * @CHAN_ENUM_6085: channel with freq 6085 * @CHAN_ENUM_6105: channel with freq 6105 * @CHAN_ENUM_6125: channel with freq 6125 * @CHAN_ENUM_6145: channel with freq 6145 * @CHAN_ENUM_6165: channel with freq 6165 * @CHAN_ENUM_6185: channel with freq 6185 * @CHAN_ENUM_6205: channel with freq 6205 * @CHAN_ENUM_6225: channel with freq 6225 * @CHAN_ENUM_6245: channel with freq 6245 * @CHAN_ENUM_6265: channel with freq 6265 * @CHAN_ENUM_6285: channel with freq 6285 * @CHAN_ENUM_6305: channel with freq 6305 * @CHAN_ENUM_6325: channel with freq 6325 * @CHAN_ENUM_6345: channel with freq 6345 * @CHAN_ENUM_6365: channel with freq 6365 * @CHAN_ENUM_6385: channel with freq 6385 * @CHAN_ENUM_6405: channel with freq 6405 * @CHAN_ENUM_6425: channel with freq 6425 * @CHAN_ENUM_6445: channel with freq 6445 * @CHAN_ENUM_6465: channel with freq 6465 * @CHAN_ENUM_6485: channel with freq 6485 * @CHAN_ENUM_6505: channel with freq 6505 * @CHAN_ENUM_6525: channel with freq 6525 * @CHAN_ENUM_6545: channel with freq 6545 * @CHAN_ENUM_6565: channel with freq 6565 * @CHAN_ENUM_6585: channel with freq 6585 * @CHAN_ENUM_6605: channel with freq 6605 * @CHAN_ENUM_6625: channel with freq 6625 * @CHAN_ENUM_6645: channel with freq 6645 * @CHAN_ENUM_6665: channel with freq 6665 * @CHAN_ENUM_6685: channel with freq 6685 * @CHAN_ENUM_6705: channel with freq 6705 * @CHAN_ENUM_6725: channel with freq 6725 * @CHAN_ENUM_6745: channel with freq 6745 * @CHAN_ENUM_6765: channel with freq 6765 * @CHAN_ENUM_6785: channel with freq 6785 * @CHAN_ENUM_6805: channel with freq 6805 * @CHAN_ENUM_6825: channel with freq 6825 * @CHAN_ENUM_6845: channel with freq 6845 * @CHAN_ENUM_6865: channel with freq 6865 * @CHAN_ENUM_6885: channel with freq 6885 * @CHAN_ENUM_6905: channel with freq 6905 * @CHAN_ENUM_6925: channel with freq 6925 * @CHAN_ENUM_6945: channel with freq 6945 * @CHAN_ENUM_6965: channel with freq 6965 * @CHAN_ENUM_6985: channel with freq 6985 * @CHAN_ENUM_7005: channel with freq 7005 * @CHAN_ENUM_7025: channel with freq 7025 * @CHAN_ENUM_7045: channel with freq 7045 * @CHAN_ENUM_7065: channel with freq 7065 * @CHAN_ENUM_7085: channel with freq 7085 * @CHAN_ENUM_7105: channel with freq 7105 */ enum channel_enum { CHAN_ENUM_2412, CHAN_ENUM_2417, CHAN_ENUM_2422, CHAN_ENUM_2427, CHAN_ENUM_2432, CHAN_ENUM_2437, CHAN_ENUM_2442, CHAN_ENUM_2447, CHAN_ENUM_2452, CHAN_ENUM_2457, CHAN_ENUM_2462, CHAN_ENUM_2467, CHAN_ENUM_2472, CHAN_ENUM_2484, CHAN_ENUM_4912, CHAN_ENUM_4915, CHAN_ENUM_4917, CHAN_ENUM_4920, CHAN_ENUM_4922, CHAN_ENUM_4925, CHAN_ENUM_4927, CHAN_ENUM_4932, CHAN_ENUM_4935, CHAN_ENUM_4937, CHAN_ENUM_4940, CHAN_ENUM_4942, CHAN_ENUM_4945, CHAN_ENUM_4947, CHAN_ENUM_4950, CHAN_ENUM_4952, CHAN_ENUM_4955, CHAN_ENUM_4957, CHAN_ENUM_4960, CHAN_ENUM_4962, CHAN_ENUM_4965, CHAN_ENUM_4967, CHAN_ENUM_4970, CHAN_ENUM_4972, CHAN_ENUM_4975, CHAN_ENUM_4977, CHAN_ENUM_4980, CHAN_ENUM_4982, CHAN_ENUM_4985, CHAN_ENUM_4987, CHAN_ENUM_5032, CHAN_ENUM_5035, CHAN_ENUM_5037, CHAN_ENUM_5040, CHAN_ENUM_5042, CHAN_ENUM_5045, CHAN_ENUM_5047, CHAN_ENUM_5052, CHAN_ENUM_5055, CHAN_ENUM_5057, CHAN_ENUM_5060, CHAN_ENUM_5080, CHAN_ENUM_5180, CHAN_ENUM_5200, CHAN_ENUM_5220, CHAN_ENUM_5240, CHAN_ENUM_5260, CHAN_ENUM_5280, CHAN_ENUM_5300, CHAN_ENUM_5320, CHAN_ENUM_5500, CHAN_ENUM_5520, CHAN_ENUM_5540, CHAN_ENUM_5560, CHAN_ENUM_5580, CHAN_ENUM_5600, CHAN_ENUM_5620, CHAN_ENUM_5640, CHAN_ENUM_5660, CHAN_ENUM_5680, CHAN_ENUM_5700, CHAN_ENUM_5720, CHAN_ENUM_5745, CHAN_ENUM_5765, CHAN_ENUM_5785, CHAN_ENUM_5805, CHAN_ENUM_5825, CHAN_ENUM_5845, CHAN_ENUM_5850, CHAN_ENUM_5855, CHAN_ENUM_5860, CHAN_ENUM_5865, CHAN_ENUM_5870, CHAN_ENUM_5875, CHAN_ENUM_5880, CHAN_ENUM_5885, CHAN_ENUM_5890, CHAN_ENUM_5895, CHAN_ENUM_5900, CHAN_ENUM_5905, CHAN_ENUM_5910, CHAN_ENUM_5915, CHAN_ENUM_5920, #ifdef CONFIG_BAND_6GHZ CHAN_ENUM_5945, CHAN_ENUM_5965, CHAN_ENUM_5985, CHAN_ENUM_6005, CHAN_ENUM_6025, CHAN_ENUM_6045, CHAN_ENUM_6065, CHAN_ENUM_6085, CHAN_ENUM_6105, CHAN_ENUM_6125, CHAN_ENUM_6145, CHAN_ENUM_6165, CHAN_ENUM_6185, CHAN_ENUM_6205, CHAN_ENUM_6225, CHAN_ENUM_6245, CHAN_ENUM_6265, CHAN_ENUM_6285, CHAN_ENUM_6305, CHAN_ENUM_6325, CHAN_ENUM_6345, CHAN_ENUM_6365, CHAN_ENUM_6385, CHAN_ENUM_6405, CHAN_ENUM_6425, CHAN_ENUM_6445, CHAN_ENUM_6465, CHAN_ENUM_6485, CHAN_ENUM_6505, CHAN_ENUM_6525, CHAN_ENUM_6545, CHAN_ENUM_6565, CHAN_ENUM_6585, CHAN_ENUM_6605, CHAN_ENUM_6625, CHAN_ENUM_6645, CHAN_ENUM_6665, CHAN_ENUM_6685, CHAN_ENUM_6705, CHAN_ENUM_6725, CHAN_ENUM_6745, CHAN_ENUM_6765, CHAN_ENUM_6785, CHAN_ENUM_6805, CHAN_ENUM_6825, CHAN_ENUM_6845, CHAN_ENUM_6865, CHAN_ENUM_6885, CHAN_ENUM_6905, CHAN_ENUM_6925, CHAN_ENUM_6945, CHAN_ENUM_6965, CHAN_ENUM_6985, CHAN_ENUM_7005, CHAN_ENUM_7025, CHAN_ENUM_7045, CHAN_ENUM_7065, CHAN_ENUM_7085, CHAN_ENUM_7105, #endif /* CONFIG_BAND_6GHZ */ NUM_CHANNELS, MIN_24GHZ_CHANNEL = CHAN_ENUM_2412, MAX_24GHZ_CHANNEL = CHAN_ENUM_2484, NUM_24GHZ_CHANNELS = (MAX_24GHZ_CHANNEL - MIN_24GHZ_CHANNEL + 1), MIN_49GHZ_CHANNEL = CHAN_ENUM_4912, MAX_49GHZ_CHANNEL = CHAN_ENUM_5080, NUM_49GHZ_CHANNELS = (MAX_49GHZ_CHANNEL - MIN_49GHZ_CHANNEL + 1), MIN_5GHZ_CHANNEL = CHAN_ENUM_5180, MAX_5GHZ_CHANNEL = CHAN_ENUM_5920, NUM_5GHZ_CHANNELS = (MAX_5GHZ_CHANNEL - MIN_5GHZ_CHANNEL + 1), MIN_DSRC_CHANNEL = CHAN_ENUM_5850, MAX_DSRC_CHANNEL = CHAN_ENUM_5920, NUM_DSRC_CHANNELS = (MAX_DSRC_CHANNEL - MIN_DSRC_CHANNEL + 1), INVALID_CHANNEL = 0xBAD, #ifdef DISABLE_UNII_SHARED_BANDS MIN_UNII_1_BAND_CHANNEL = CHAN_ENUM_5180, MAX_UNII_1_BAND_CHANNEL = CHAN_ENUM_5240, NUM_UNII_1_BAND_CHANNELS = (MAX_UNII_1_BAND_CHANNEL - MIN_UNII_1_BAND_CHANNEL + 1), MIN_UNII_2A_BAND_CHANNEL = CHAN_ENUM_5260, MAX_UNII_2A_BAND_CHANNEL = CHAN_ENUM_5320, NUM_UNII_2A_BAND_CHANNELS = (MAX_UNII_2A_BAND_CHANNEL - MIN_UNII_2A_BAND_CHANNEL + 1), #endif #ifdef CONFIG_BAND_6GHZ MIN_6GHZ_CHANNEL = CHAN_ENUM_5945, MAX_6GHZ_CHANNEL = CHAN_ENUM_7105, NUM_6GHZ_CHANNELS = (MAX_6GHZ_CHANNEL - MIN_6GHZ_CHANNEL + 1), #else MIN_6GHZ_CHANNEL = INVALID_CHANNEL, MAX_6GHZ_CHANNEL = INVALID_CHANNEL, NUM_6GHZ_CHANNELS = 0, #endif /* CONFIG_BAND_6GHZ */ }; /** * enum channel_state - channel state * @CHANNEL_STATE_DISABLE: disabled state * @CHANNEL_STATE_PASSIVE: passive state * @CHANNEL_STATE_DFS: dfs state * @CHANNEL_STATE_ENABLE: enabled state * @CHANNEL_STATE_INVALID: invalid state */ enum channel_state { CHANNEL_STATE_DISABLE, CHANNEL_STATE_PASSIVE, CHANNEL_STATE_DFS, CHANNEL_STATE_ENABLE, CHANNEL_STATE_INVALID, }; /** * enum reg_domain: reg domain * @REGDOMAIN_FCC: FCC domain * @REGDOMAIN_ETSI: ETSI domain * @REGDOMAIN_JAPAN: JAPAN domain * @REGDOMAIN_WORLD: WORLD domain * @REGDOMAIN_COUNT: Max domain */ typedef enum { REGDOMAIN_FCC, REGDOMAIN_ETSI, REGDOMAIN_JAPAN, REGDOMAIN_WORLD, REGDOMAIN_COUNT } v_REGDOMAIN_t; /** * enum ctl_value - CTL value * @CTL_FCC: CTL FCC * @CTL_MKK: CTL MKK * @CTL_ETSI: CTL ETSI * @CTL_KOR: CTL KOR * @CTL_CHN: CTL CHINA * @CTL_USER_DEF: CTL USER_DEF * @CTL_NONE: CTL NONE */ enum ctl_value { CTL_FCC = 0x10, CTL_ETSI = 0x30, CTL_MKK = 0x40, CTL_KOR = 0x50, CTL_CHN = 0x60, CTL_USER_DEF = 0x70, CTL_NONE = 0xff }; /** * struct ch_params * @ch_width: channel width * @sec_ch_offset: secondary channel offset * @center_freq_seg0: channel number for segment 0 * @center_freq_seg1: channel number segment 1 * @mhz_freq_seg0: Center frequency for segment 0 * @mhz_freq_seg1: Center frequency for segment 1 */ struct ch_params { enum phy_ch_width ch_width; uint8_t sec_ch_offset; uint8_t center_freq_seg0; uint8_t center_freq_seg1; qdf_freq_t mhz_freq_seg0; qdf_freq_t mhz_freq_seg1; }; /** * struct channel_power * @center_freq: Channel Center Frequency * @chan_num: channel number * @tx_power: TX power */ struct channel_power { qdf_freq_t center_freq; uint8_t chan_num; uint32_t tx_power; }; /** * enum offset_t: channel offset * @BW20: 20 mhz channel * @BW40_LOW_PRIMARY: lower channel in 40 mhz * @BW40_HIGH_PRIMARY: higher channel in 40 mhz * @BW80: 80 mhz channel * @BWALL: unknown bandwidth */ enum offset_t { BW20 = 0, BW40_LOW_PRIMARY = 1, BW40_HIGH_PRIMARY = 3, BW80, BWALL, BW_INVALID = 0xFF }; /** * enum behav_limit - behavior limit * @BEHAV_NONE: none * @BEHAV_BW40_LOW_PRIMARY: BW40 low primary * @BEHAV_BW40_HIGH_PRIMARY: BW40 high primary * @BEHAV_BW80_PLUS: BW 80 plus * @BEHAV_INVALID: invalid behavior */ enum behav_limit { BEHAV_NONE, BEHAV_BW40_LOW_PRIMARY, BEHAV_BW40_HIGH_PRIMARY, BEHAV_BW80_PLUS, BEHAV_INVALID = 0xFF }; /** * struct reg_dmn_op_class_map_t: operating class * @op_class: operating class number * @chan_spacing: channel spacing * @offset: offset * @behav_limit: OR of bitmaps of enum behav_limit * @start_freq: starting frequency * @channels: channel set */ struct reg_dmn_op_class_map_t { uint8_t op_class; uint8_t chan_spacing; enum offset_t offset; uint16_t behav_limit; qdf_freq_t start_freq; uint8_t channels[REG_MAX_CHANNELS_PER_OPERATING_CLASS]; }; /** * struct regdmn_ap_cap_opclass_t: AP Cap operation class table * @op_class: operating class number * @ch_width: channel width in MHz * @start_freq: Starting Frequency in MHz * @behav_limit: OR of bitmaps of enum behav_limit * @max_tx_pwr_dbm: Maximum tx power in dbm * @num_supported_chan: Number of supported channels * @num_non_supported_chan: Number of non-supported channels * @sup_chan_list: Array of supported channel numbers * @non_sup_chan_list: Array of non supported channel numbers */ struct regdmn_ap_cap_opclass_t { uint8_t op_class; uint8_t ch_width; qdf_freq_t start_freq; uint16_t behav_limit; uint8_t max_tx_pwr_dbm; uint8_t num_supported_chan; uint8_t num_non_supported_chan; uint8_t sup_chan_list[REG_MAX_CHANNELS_PER_OPERATING_CLASS]; uint8_t non_sup_chan_list[REG_MAX_CHANNELS_PER_OPERATING_CLASS]; }; /** * struct reg_dmn_supp_op_classes: operating classes * @num_classes: number of classes * @classes: classes */ struct reg_dmn_supp_op_classes { uint8_t num_classes; uint8_t classes[REG_MAX_SUPP_OPER_CLASSES]; }; /** * struct reg_start_11d_scan_req: start 11d scan request * @vdev_id: vdev id * @scan_period_msec: scan duration in milli-seconds * @start_interval_msec: offset duration to start the scan in milli-seconds */ struct reg_start_11d_scan_req { uint8_t vdev_id; uint32_t scan_period_msec; uint32_t start_interval_msec; }; /** * struct reg_11d_scan_msg: 11d scan message structure * @psoc: pointer to psoc object * @enable_11d_supp: enable 11d scan or disable 11d scan */ struct reg_11d_scan_msg { struct wlan_objmgr_psoc *psoc; bool enable_11d_supp; }; /** * struct reg_stop_11d_scan_req: stop 11d scan request * @vdev_id: vdev id */ struct reg_stop_11d_scan_req { uint8_t vdev_id; }; /** * struct reg_11d_new_country: regulatory 11d new coutry code * @alpha2: new 11d alpha2 */ struct reg_11d_new_country { uint8_t alpha2[REG_ALPHA2_LEN + 1]; }; /** * enum country_src: country source * @SOURCE_QUERY: source query * @SOURCE_CORE: source regulatory core * @SOURCE_DRIVER: source driver * @SOURCE_USERSPACE: source userspace * @SOURCE_11D: source 11D */ enum country_src { SOURCE_UNKNOWN, SOURCE_QUERY, SOURCE_CORE, SOURCE_DRIVER, SOURCE_USERSPACE, SOURCE_11D }; /** * struct regulatory_channel * @center_freq: center frequency * @chan_num: channel number * @state: channel state * @chan_flags: channel flags * @tx_power: TX powers * @min_bw: min bandwidth * @max_bw: max bandwidth * @nol_chan: whether channel is nol * @nol_history: Set NOL-History when STA vap detects RADAR. */ struct regulatory_channel { qdf_freq_t center_freq; uint8_t chan_num; enum channel_state state; uint32_t chan_flags; uint32_t tx_power; uint16_t min_bw; uint16_t max_bw; uint8_t ant_gain; bool nol_chan; bool nol_history; }; /** * struct regulatory: regulatory information * @reg_domain: regulatory domain pair * @eeprom_rd_ext: eeprom value * @country_code: current country in integer * @alpha2: current alpha2 * @def_country: default country alpha2 * @def_region: DFS region * @ctl_2g: 2G CTL value * @ctl_5g: 5G CTL value * @reg_pair: pointer to regulatory pair * @cc_src: country code src * @reg_flags: kernel regulatory flags */ struct regulatory { uint32_t reg_domain; uint32_t eeprom_rd_ext; uint16_t country_code; uint8_t alpha2[REG_ALPHA2_LEN + 1]; uint8_t ctl_2g; uint8_t ctl_5g; const void *regpair; enum country_src cc_src; uint32_t reg_flags; }; /** * struct chan_map * @center_freq: center freq in mhz * @chan_num: channel number * @min_bw: min bw * @max_bw: max bw */ struct chan_map { qdf_freq_t center_freq; uint8_t chan_num; uint16_t min_bw; uint16_t max_bw; }; /** * struct bonded_channel * @start_ch: start channel * @end_ch: end channel */ struct bonded_channel { uint8_t start_ch; uint8_t end_ch; }; /** * struct bonded_channel_freq * @start_freq: start channel frequency * @end_freq: end channel frequency */ struct bonded_channel_freq { uint16_t start_freq; uint16_t end_freq; }; struct set_country { uint8_t country[REG_ALPHA2_LEN + 1]; uint8_t pdev_id; }; /** * enum ht_sec_ch_offset * @NO_SEC_CH: no secondary * @LOW_PRIMARY_CH: low primary * @HIGH_PRIMARY_CH: high primary */ enum ht_sec_ch_offset { NO_SEC_CH = 0, LOW_PRIMARY_CH = 1, HIGH_PRIMARY_CH = 3, }; enum cc_setting_code { REG_SET_CC_STATUS_PASS = 0, REG_CURRENT_ALPHA2_NOT_FOUND = 1, REG_INIT_ALPHA2_NOT_FOUND = 2, REG_SET_CC_CHANGE_NOT_ALLOWED = 3, REG_SET_CC_STATUS_NO_MEMORY = 4, REG_SET_CC_STATUS_FAIL = 5, }; /** * struct cur_reg_rule * @start_freq: start frequency * @end_freq: end frequency * @max_bw: maximum bandwidth * @reg_power: regulatory power * @ant_gain: antenna gain * @flags: regulatory flags */ struct cur_reg_rule { uint16_t start_freq; uint16_t end_freq; uint16_t max_bw; uint8_t reg_power; uint8_t ant_gain; uint16_t flags; }; /** * struct cur_regulatory_info * @psoc: psoc ptr * @status_code: status value * @num_phy: number of phy * @phy_id: phy id * @reg_dmn_pair: reg domain pair * @ctry_code: country code * @alpha2: country alpha2 * @offload_enabled: offload enabled * @dfs_reg: dfs region * @phybitmap: phy bit map * @min_bw_2g: minimum 2G bw * @max_bw_2g: maximum 2G bw * @min_bw_5g: minimum 5G bw * @max_bw_5g: maximum 5G bw * @num_2g_reg_rules: number 2G reg rules * @num_5g_reg_rules: number 5G and 6G reg rules * @reg_rules_2g_ptr: ptr to 2G reg rules * @reg_rules_5g_ptr: ptr to 5G reg rules */ struct cur_regulatory_info { struct wlan_objmgr_psoc *psoc; enum cc_setting_code status_code; uint8_t num_phy; uint8_t phy_id; uint16_t reg_dmn_pair; uint16_t ctry_code; uint8_t alpha2[REG_ALPHA2_LEN + 1]; bool offload_enabled; enum dfs_reg dfs_region; uint32_t phybitmap; uint32_t min_bw_2g; uint32_t max_bw_2g; uint32_t min_bw_5g; uint32_t max_bw_5g; uint32_t num_2g_reg_rules; uint32_t num_5g_reg_rules; struct cur_reg_rule *reg_rules_2g_ptr; struct cur_reg_rule *reg_rules_5g_ptr; }; /** * struct reg_rule_info * @alpha2: alpha2 of reg rules * @dfs_region: dfs region * @num_of_reg_rules: number of reg rules * @reg_rules: regulatory rules array */ struct reg_rule_info { uint8_t alpha2[REG_ALPHA2_LEN + 1]; enum dfs_reg dfs_region; uint8_t num_of_reg_rules; struct cur_reg_rule reg_rules[MAX_REG_RULES]; }; /** * enum reg_reg_wifi_band * @REG_BAND_2G: 2G band * @REG_BAND_5G: 5G band * @REG_BAND_6G: 6G band * @REG_BAND_UNKNOWN: Unsupported band */ enum reg_wifi_band { REG_BAND_2G, REG_BAND_5G, REG_BAND_6G, REG_BAND_UNKNOWN }; #ifdef DISABLE_UNII_SHARED_BANDS /** * enum reg_unii_band * @REG_UNII_BAND_1: Disable UNII-1 band channels * @REG_UNII_BAND_2A: Disable UNII-2A band channels */ enum reg_unii_band { REG_UNII_BAND_1 = 0x0, REG_UNII_BAND_2A = 0x1, }; #endif #define REG_BAND_MASK_ALL (BIT(REG_BAND_2G) | BIT(REG_BAND_5G) \ | BIT(REG_BAND_6G)) /* Avoid the use of band_info as it does not support 6GHz band. Use * reg_wifi_band, as it supports the 6GHz band */ /** * enum band_info * @BAND_ALL:all bands * @BAND_2G: 2G band * @BAND_5G: 5G band * @BAND_UNKNOWN: Unsupported band */ enum band_info { BAND_ALL, BAND_2G, BAND_5G, BAND_UNKNOWN }; /** * enum restart_beaconing_on_ch_avoid_rule: control the beaconing entity to * move away from active LTE channels * @CH_AVOID_RULE_DO_NOT_RESTART: Do not move from active LTE * channels * @CH_AVOID_RULE_RESTART: Move from active LTE channels * @CH_AVOID_RULE_RESTART_24G_ONLY: move from 2.4G active LTE * channels only */ enum restart_beaconing_on_ch_avoid_rule { CH_AVOID_RULE_DO_NOT_RESTART, CH_AVOID_RULE_RESTART, CH_AVOID_RULE_RESTART_24G_ONLY, }; /** * struct reg_config_vars * @enable_11d_support: enable 11d support * @scan_11d_interval: 11d scan interval in ms * @userspace_ctry_priority: user priority * @band_capability: band capability * @dfs_disable: dfs disabled * @indoor_channel_support: indoor channel support * @force_ssc_disable_indoor_channel: Disable indoor channel on sap start * @restart_beaconing: control the beaconing entity to move * away from active LTE channels * @enable_srd_chan_in_master_mode: SRD channel support in master mode * @enable_11d_in_world_mode: enable 11d in world mode */ struct reg_config_vars { uint32_t enable_11d_support; uint32_t scan_11d_interval; uint32_t userspace_ctry_priority; enum band_info band_capability; uint32_t dfs_enabled; uint32_t indoor_chan_enabled; uint32_t force_ssc_disable_indoor_channel; enum restart_beaconing_on_ch_avoid_rule restart_beaconing; bool enable_srd_chan_in_master_mode; bool enable_11d_in_world_mode; }; /** * struct reg_freq_range * @low_freq: low frequency * @high_freq: high frequency */ struct reg_freq_range { uint32_t low_freq; uint32_t high_freq; }; /** * struct reg_sched_payload * @psoc: psoc ptr * @pdev: pdev ptr */ struct reg_sched_payload { struct wlan_objmgr_psoc *psoc; struct wlan_objmgr_pdev *pdev; }; /** * enum direction * @NORTHBOUND: northbound * @SOUTHBOUND: southbound */ enum direction { NORTHBOUND, SOUTHBOUND, }; /** * struct mas_chan_params * @dfs_region: dfs region * @phybitmap: phybitmap * @mas_chan_list: master chan list * @default_country: default country * @current_country: current country * @def_region_domain: default reg domain * @def_country_code: default country code * @reg_dmn_pair: reg domain pair * @ctry_code: country code * @reg_rules: regulatory rules */ struct mas_chan_params { enum dfs_reg dfs_region; uint32_t phybitmap; struct regulatory_channel mas_chan_list[NUM_CHANNELS]; char default_country[REG_ALPHA2_LEN + 1]; char current_country[REG_ALPHA2_LEN + 1]; uint16_t def_region_domain; uint16_t def_country_code; uint16_t reg_dmn_pair; uint16_t ctry_code; struct reg_rule_info reg_rules; }; /** * enum cc_regdmn_flag: Regdomain flags * @INVALID: Invalid flag * @CC_IS_SET: Country code is set * @REGDMN_IS_SET: Regdomain ID is set * @ALPHA_IS_SET: Country ISO is set */ enum cc_regdmn_flag { INVALID_CC, CC_IS_SET, REGDMN_IS_SET, ALPHA_IS_SET, }; /** * struct cc_regdmn_s: User country code or regdomain * @country_code: Country code * @regdmn_id: Regdomain pair ID * @alpha: Country ISO * @flags: Regdomain flags */ struct cc_regdmn_s { union { uint16_t country_code; uint16_t regdmn_id; uint8_t alpha[REG_ALPHA2_LEN + 1]; } cc; uint8_t flags; }; /** * struct cur_regdmn_info: Current regulatory info * @regdmn_pair_id: Current regdomain pair ID * @dmn_id_2g: 2GHz regdomain ID * @dmn_id_5g: 5GHz regdomain ID * @ctl_2g: 2GHz CTL value * @ctl_5g: 5GHzCTL value * @dfs_region: dfs region */ struct cur_regdmn_info { uint16_t regdmn_pair_id; uint16_t dmn_id_2g; uint16_t dmn_id_5g; uint8_t ctl_2g; uint8_t ctl_5g; uint8_t dfs_region; }; /** * struct ch_avoid_freq_type * @start_freq: start freq * @end_freq: end freq */ struct ch_avoid_freq_type { qdf_freq_t start_freq; qdf_freq_t end_freq; }; /** * struct ch_avoid_ind_type * @ch_avoid_range_cnt: count * @avoid_freq_range: avoid freq range array */ struct ch_avoid_ind_type { uint32_t ch_avoid_range_cnt; struct ch_avoid_freq_type avoid_freq_range[CH_AVOID_MAX_RANGE]; }; /** * struct unsafe_ch_list * @chan_cnt: no.of channels * @chan_freq_list: channel frequency list */ struct unsafe_ch_list { uint16_t chan_cnt; uint16_t chan_freq_list[NUM_CHANNELS]; }; /** * struct avoid_freq_ind_data * @freq_list: frequency list * @chan_list: channel list */ struct avoid_freq_ind_data { struct ch_avoid_ind_type freq_list; struct unsafe_ch_list chan_list; }; #define FIVEG_STARTING_FREQ 5000 #define TWOG_STARTING_FREQ 2407 #define TWOG_CHAN_14_IN_MHZ 2484 #define TWOG_CHAN_1_IN_MHZ 2412 #define TWOG_CHAN_5_IN_MHZ 2432 #define TWOG_CHAN_6_IN_MHZ 2437 #define TWOG_CHAN_13_IN_MHZ 2472 /** * struct reg_ctl_params - reg ctl and regd info * @regd: regdomain pair * @regd_2g: 2g sub domain code * @regd_5g: 5g sub domain code * @ctl_2g: 2g ctl info * @ctl_5g: 5g ctl info */ struct reg_ctl_params { uint32_t regd; uint16_t regd_2g; uint16_t regd_5g; uint8_t ctl_2g; uint8_t ctl_5g; }; /** * enum reg_phymode - Regulatory phymode * @REG_PHYMODE_INVALID: Invalid phymode * @REG_PHYMODE_11B: 802.11b phymode * @REG_PHYMODE_11G: 802.11g phymode * @REG_PHYMODE_11A: 802.11a phymode * @REG_PHYMODE_11N: 802.11n phymode * @REG_PHYMODE_11AC: 802.11ac phymode * @REG_PHYMODE_11AX: 802.11ax phymode * @REG_PHYMODE_MAX: placeholder for future phymodes */ enum reg_phymode { REG_PHYMODE_INVALID, REG_PHYMODE_11B, REG_PHYMODE_11G, REG_PHYMODE_11A, REG_PHYMODE_11N, REG_PHYMODE_11AC, REG_PHYMODE_11AX, REG_PHYMODE_MAX, }; #endif