wlan_mlme_public_struct.h 57 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643
  1. /*
  2. * Copyright (c) 2018 The Linux Foundation. All rights reserved.
  3. *
  4. * Permission to use, copy, modify, and/or distribute this software for
  5. * any purpose with or without fee is hereby granted, provided that the
  6. * above copyright notice and this permission notice appear in all
  7. * copies.
  8. *
  9. * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
  10. * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
  11. * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
  12. * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
  13. * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  14. * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  15. * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  16. * PERFORMANCE OF THIS SOFTWARE.
  17. */
  18. /*
  19. * DOC: contains mlme structure definations
  20. */
  21. #ifndef _WLAN_MLME_STRUCT_H_
  22. #define _WLAN_MLME_STRUCT_H_
  23. #include <wlan_cmn.h>
  24. #include <reg_services_public_struct.h>
  25. #include <wmi_unified_param.h>
  26. #include <sir_api.h>
  27. #define CFG_PMKID_MODES_OKC (0x1)
  28. #define CFG_PMKID_MODES_PMKSA_CACHING (0x2)
  29. #define CFG_VHT_BASIC_MCS_SET_STADEF 0xFFFE
  30. #define CFG_VHT_RX_MCS_MAP_STAMIN 0
  31. #define CFG_VHT_RX_MCS_MAP_STAMAX 0xFFFF
  32. #define CFG_VHT_RX_MCS_MAP_STADEF 0xFFFE
  33. #define CFG_VHT_TX_MCS_MAP_STAMIN 0
  34. #define CFG_VHT_TX_MCS_MAP_STAMAX 0xFFFF
  35. #define CFG_VHT_TX_MCS_MAP_STADEF 0xFFFE
  36. #define CFG_STR_DATA_LEN 17
  37. #define CFG_EDCA_DATA_LEN 17
  38. #define CFG_VALID_CHANNEL_LIST_LEN 100
  39. #define CFG_VALID_CHANNEL_LIST_STRING_LEN (CFG_VALID_CHANNEL_LIST_LEN * 4)
  40. /**
  41. * struct mlme_cfg_str - generic structure for all mlme CFG string items
  42. *
  43. * @max_len: maximum data length allowed
  44. * @len: valid no. of elements of the data
  45. * @data: uint8_t array to store values
  46. */
  47. struct mlme_cfg_str {
  48. qdf_size_t max_len;
  49. qdf_size_t len;
  50. uint8_t data[CFG_STR_DATA_LEN];
  51. };
  52. /**
  53. * enum e_edca_type - to index edca params for edca profile
  54. * EDCA profile AC unicast/bcast
  55. * @edca_ani_acbe_local: ani BE unicast
  56. * @edca_ani_acbk_local: ani BK unicast
  57. * @edca_ani_acvi_local: ani VI unicast
  58. * @edca_ani_acvo_local: ani VO unicast
  59. * @edca_ani_acbe_bcast: ani BE bcast
  60. * @edca_ani_acbk_bcast: ani BK bcast
  61. * @edca_ani_acvi_bcast: ani VI bcast
  62. * @edca_ani_acvo_bcast: ani VO bcast
  63. * @edca_wme_acbe_local: wme BE unicast
  64. * @edca_wme_acbk_local: wme BK unicast
  65. * @edca_wme_acvi_local: wme VI unicast
  66. * @edca_wme_acvo_local: wme VO unicast
  67. * @edca_wme_acbe_bcast: wme BE bcast
  68. * @edca_wme_acbk_bcast: wme BK bcast
  69. * @edca_wme_acvi_bcast: wme VI bcast
  70. * @edca_wme_acvo_bcast: wme VO bcast
  71. * @edca_etsi_acbe_local: etsi BE unicast
  72. * @edca_etsi_acbk_local: etsi BK unicast
  73. * @edca_etsi_acvi_local: etsi VI unicast
  74. * @edca_etsi_acvo_local: etsi VO unicast
  75. * @edca_etsi_acbe_bcast: etsi BE bcast
  76. * @edca_etsi_acbk_bcast: etsi BK bcast
  77. * @edca_etsi_acvi_bcast: etsi VI bcast
  78. * @edca_etsi_acvo_bcast: etsi VO bcast
  79. */
  80. enum e_edca_type {
  81. edca_ani_acbe_local,
  82. edca_ani_acbk_local,
  83. edca_ani_acvi_local,
  84. edca_ani_acvo_local,
  85. edca_ani_acbe_bcast,
  86. edca_ani_acbk_bcast,
  87. edca_ani_acvi_bcast,
  88. edca_ani_acvo_bcast,
  89. edca_wme_acbe_local,
  90. edca_wme_acbk_local,
  91. edca_wme_acvi_local,
  92. edca_wme_acvo_local,
  93. edca_wme_acbe_bcast,
  94. edca_wme_acbk_bcast,
  95. edca_wme_acvi_bcast,
  96. edca_wme_acvo_bcast,
  97. edca_etsi_acbe_local,
  98. edca_etsi_acbk_local,
  99. edca_etsi_acvi_local,
  100. edca_etsi_acvo_local,
  101. edca_etsi_acbe_bcast,
  102. edca_etsi_acbk_bcast,
  103. edca_etsi_acvi_bcast,
  104. edca_etsi_acvo_bcast
  105. };
  106. #define CFG_EDCA_PROFILE_ACM_IDX 0
  107. #define CFG_EDCA_PROFILE_AIFSN_IDX 1
  108. #define CFG_EDCA_PROFILE_CWMINA_IDX 2
  109. #define CFG_EDCA_PROFILE_CWMAXA_IDX 4
  110. #define CFG_EDCA_PROFILE_TXOPA_IDX 6
  111. #define CFG_EDCA_PROFILE_CWMINB_IDX 7
  112. #define CFG_EDCA_PROFILE_CWMAXB_IDX 9
  113. #define CFG_EDCA_PROFILE_TXOPB_IDX 11
  114. #define CFG_EDCA_PROFILE_CWMING_IDX 12
  115. #define CFG_EDCA_PROFILE_CWMAXG_IDX 14
  116. #define CFG_EDCA_PROFILE_TXOPG_IDX 16
  117. /**
  118. * struct mlme_edca_ac_vo - cwmin, cwmax and aifs value for edca_ac_vo
  119. *
  120. * @vo_cwmin: cwmin value for voice
  121. * @vo_cwmax: cwmax value for voice
  122. * @vo_aifs: aifs value for voice
  123. */
  124. struct mlme_edca_ac_vo {
  125. uint32_t vo_cwmin;
  126. uint32_t vo_cwmax;
  127. uint32_t vo_aifs;
  128. };
  129. /**
  130. * struct mlme_edca_ac_vi - cwmin, cwmax and aifs value for edca_ac_vi
  131. *
  132. * @vi_cwmin: cwmin value for video
  133. * @vi_cwmax: cwmax value for video
  134. * @vi_aifs: aifs value for video
  135. */
  136. struct mlme_edca_ac_vi {
  137. uint32_t vi_cwmin;
  138. uint32_t vi_cwmax;
  139. uint32_t vi_aifs;
  140. };
  141. /**
  142. * struct mlme_edca_ac_bk - cwmin, cwmax and aifs value for edca_ac_bk
  143. *
  144. * @bk_cwmin: cwmin value for background
  145. * @bk_cwmax: cwmax value for background
  146. * @bk_aifs: aifs value for background
  147. */
  148. struct mlme_edca_ac_bk {
  149. uint32_t bk_cwmin;
  150. uint32_t bk_cwmax;
  151. uint32_t bk_aifs;
  152. };
  153. /**
  154. * struct mlme_edca_ac_be - cwmin, cwmax and aifs value for edca_ac_be
  155. *
  156. * @be_cwmin: cwmin value for best effort
  157. * @be_cwmax: cwmax value for best effort
  158. * @be_aifs: aifs value for best effort
  159. */
  160. struct mlme_edca_ac_be {
  161. uint32_t be_cwmin;
  162. uint32_t be_cwmax;
  163. uint32_t be_aifs;
  164. };
  165. /**
  166. * enum mlme_ts_info_ack_policy - TS Info Ack Policy
  167. * @TS_INFO_ACK_POLICY_NORMAL_ACK:normal ack
  168. * @TS_INFO_ACK_POLICY_HT_IMMEDIATE_BLOCK_ACK: HT immediate block ack
  169. */
  170. enum mlme_ts_info_ack_policy {
  171. TS_INFO_ACK_POLICY_NORMAL_ACK = 0,
  172. TS_INFO_ACK_POLICY_HT_IMMEDIATE_BLOCK_ACK = 1,
  173. };
  174. /**
  175. * struct mlme_edca_params - EDCA pramaters related config items
  176. *
  177. * @ani_acbk_l: EDCA parameters for ANI local access category background
  178. * @ani_acbe_l: EDCA parameters for ANI local access category best effort
  179. * @ani_acvi_l: EDCA parameters for ANI local access category video
  180. * @ani_acvo_l: EDCA parameters for ANI local access category voice
  181. * @ani_acbk_b: EDCA parameters for ANI bcast access category background
  182. * @ani_acbe_b: EDCA parameters for ANI bcast access category best effort
  183. * @ani_acvi_b: EDCA parameters for ANI bcast access category video
  184. * @ani_acvo_b: EDCA parameters for ANI bcast access category voice
  185. * @wme_acbk_l: EDCA parameters for WME local access category background
  186. * @wme_acbe_l: EDCA parameters for WME local access category best effort
  187. * @wme_acvi_l: EDCA parameters for WME local access category video
  188. * @wme_acvo_l: EDCA parameters for WME local access category voice
  189. * @wme_acbk_b: EDCA parameters for WME bcast access category background
  190. * @wme_acbe_b: EDCA parameters for WME bcast access category best effort
  191. * @wme_acvi_b: EDCA parameters for WME bcast access category video
  192. * @wme_acvo_b: EDCA parameters for WME bcast access category voice
  193. * @etsi_acbk_l: EDCA parameters for ETSI local access category background
  194. * @etsi_acbe_l: EDCA parameters for ETSI local access category best effort
  195. * @etsi_acvi_l: EDCA parameters for ETSI local access category video
  196. * @etsi_acvo_l: EDCA parameters for ETSI local access category voice
  197. * @etsi_acbk_b: EDCA parameters for ETSI bcast access category background
  198. * @etsi_acbe_b: EDCA parameters for ETSI bcast access category best effort
  199. * @etsi_acvi_b: EDCA parameters for ETSI bcast access category video
  200. * @etsi_acvo_b: EDCA parameters for ETSI bcast access category voice
  201. * @enable_edca_params: Enable edca parameter
  202. * @mlme_edca_ac_vo: value for edca_ac_vo
  203. * @mlme_edca_ac_vi: value for edca_ac_vi
  204. * @mlme_edca_ac_bk: value for edca_ac_bk
  205. * @mlme_edca_ac_be: value for edca_ac_be
  206. */
  207. struct wlan_mlme_edca_params {
  208. struct mlme_cfg_str ani_acbk_l;
  209. struct mlme_cfg_str ani_acbe_l;
  210. struct mlme_cfg_str ani_acvi_l;
  211. struct mlme_cfg_str ani_acvo_l;
  212. struct mlme_cfg_str ani_acbk_b;
  213. struct mlme_cfg_str ani_acbe_b;
  214. struct mlme_cfg_str ani_acvi_b;
  215. struct mlme_cfg_str ani_acvo_b;
  216. struct mlme_cfg_str wme_acbk_l;
  217. struct mlme_cfg_str wme_acbe_l;
  218. struct mlme_cfg_str wme_acvi_l;
  219. struct mlme_cfg_str wme_acvo_l;
  220. struct mlme_cfg_str wme_acbk_b;
  221. struct mlme_cfg_str wme_acbe_b;
  222. struct mlme_cfg_str wme_acvi_b;
  223. struct mlme_cfg_str wme_acvo_b;
  224. struct mlme_cfg_str etsi_acbk_l;
  225. struct mlme_cfg_str etsi_acbe_l;
  226. struct mlme_cfg_str etsi_acvi_l;
  227. struct mlme_cfg_str etsi_acvo_l;
  228. struct mlme_cfg_str etsi_acbk_b;
  229. struct mlme_cfg_str etsi_acbe_b;
  230. struct mlme_cfg_str etsi_acvi_b;
  231. struct mlme_cfg_str etsi_acvo_b;
  232. bool enable_edca_params;
  233. struct mlme_edca_ac_vo edca_ac_vo;
  234. struct mlme_edca_ac_vi edca_ac_vi;
  235. struct mlme_edca_ac_bk edca_ac_bk;
  236. struct mlme_edca_ac_be edca_ac_be;
  237. };
  238. #define WLAN_CFG_MFR_NAME_LEN (63)
  239. #define WLAN_CFG_MODEL_NUMBER_LEN (31)
  240. #define WLAN_CFG_MODEL_NAME_LEN (31)
  241. #define WLAN_CFG_MFR_PRODUCT_NAME_LEN (31)
  242. #define WLAN_CFG_MFR_PRODUCT_VERSION_LEN (31)
  243. /**
  244. * struct mlme_ht_capabilities_info - HT Capabilities Info
  245. * @l_sig_tx_op_protection: L-SIG TXOP Protection Mechanism support
  246. * @stbc_control_frame: STBC Control frame support
  247. * @psmp: PSMP Support
  248. * @dsss_cck_mode_40_mhz: To indicate use of DSSS/CCK in 40Mhz
  249. * @maximal_amsdu_size: Maximum AMSDU Size - 0:3839 octes, 1:7935 octets
  250. * @delayed_ba: Support of Delayed Block Ack
  251. * @rx_stbc: Rx STBC Support - 0:Not Supported, 1: 1SS, 2: 1,2SS, 3: 1,2,3SS
  252. * @tx_stbc: Tx STBC Support
  253. * @short_gi_40_mhz: Short GI Support for HT40
  254. * @short_gi_20_mhz: Short GI support for HT20
  255. * @green_field: Support for HT Greenfield PPDUs
  256. * @mimo_power_save: SM Power Save Mode - 0:Static, 1:Dynamic, 3:Disabled, 2:Res
  257. * @supported_channel_width_set: Supported Chan Width - 0:20Mhz, 1:20Mhz & 40Mhz
  258. * @adv_coding_cap: Rx LDPC support
  259. */
  260. #ifndef ANI_LITTLE_BIT_ENDIAN
  261. struct mlme_ht_capabilities_info {
  262. uint16_t l_sig_tx_op_protection:1;
  263. uint16_t stbc_control_frame:1;
  264. uint16_t psmp:1;
  265. uint16_t dsss_cck_mode_40_mhz:1;
  266. uint16_t maximal_amsdu_size:1;
  267. uint16_t delayed_ba:1;
  268. uint16_t rx_stbc:2;
  269. uint16_t tx_stbc:1;
  270. uint16_t short_gi_40_mhz:1;
  271. uint16_t short_gi_20_mhz:1;
  272. uint16_t green_field:1;
  273. uint16_t mimo_power_save:2;
  274. uint16_t supported_channel_width_set:1;
  275. uint16_t adv_coding_cap:1;
  276. } qdf_packed;
  277. #else
  278. struct mlme_ht_capabilities_info {
  279. uint16_t adv_coding_cap:1;
  280. uint16_t supported_channel_width_set:1;
  281. uint16_t mimo_power_save:2;
  282. uint16_t green_field:1;
  283. uint16_t short_gi_20_mhz:1;
  284. uint16_t short_gi_40_mhz:1;
  285. uint16_t tx_stbc:1;
  286. uint16_t rx_stbc:2;
  287. uint16_t delayed_ba:1;
  288. uint16_t maximal_amsdu_size:1;
  289. uint16_t dsss_cck_mode_40_mhz:1;
  290. uint16_t psmp:1;
  291. uint16_t stbc_control_frame:1;
  292. uint16_t l_sig_tx_op_protection:1;
  293. } qdf_packed;
  294. #endif
  295. /**
  296. * struct mlme_ht_param_info - HT AMPDU Parameters Info
  297. * @reserved: reserved bits
  298. * @mpdu_density: MPDU Density
  299. * @max_rx_ampdu_factor: Max Rx AMPDU Factor
  300. */
  301. #ifndef ANI_LITTLE_BIT_ENDIAN
  302. struct mlme_ht_param_info {
  303. uint8_t reserved:3;
  304. uint8_t mpdu_density:3;
  305. uint8_t max_rx_ampdu_factor:2;
  306. } qdf_packed;
  307. #else
  308. struct mlme_ht_param_info {
  309. uint8_t max_rx_ampdu_factor:2;
  310. uint8_t mpdu_density:3;
  311. uint8_t reserved:3;
  312. #endif
  313. } qdf_packed;
  314. /**
  315. * struct mlme_ht_ext_cap_info - Extended HT Capabilities Info
  316. * reserved_2: Reserved Bits
  317. * mcs_feedback: MCS Feedback Capability
  318. * reserved_1: Reserved Bits
  319. * transition_time: Time needed for transition between 20Mhz and 40 Mhz
  320. * pco: PCO (Phased Coexistence Operation) Support
  321. */
  322. #ifndef ANI_LITTLE_BIT_ENDIAN
  323. struct mlme_ht_ext_cap_info {
  324. uint16_t reserved_2:6;
  325. uint16_t mcs_feedback:2;
  326. uint16_t reserved_1:5;
  327. uint16_t transition_time:2;
  328. uint16_t pco:1;
  329. } qdf_packed;
  330. #else
  331. struct mlme_ht_ext_cap_info {
  332. uint16_t pco:1;
  333. uint16_t transition_time:2;
  334. uint16_t reserved1:5;
  335. uint16_t mcs_feedback:2;
  336. uint16_t reserved2:6;
  337. } qdf_packed;
  338. #endif
  339. /**
  340. * struct mlme_ht_info_field_1 - Additional HT IE Field1
  341. * @service_interval_granularity: Shortest Service Interval
  342. * @controlled_access_only: Access Control for assoc requests
  343. * @rifs_mode: Reduced Interframe Spacing mode
  344. * @recommended_tx_width_set: Recommended Tx Channel Width
  345. * @secondary_channel_offset: Secondary Channel Offset
  346. */
  347. #ifndef ANI_LITTLE_BIT_ENDIAN
  348. struct mlme_ht_info_field_1 {
  349. uint8_t service_interval_granularity:3;
  350. uint8_t controlled_access_only:1;
  351. uint8_t rifs_mode:1;
  352. uint8_t recommended_tx_width_set:1;
  353. uint8_t secondary_channel_offset:2;
  354. } qdf_packed;
  355. #else
  356. struct mlme_ht_info_field_1 {
  357. uint8_t secondary_channel_offset:2;
  358. uint8_t recommended_tx_width_set:1;
  359. uint8_t rifs_mode:1;
  360. uint8_t controlled_access_only:1;
  361. uint8_t service_interval_granularity:3;
  362. } qdf_packed;
  363. #endif
  364. /* struct mlme_ht_info_field_2 - Additional HT IE Field2
  365. * @reserved: reserved bits
  366. * @obss_non_ht_sta_present: Protection for non-HT STAs by Overlapping BSS
  367. * @transmit_burst_limit: Transmit Burst Limit
  368. * @non_gf_devices_present: Non Greenfield devices present
  369. * @op_mode: Operation Mode
  370. */
  371. #ifndef ANI_LITTLE_BIT_ENDIAN
  372. struct mlme_ht_info_field_2 {
  373. uint16_t reserved:11;
  374. uint16_t obss_non_ht_sta_present:1;
  375. uint16_t transmit_burst_limit:1;
  376. uint16_t non_gf_devices_present:1;
  377. uint16_t op_mode:2;
  378. } qdf_packed;
  379. #else
  380. struct mlme_ht_info_field_2 {
  381. uint16_t op_mode:2;
  382. uint16_t nonGFDevicesPresent:1;
  383. uint16_t transmit_burst_limit:1;
  384. uint16_t obss_non_ht_sta_present:1;
  385. uint16_t reserved:11;
  386. } qdf_packed;
  387. #endif
  388. /**
  389. * struct mlme_ht_info_field_3 - Additional HT IE Field3
  390. * @reserved: reserved bits
  391. * @pco_phase: PCO Phase
  392. * @pco_active: PCO state
  393. * @lsig_txop_protection_full_support: L-Sig TXOP Protection Full Support
  394. * @secondary_beacon: Beacon ID
  395. * @dual_cts_protection: Dual CTS protection Required
  396. * @basic_stbc_mcs: Basic STBC MCS
  397. */
  398. #ifndef ANI_LITTLE_BIT_ENDIAN
  399. struct mlme_ht_info_field_3 {
  400. uint16_t reserved:4;
  401. uint16_t pco_phase:1;
  402. uint16_t pco_active:1;
  403. uint16_t lsig_txop_protection_full_support:1;
  404. uint16_t secondary_beacon:1;
  405. uint16_t dual_cts_protection:1;
  406. uint16_t basic_stbc_mcs:7;
  407. } qdf_packed;
  408. #else
  409. struct mlme_ht_info_field_3 {
  410. uint16_t basic_stbc_mcs:7;
  411. uint16_t dual_cts_protection:1;
  412. uint16_t secondary_beacon:1;
  413. uint16_t lsig_txop_protection_full_support:1;
  414. uint16_t pco_active:1;
  415. uint16_t pco_phase:1;
  416. uint16_t reserved:4;
  417. } qdf_packed;
  418. #endif
  419. /**
  420. * struct wlan_mlme_ht_caps - HT Capabilities related config items
  421. * @ht_cap_info: HT capabilities Info Structure
  422. * @ampdu_params: AMPDU parameters
  423. * @ext_cap_info: HT EXT capabilities info
  424. * @info_field_1: HT Information Subset 1
  425. * @info_field_2: HT Information Subset 2
  426. * @info_field_3: HT Information Subset 3
  427. * @short_preamble: Short Preamble support
  428. * @enable_ampdu_ps: Enable AMPDU Power Save
  429. * @enable_smps: Enabled SM Power Save
  430. * @smps : SM Power Save mode
  431. * @max_num_amsdu: Max number of AMSDU
  432. * @tx_ldpc_enable: Enable Tx LDPC
  433. * @short_slot_time_enabled: Enabled/disable short slot time
  434. */
  435. struct wlan_mlme_ht_caps {
  436. struct mlme_ht_capabilities_info ht_cap_info;
  437. struct mlme_ht_param_info ampdu_params;
  438. struct mlme_ht_ext_cap_info ext_cap_info;
  439. struct mlme_ht_info_field_1 info_field_1;
  440. struct mlme_ht_info_field_2 info_field_2;
  441. struct mlme_ht_info_field_3 info_field_3;
  442. bool short_preamble;
  443. bool enable_ampdu_ps;
  444. bool enable_smps;
  445. uint8_t smps;
  446. uint8_t max_num_amsdu;
  447. uint8_t tx_ldpc_enable;
  448. bool short_slot_time_enabled;
  449. };
  450. /*
  451. * struct wlan_mlme_wps_params - All wps based related cfg items
  452. *
  453. * @enable_wps - to enable wps
  454. * @wps_state - current wps state
  455. * @wps_version - wps version
  456. * @wps_cfg_method - wps config method
  457. * @wps_primary_device_category - wps primary device category
  458. * @wps_primary_device_oui - primary device OUI
  459. * @wps_device_sub_category - device sub category
  460. * @wps_device_password_id - password id of device
  461. */
  462. struct wlan_mlme_wps_params {
  463. uint8_t enable_wps;
  464. uint8_t wps_state;
  465. uint8_t wps_version;
  466. uint32_t wps_cfg_method;
  467. uint32_t wps_primary_device_category;
  468. uint32_t wps_primary_device_oui;
  469. uint16_t wps_device_sub_category;
  470. uint32_t wps_device_password_id;
  471. };
  472. #define MLME_CFG_LISTEN_INTERVAL 1
  473. #define MLME_CFG_BEACON_INTERVAL_DEF 100
  474. #define MLME_CFG_TX_MGMT_RATE_DEF 0xFF
  475. #define MLME_CFG_TX_MGMT_2G_RATE_DEF 0xFF
  476. #define MLME_CFG_TX_MGMT_5G_RATE_DEF 0xFF
  477. #define MLME_CFG_SSID_LEN 32
  478. /**
  479. * struct wlan_mlme_cfg_sap - SAP related config items
  480. * @cfg_ssid: SSID to be configured
  481. * @beacon_interval: beacon interval
  482. * @dtim_interval: dtim interval
  483. * @listen_interval: listen interval
  484. * @sap_11g_policy: Check if 11g support is enabled
  485. * @assoc_sta_limit: Limit on number of STA associated to SAP
  486. * @enable_lte_coex: Flag for LTE coexistence
  487. * @rmc_action_period_freq: rmc action period frequency
  488. * @rate_tx_mgmt: mgmt frame tx rate
  489. * @rate_tx_mgmt_2g: mgmt frame tx rate for 2G band
  490. * @rate_tx_mgmt_5g: mgmt frame tx rate for 5G band
  491. * @tele_bcn_wakeup_en: beacon wakeup enable/disable
  492. * @tele_bcn_max_li: max listen interval
  493. * @sap_get_peer_info: get peer info
  494. * @sap_allow_all_chan_param_name: allow all channels
  495. * @sap_max_no_peers: Maximum number of peers
  496. * @sap_max_offload_peers: Maximum number of peer offloads
  497. * @sap_max_offload_reorder_buffs: Maximum offload reorder buffs
  498. * @sap_ch_switch_beacon_cnt: Number of beacons to be sent out during CSA
  499. * @sap_internal_restart: flag to check if sap restart is in progress
  500. * @sap_ch_switch_mode: Channel switch test mode enable/disable
  501. * @chan_switch_hostapd_rate_enabled_name: enable/disable skip hostapd rate
  502. * @reduced_beacon_interval: reduced beacon interval value
  503. * @max_li_modulated_dtim_time: Max modulated DTIM time.
  504. * @country_code_priority: Country code priority.
  505. * @sap_pref_chan_location: SAP Preferred channel location.
  506. */
  507. struct wlan_mlme_cfg_sap {
  508. uint8_t cfg_ssid[MLME_CFG_SSID_LEN];
  509. uint8_t cfg_ssid_len;
  510. uint16_t beacon_interval;
  511. uint16_t dtim_interval;
  512. uint16_t listen_interval;
  513. bool sap_11g_policy;
  514. uint8_t assoc_sta_limit;
  515. bool enable_lte_coex;
  516. uint16_t rmc_action_period_freq;
  517. uint8_t rate_tx_mgmt;
  518. uint8_t rate_tx_mgmt_2g;
  519. uint8_t rate_tx_mgmt_5g;
  520. bool tele_bcn_wakeup_en;
  521. uint8_t tele_bcn_max_li;
  522. bool sap_get_peer_info;
  523. bool sap_allow_all_chan_param_name;
  524. uint8_t sap_max_no_peers;
  525. uint8_t sap_max_offload_peers;
  526. uint8_t sap_max_offload_reorder_buffs;
  527. uint8_t sap_ch_switch_beacon_cnt;
  528. bool sap_internal_restart;
  529. bool sap_ch_switch_mode;
  530. bool chan_switch_hostapd_rate_enabled_name;
  531. uint8_t reduced_beacon_interval;
  532. uint8_t max_li_modulated_dtim_time;
  533. bool country_code_priority;
  534. uint8_t sap_pref_chan_location;
  535. bool sap_force_11n_for_11ac;
  536. bool go_force_11n_for_11ac;
  537. };
  538. /**
  539. * struct wlan_mlme_dfs_cfg - DFS Capabilities related config items
  540. * @dfs_master_capable: Is DFS master mode support enabled
  541. */
  542. struct wlan_mlme_dfs_cfg {
  543. bool dfs_master_capable;
  544. };
  545. /**
  546. * struct wlan_mlme_mbo - Multiband Operation related ini configs
  547. * @mbo_candidate_rssi_thres:
  548. * @mbo_current_rssi_thres:
  549. * @mbo_current_rssi_mcc_thres:
  550. * @mbo_candidate_rssi_btc_thres:
  551. */
  552. struct wlan_mlme_mbo {
  553. int8_t mbo_candidate_rssi_thres;
  554. int8_t mbo_current_rssi_thres;
  555. int8_t mbo_current_rssi_mcc_thres;
  556. int8_t mbo_candidate_rssi_btc_thres;
  557. };
  558. /**
  559. * struct wlan_mlme_vht_caps - MLME VHT config items
  560. * @supp_chan_width: Supported Channel Width
  561. * @ldpc_coding_cap: LDPC Coding Capability
  562. * @short_gi_80mhz: 80MHz Short Guard Interval
  563. * @short_gi_160mhz: 160MHz Short Guard Interval
  564. * @tx_stbc: Tx STBC cap
  565. * @rx_stbc: Rx STBC cap
  566. * @su_bformer: SU Beamformer cap
  567. * @su_bformee: SU Beamformee cap
  568. * @tx_bfee_ant_supp: Tx beamformee anti supp
  569. * @num_soundingdim: Number of sounding dimensions
  570. * @mu_bformer: MU Beamformer cap
  571. * @txop_ps: Tx OPs in power save
  572. * @htc_vhtc: htc_vht capability
  573. * @link_adap_cap: Link adaptation capability
  574. * @rx_antpattern: Rx Antenna Pattern cap
  575. * @tx_antpattern: Tx Antenna Pattern cap
  576. * @rx_mcs_map: Rx MCS Map
  577. * @tx_mcs_map: Tx MCS Map
  578. * @rx_supp_data_rate: Rx highest supported data rate
  579. * @tx_supp_data_rate: Tx highest supported data rate
  580. * @basic_mcs_set: Basic MCS set
  581. * @enable_txbf_20mhz: enable tx bf for 20mhz
  582. * @channel_width: Channel width capability for 11ac
  583. * @rx_mcs: VHT Rx MCS capability for 1x1 mode
  584. * @tx_mcs: VHT Tx MCS capability for 1x1 mode
  585. * @rx_mcs2x2: VHT Rx MCS capability for 2x2 mode
  586. * @tx_mcs2x2: VHT Tx MCS capability for 2x2 mode
  587. * @enable_vht20_mcs9: Enables VHT MCS9 in 20M BW operation
  588. * @enable2x2: Enables/disables VHT Tx/Rx MCS values for 2x2
  589. * @enable_mu_bformee: Enables/disables multi-user (MU)
  590. * beam formee capability
  591. * @enable_paid: Enables/disables paid
  592. * @enable_gid: Enables/disables gid
  593. * @b24ghz_band: To control VHT support in 2.4 GHz band
  594. * @vendor_24ghz_band: to control VHT support based on vendor
  595. * ie in 2.4 GHz band
  596. * @ampdu_len_exponent: To handle maximum receive AMPDU ampdu len exponent
  597. * @ampdu_len: To handle maximum receive AMPDU ampdu len
  598. * @tx_bfee_sap: enable tx bfee SAp
  599. * @subfee_vendor_vhtie: enable subfee vendor vht ie
  600. */
  601. struct mlme_vht_capabilities_info {
  602. uint8_t supp_chan_width;
  603. bool ldpc_coding_cap;
  604. bool short_gi_80mhz;
  605. bool short_gi_160mhz;
  606. bool tx_stbc;
  607. bool rx_stbc;
  608. bool su_bformer;
  609. bool su_bformee;
  610. uint8_t tx_bfee_ant_supp;
  611. uint8_t num_soundingdim;
  612. bool mu_bformer;
  613. bool txop_ps;
  614. bool htc_vhtc;
  615. uint8_t link_adap_cap;
  616. bool rx_antpattern;
  617. bool tx_antpattern;
  618. uint32_t rx_mcs_map;
  619. uint32_t tx_mcs_map;
  620. uint32_t rx_supp_data_rate;
  621. uint32_t tx_supp_data_rate;
  622. uint32_t basic_mcs_set;
  623. bool enable_txbf_20mhz;
  624. uint8_t channel_width;
  625. uint32_t rx_mcs;
  626. uint32_t tx_mcs;
  627. uint8_t rx_mcs2x2;
  628. uint8_t tx_mcs2x2;
  629. bool enable_vht20_mcs9;
  630. bool enable2x2;
  631. bool enable_mu_bformee;
  632. bool enable_paid;
  633. bool enable_gid;
  634. bool b24ghz_band;
  635. bool vendor_24ghz_band;
  636. uint8_t ampdu_len_exponent;
  637. uint8_t ampdu_len;
  638. bool tx_bfee_sap;
  639. bool vendor_vhtie;
  640. };
  641. /**
  642. * struct wlan_mlme_vht_caps - VHT Capabilities related config items
  643. * @vht_cap_info: VHT capabilities Info Structure
  644. */
  645. struct wlan_mlme_vht_caps {
  646. struct mlme_vht_capabilities_info vht_cap_info;
  647. };
  648. /**
  649. * struct wlan_mlme_qos - QOS TX/RX aggregation related CFG items
  650. * @tx_aggregation_size: TX aggr size in number of MPDUs
  651. * @tx_aggregation_size_be: No. of MPDUs for BE queue for TX aggr
  652. * @tx_aggregation_size_bk: No. of MPDUs for BK queue for TX aggr
  653. * @tx_aggregation_size_vi: No. of MPDUs for VI queue for TX aggr
  654. * @tx_aggregation_size_vo: No. of MPDUs for VO queue for TX aggr
  655. * @rx_aggregation_size: No. of MPDUs for RX aggr
  656. * @tx_aggr_sw_retry_threshold_be: aggr sw retry threshold for BE
  657. * @tx_aggr_sw_retry_threshold_bk: aggr sw retry threshold for BK
  658. * @tx_aggr_sw_retry_threshold_vi: aggr sw retry threshold for VI
  659. * @tx_aggr_sw_retry_threshold_vo: aggr sw retry threshold for VO
  660. * @tx_non_aggr_sw_retry_threshold_be: non aggr sw retry threshold for BE
  661. * @tx_non_aggr_sw_retry_threshold_bk: non aggr sw retry threshold for BK
  662. * @tx_non_aggr_sw_retry_threshold_vi: non aggr sw retry threshold for VI
  663. * @tx_non_aggr_sw_retry_threshold_vo: non aggr sw retry threshold for VO
  664. * @sap_max_inactivity_override: Override updating ap_sta_inactivity from
  665. * hostapd.conf
  666. * @sap_uapsd_enabled: Flag to enable/disable UAPSD for SAP
  667. */
  668. struct wlan_mlme_qos {
  669. uint32_t tx_aggregation_size;
  670. uint32_t tx_aggregation_size_be;
  671. uint32_t tx_aggregation_size_bk;
  672. uint32_t tx_aggregation_size_vi;
  673. uint32_t tx_aggregation_size_vo;
  674. uint32_t rx_aggregation_size;
  675. uint32_t tx_aggr_sw_retry_threshold_be;
  676. uint32_t tx_aggr_sw_retry_threshold_bk;
  677. uint32_t tx_aggr_sw_retry_threshold_vi;
  678. uint32_t tx_aggr_sw_retry_threshold_vo;
  679. uint32_t tx_non_aggr_sw_retry_threshold_be;
  680. uint32_t tx_non_aggr_sw_retry_threshold_bk;
  681. uint32_t tx_non_aggr_sw_retry_threshold_vi;
  682. uint32_t tx_non_aggr_sw_retry_threshold_vo;
  683. bool sap_max_inactivity_override;
  684. bool sap_uapsd_enabled;
  685. };
  686. #ifdef WLAN_FEATURE_11AX
  687. #define MLME_HE_PPET_LEN 25
  688. #define WNI_CFG_HE_OPS_BSS_COLOR_MAX 0x3F
  689. /**
  690. * struct wlan_mlme_he_caps - HE Capabilities related config items
  691. */
  692. struct wlan_mlme_he_caps {
  693. tDot11fIEhe_cap dot11_he_cap;
  694. uint8_t he_ppet_2g[MLME_HE_PPET_LEN];
  695. uint8_t he_ppet_5g[MLME_HE_PPET_LEN];
  696. uint32_t he_ops_basic_mcs_nss;
  697. uint8_t he_dynamic_fragmentation;
  698. uint8_t enable_ul_mimo;
  699. uint8_t enable_ul_ofdm;
  700. uint32_t he_sta_obsspd;
  701. };
  702. #endif
  703. /**
  704. * struct wlan_mlme_rates - RATES related config items
  705. * @cfpPeriod: cfp period info
  706. * @cfpMaxDuration: cfp Max duration info
  707. * @max_htmcs_txdata: max HT mcs info for Tx
  708. * @disable_abg_rate_txdata: disable abg rate info for tx data
  709. * @sap_max_mcs_txdata: sap max mcs info
  710. * @disable_high_ht_mcs_2x2: disable high mcs for 2x2 info
  711. * @supported_11b: supported 11B rates
  712. * @supported_11a: supported 11A rates
  713. * @opr_rate_set: operational rates set
  714. * @ext_opr_rate_set: extended operational rates set
  715. * @supported_mcs_set: supported MCS set
  716. * @basic_mcs_set: basic MCS set
  717. * @current_mcs_set: current MCS set
  718. */
  719. struct wlan_mlme_rates {
  720. uint8_t cfp_period;
  721. uint16_t cfp_max_duration;
  722. uint16_t max_htmcs_txdata;
  723. bool disable_abg_rate_txdata;
  724. uint16_t sap_max_mcs_txdata;
  725. uint8_t disable_high_ht_mcs_2x2;
  726. struct mlme_cfg_str supported_11b;
  727. struct mlme_cfg_str supported_11a;
  728. struct mlme_cfg_str opr_rate_set;
  729. struct mlme_cfg_str ext_opr_rate_set;
  730. struct mlme_cfg_str supported_mcs_set;
  731. struct mlme_cfg_str basic_mcs_set;
  732. struct mlme_cfg_str current_mcs_set;
  733. };
  734. /* Flags for gLimProtectionControl that is updated in pe session*/
  735. #define MLME_FORCE_POLICY_PROTECTION_DISABLE 0
  736. #define MLME_FORCE_POLICY_PROTECTION_CTS 1
  737. #define MLME_FORCE_POLICY_PROTECTION_RTS 2
  738. #define MLME_FORCE_POLICY_PROTECTION_DUAL_CTS 3
  739. #define MLME_FORCE_POLICY_PROTECTION_RTS_ALWAYS 4
  740. #define MLME_FORCE_POLICY_PROTECTION_AUTO 5
  741. /* protection_enabled bits*/
  742. #define MLME_PROTECTION_ENABLED_FROM_llA 0
  743. #define MLME_PROTECTION_ENABLED_FROM_llB 1
  744. #define MLME_PROTECTION_ENABLED_FROM_llG 2
  745. #define MLME_PROTECTION_ENABLED_HT_20 3
  746. #define MLME_PROTECTION_ENABLED_NON_GF 4
  747. #define MLME_PROTECTION_ENABLED_LSIG_TXOP 5
  748. #define MLME_PROTECTION_ENABLED_RIFS 6
  749. #define MLME_PROTECTION_ENABLED_OBSS 7
  750. #define MLME_PROTECTION_ENABLED_OLBC_FROM_llA 8
  751. #define MLME_PROTECTION_ENABLED_OLBC_FROM_llB 9
  752. #define MLME_PROTECTION_ENABLED_OLBC_FROM_llG 10
  753. #define MLME_PROTECTION_ENABLED_OLBC_HT20 11
  754. #define MLME_PROTECTION_ENABLED_OLBC_NON_GF 12
  755. #define MLME_PROTECTION_ENABLED_OLBC_LSIG_TXOP 13
  756. #define MLME_PROTECTION_ENABLED_OLBC_RIFS 14
  757. #define MLME_PROTECTION_ENABLED_OLBC_OBSS 15
  758. /**
  759. * struct wlan_mlme_feature_flag - feature related information
  760. * @accept_short_slot_assoc: enable short sloc feature
  761. * @enable_hcf: enable HCF feature
  762. * @enable_rsn: enable RSN for connection
  763. * @enable_short_preamble_11g: enable short preamble for 11g
  764. * @channel_bonding_mode: channel bonding mode
  765. * @enable_block_ack: enable block ack feature
  766. * @enable_ampdu: Enable AMPDU feature
  767. */
  768. struct wlan_mlme_feature_flag {
  769. bool accept_short_slot_assoc;
  770. bool enable_hcf;
  771. bool enable_rsn;
  772. bool enable_short_preamble_11g;
  773. bool enable_short_slot_time_11g;
  774. uint32_t channel_bonding_mode;
  775. uint32_t enable_block_ack;
  776. bool enable_ampdu;
  777. };
  778. /*
  779. * struct wlan_mlme_sap_protection_cfg - SAP erp protection config items
  780. * @ignore_peer_ht_opmode: Ignore the ht opmode of the peer. Dynamic via INI
  781. * @enable_ap_obss_protection: enable/disable AP OBSS protection
  782. * @protection_force_policy: Protection force policy. Static via cfg
  783. * @ap_protection_mode: AP protection bitmap
  784. * @protection_enabled: Force enable protection. static via cfg
  785. */
  786. struct wlan_mlme_sap_protection {
  787. bool ignore_peer_ht_opmode;
  788. bool enable_ap_obss_protection;
  789. uint8_t protection_force_policy;
  790. uint16_t ap_protection_mode;
  791. uint32_t protection_enabled;
  792. };
  793. /*
  794. * struct wlan_mlme_chainmask - All chainmask related cfg items
  795. * @txchainmask1x1: To set transmit chainmask
  796. * @rxchainmask1x1: To set rx chainmask
  797. * @tx_chain_mask_cck: Used to enable/disable Cck ChainMask
  798. * @tx_chain_mask_1ss: Enables/disables tx chain Mask1ss
  799. * @num_11b_tx_chains: Number of Tx Chains in 11b mode
  800. * @num_11ag_tx_chains: Number of Tx Chains in 11ag mode
  801. * @tx_chain_mask_2g: Tx chain mask for 2g
  802. * @rx_chain_mask_2g: Tx chain mask for 2g
  803. * @tx_chain_mask_5g: Tx chain mask for 5g
  804. * @rx_chain_mask_5g: Rx chain mask for 5g
  805. * @enable_bt_chain_separation: Enable/Disable BT/WLAN Host chain seperation
  806. */
  807. struct wlan_mlme_chainmask {
  808. uint8_t txchainmask1x1;
  809. uint8_t rxchainmask1x1;
  810. bool tx_chain_mask_cck;
  811. uint8_t tx_chain_mask_1ss;
  812. uint16_t num_11b_tx_chains;
  813. uint16_t num_11ag_tx_chains;
  814. uint8_t tx_chain_mask_2g;
  815. uint8_t rx_chain_mask_2g;
  816. uint8_t tx_chain_mask_5g;
  817. uint8_t rx_chain_mask_5g;
  818. bool enable_bt_chain_separation;
  819. };
  820. /* struct wlan_mlme_generic - Generic CFG config items
  821. *
  822. * @band_capability: HW Band Capability - Both or 2.4G only or 5G only
  823. * @band: Current Band - Internal variable, initialized to INI and updated later
  824. * @select_5ghz_margin: RSSI margin to select 5Ghz over 2.4 Ghz
  825. * @sub_20_chan_width: Sub 20Mhz Channel Width
  826. * @ito_repeat_count: ITO Repeat Count
  827. * @pmf_sa_query_max_retries: PMF query max retries for SAP
  828. * @pmf_sa_query_retry_interval: PMF query retry interval for SAP
  829. * @dropped_pkt_disconnect_thresh: Threshold for dropped pkts before disconnect
  830. * @rtt_mac_randomization: Enable/Disable RTT MAC randomization
  831. * @rtt3_enabled: RTT3 enable or disable info
  832. * @prevent_link_down: Enable/Disable prevention of link down
  833. * @memory_deep_sleep: Enable/Disable memory deep sleep
  834. * @cck_tx_fir_override: Enable/Disable CCK Tx FIR Override
  835. * @crash_inject: Enable/Disable Crash Inject
  836. * @lpass_support: Enable/Disable LPASS Support
  837. * @self_recovery: Enable/Disable Self Recovery
  838. * @sap_dot11mc: Enable/Disable SAP 802.11mc support
  839. * @fatal_event_trigger: Enable/Disable Fatal Events Trigger
  840. * @optimize_ca_event: Enable/Disable Optimization of CA events
  841. * @fw_timeout_crash: Enable/Disable FW Timeout Crash *
  842. * @debug_packet_log: Debug packet log flags
  843. */
  844. struct wlan_mlme_generic {
  845. enum band_info band_capability;
  846. enum band_info band;
  847. uint8_t select_5ghz_margin;
  848. uint8_t sub_20_chan_width;
  849. uint8_t ito_repeat_count;
  850. uint8_t pmf_sa_query_max_retries;
  851. uint16_t pmf_sa_query_retry_interval;
  852. uint16_t dropped_pkt_disconnect_thresh;
  853. bool rtt_mac_randomization;
  854. bool rtt3_enabled;
  855. bool prevent_link_down;
  856. bool memory_deep_sleep;
  857. bool cck_tx_fir_override;
  858. bool crash_inject;
  859. bool lpass_support;
  860. bool self_recovery;
  861. bool sap_dot11mc;
  862. bool fatal_event_trigger;
  863. bool optimize_ca_event;
  864. bool fw_timeout_crash;
  865. uint8_t debug_packet_log;
  866. };
  867. /*
  868. * struct wlan_mlme_product_details_cfg - product details config items
  869. * @manufacturer_name: manufacture name
  870. * @model_number: model number
  871. * @model_name: model name
  872. * @manufacture_product_name: manufacture product name
  873. * @manufacture_product_version: manufacture product version
  874. */
  875. struct wlan_mlme_product_details_cfg {
  876. char manufacturer_name[WLAN_CFG_MFR_NAME_LEN + 1];
  877. char model_number[WLAN_CFG_MODEL_NUMBER_LEN + 1];
  878. char model_name[WLAN_CFG_MODEL_NAME_LEN + 1];
  879. char manufacture_product_name[WLAN_CFG_MFR_PRODUCT_NAME_LEN + 1];
  880. char manufacture_product_version[WLAN_CFG_MFR_PRODUCT_VERSION_LEN + 1];
  881. };
  882. /*
  883. * struct wlan_mlme_acs - All acs related cfg items
  884. * @is_acs_with_more_param - to enable acs with more param
  885. * @auto_channel_select_weight - to set acs channel weight
  886. * @is_vendor_acs_support - enable application based channel selection
  887. * @is_acs_support_for_dfs_ltecoex - enable channel for dfs and lte coex
  888. * @is_external_acs_policy - control external policy
  889. */
  890. struct wlan_mlme_acs {
  891. bool is_acs_with_more_param;
  892. uint32_t auto_channel_select_weight;
  893. bool is_vendor_acs_support;
  894. bool is_acs_support_for_dfs_ltecoex;
  895. bool is_external_acs_policy;
  896. };
  897. /*
  898. * struct wlan_mlme_cfg_twt - All twt related cfg items
  899. * @is_twt_bcast_enabled: twt capability for the session
  900. * @is_twt_enabled: global twt configuration
  901. * @is_twt_responder_enabled: twt responder
  902. * @is_twt_requestor_enabled: twt requestor
  903. * @twt_congestion_timeout: congestion timeout value
  904. */
  905. struct wlan_mlme_cfg_twt {
  906. bool is_twt_bcast_enabled;
  907. bool is_twt_enabled;
  908. bool is_twt_responder_enabled;
  909. bool is_twt_requestor_enabled;
  910. uint32_t twt_congestion_timeout;
  911. };
  912. /**
  913. * struct wlan_mlme_obss_ht40 - OBSS HT40 config items
  914. * @active_dwelltime: obss active dwelltime
  915. * @passive_dwelltime: obss passive dwelltime
  916. * @width_trigger_interval: obss trigger interval
  917. * @passive_per_channel: obss scan passive total duration per channel
  918. * @active_per_channel: obss scan active total duration per channel
  919. * @width_trans_delay: obss width transition delay
  920. * @scan_activity_threshold: obss scan activity threshold
  921. * @is_override_ht20_40_24g: use channel bonding in 2.4 GHz
  922. */
  923. struct wlan_mlme_obss_ht40 {
  924. uint32_t active_dwelltime;
  925. uint32_t passive_dwelltime;
  926. uint32_t width_trigger_interval;
  927. uint32_t passive_per_channel;
  928. uint32_t active_per_channel;
  929. uint32_t width_trans_delay;
  930. uint32_t scan_activity_threshold;
  931. bool is_override_ht20_40_24g;
  932. };
  933. /**
  934. * enum dot11p_mode - The 802.11p mode of operation
  935. * @WLAN_HDD_11P_DISABLED: 802.11p mode is disabled
  936. * @WLAN_HDD_11P_STANDALONE: 802.11p-only operation
  937. * @WLAN_HDD_11P_CONCURRENT: 802.11p and WLAN operate concurrently
  938. */
  939. enum dot11p_mode {
  940. CFG_11P_DISABLED = 0,
  941. CFG_11P_STANDALONE,
  942. CFG_11P_CONCURRENT,
  943. };
  944. #define MAX_VDEV_NSS 2
  945. #define MAX_VDEV_CHAINS 2
  946. /**
  947. * struct wlan_mlme_nss_chains - MLME vdev config of nss, and chains
  948. * @num_tx_chains: tx chains of vdev config
  949. * @num_rx_chains: rx chains of vdev config
  950. * @tx_nss: tx nss of vdev config
  951. * @rx_nss: rx nss of vdev config
  952. * @num_tx_chains_11b: number of tx chains in 11b mode
  953. * @num_tx_chains_11g: number of tx chains in 11g mode
  954. * @num_tx_chains_11a: number of tx chains in 11a mode
  955. * @disable_rx_mrc: disable 2 rx chains, in rx nss 1 mode
  956. * @disable_tx_mrc: disable 2 tx chains, in tx nss 1 mode
  957. */
  958. struct wlan_mlme_nss_chains {
  959. uint32_t num_tx_chains[NSS_CHAINS_BAND_MAX];
  960. uint32_t num_rx_chains[NSS_CHAINS_BAND_MAX];
  961. uint32_t tx_nss[NSS_CHAINS_BAND_MAX];
  962. uint32_t rx_nss[NSS_CHAINS_BAND_MAX];
  963. uint32_t num_tx_chains_11b;
  964. uint32_t num_tx_chains_11g;
  965. uint32_t num_tx_chains_11a;
  966. bool disable_rx_mrc[NSS_CHAINS_BAND_MAX];
  967. bool disable_tx_mrc[NSS_CHAINS_BAND_MAX];
  968. };
  969. /**
  970. * struct wlan_mlme_sta_cfg - MLME STA configuration items
  971. * @sta_keep_alive_period: Sends NULL frame to AP period
  972. * @tgt_gtx_usr_cfg: Target gtx user config
  973. * @pmkid_modes: Enable PMKID modes
  974. * @wait_cnf_timeout: Wait assoc cnf timeout
  975. * @dot11p_mode: Set 802.11p mode
  976. * @fils_max_chan_guard_time: Set maximum channel guard time
  977. * @current_rssi: Current rssi
  978. * @ignore_peer_erp_info: Ignore peer infrormation
  979. * @sta_prefer_80mhz_over_160mhz: Set Sta preference to connect in 80HZ/160HZ
  980. * @enable_5g_ebt: Set default 5G early beacon termination
  981. * @deauth_before_connection: Send deauth before connection or not
  982. * @enable_go_cts2self_for_sta: Stop NOA and start using cts2self
  983. * @qcn_ie_support: QCN IE support
  984. * @force_rsne_override: Force rsnie override from user
  985. * @single_tid: Set replay counter for all TID
  986. * @allow_tpc_from_ap: Support for AP power constraint
  987. */
  988. struct wlan_mlme_sta_cfg {
  989. uint32_t sta_keep_alive_period;
  990. uint32_t tgt_gtx_usr_cfg;
  991. uint32_t pmkid_modes;
  992. uint32_t wait_cnf_timeout;
  993. enum dot11p_mode dot11p_mode;
  994. uint8_t fils_max_chan_guard_time;
  995. uint8_t current_rssi;
  996. bool ignore_peer_erp_info;
  997. bool sta_prefer_80mhz_over_160mhz;
  998. bool enable_5g_ebt;
  999. bool deauth_before_connection;
  1000. bool enable_go_cts2self_for_sta;
  1001. bool qcn_ie_support;
  1002. bool force_rsne_override;
  1003. bool single_tid;
  1004. bool allow_tpc_from_ap;
  1005. };
  1006. /**
  1007. * enum roaming_dfs_channel_type - Allow dfs channel in roam
  1008. * @CFG_ROAMING_DFS_CHANNEL_DISABLED: Disallow dfs channel in roam
  1009. * @CFG_ROAMING_DFS_CHANNEL_ENABLED_NORMAL: Allow dfs channel
  1010. * @CFG_ROAMING_DFS_CHANNEL_ENABLED_ACTIVE: Allow dfs channel with active scan
  1011. */
  1012. enum roaming_dfs_channel_type {
  1013. ROAMING_DFS_CHANNEL_DISABLED,
  1014. ROAMING_DFS_CHANNEL_ENABLED_NORMAL,
  1015. ROAMING_DFS_CHANNEL_ENABLED_ACTIVE,
  1016. };
  1017. /*
  1018. * @mawc_roam_enabled: Enable/Disable MAWC during roaming
  1019. * @enable_fast_roam_in_concurrency:Enable LFR roaming on STA during concurrency
  1020. * @lfr3_roaming_offload: Enable/disable roam offload feature
  1021. * @early_stop_scan_enable: Set early stop scan
  1022. * @lfr3_enable_subnet_detection: Enable LFR3 subnet detection
  1023. * @enable_5g_band_pref: Enable preference for 5G from INI
  1024. * @ese_enabled: Enable ESE feature
  1025. * @lfr_enabled: Enable fast roaming
  1026. * @mawc_enabled: Enable MAWC
  1027. * @fast_transition_enabled: Enable fast transition
  1028. * @wes_mode_enabled: Enable WES mode
  1029. * @mawc_roam_traffic_threshold: Configure traffic threshold
  1030. * @mawc_roam_ap_rssi_threshold: Best AP RSSI threshold
  1031. * @mawc_roam_rssi_high_adjust: Adjust MAWC roam high RSSI
  1032. * @mawc_roam_rssi_low_adjust: Adjust MAWC roam low RSSI
  1033. * @roam_rssi_abs_threshold: The min RSSI of the candidate AP
  1034. * @rssi_threshold_offset_5g: Lookup threshold offset for 5G band
  1035. * @early_stop_scan_min_threshold: Set early stop scan min
  1036. * @early_stop_scan_max_threshold: Set early stop scan max
  1037. * @first_scan_bucket_threshold: Set first scan bucket
  1038. * @roam_dense_traffic_threshold: Dense traffic threshold
  1039. * @roam_dense_rssi_thre_offset: Sets dense roam RSSI threshold diff
  1040. * @roam_dense_min_aps: Sets minimum number of AP for dense roam
  1041. * @roam_bg_scan_bad_rssi_threshold:RSSI threshold for background roam
  1042. * @roam_bg_scan_client_bitmap: Bitmap used to identify the scan clients
  1043. * @roam_bg_scan_bad_rssi_offset_2g:RSSI threshold offset for 2G to 5G roam
  1044. * @adaptive_roamscan_dwell_mode: Sets dwell time adaptive mode
  1045. * @per_roam_enable: To enabled/disable PER based roaming in FW
  1046. * @per_roam_config_high_rate_th: Rate at which PER based roam will stop
  1047. * @per_roam_config_low_rate_th: Rate at which PER based roam will start
  1048. * @per_roam_config_rate_th_percent:Percentage at which FW will issue roam scan
  1049. * @per_roam_rest_time: FW will wait once it issues a roam scan.
  1050. * @per_roam_monitor_time: Min time to be considered as valid scenario
  1051. * @per_roam_min_candidate_rssi: Min roamable AP RSSI for candidate selection
  1052. * @lfr3_disallow_duration: Disallow duration before roaming
  1053. * @lfr3_rssi_channel_penalization: RSSI penalization
  1054. * @lfr3_num_disallowed_aps: Max number of AP's to maintain in LCA list
  1055. * @rssi_boost_threshold_5g: Boost threshold above which 5 GHz is favored
  1056. * @rssi_boost_factor_5g: Factor by which 5GHz RSSI is boosted
  1057. * @max_rssi_boost_5g: Maximum boost that can be applied to 5G RSSI
  1058. * @rssi_penalize_threshold_5g: Penalize thres above which 5G isn't favored
  1059. * @rssi_penalize_factor_5g: Factor by which 5GHz RSSI is penalizeed
  1060. * @max_rssi_penalize_5g: Max penalty that can be applied to 5G RSSI
  1061. * @max_num_pre_auth: Configure max number of pre-auth
  1062. * @roam_preauth_retry_count: Configure the max number of preauth retry
  1063. * @roam_preauth_no_ack_timeout: Configure the no ack timeout period
  1064. * @roam_rssi_diff: Enable roam based on rssi
  1065. * @roam_scan_offload_enabled: Enable Roam Scan Offload
  1066. * @neighbor_scan_timer_period: Neighbor scan timer period
  1067. * @neighbor_scan_min_timer_period: Min neighbor scan timer period
  1068. * @neighbor_lookup_rssi_threshold: Neighbor lookup rssi threshold
  1069. * @opportunistic_scan_threshold_diff: Set oppurtunistic threshold diff
  1070. * @roam_rescan_rssi_diff: Sets RSSI for Scan trigger in firmware
  1071. * @neighbor_scan_min_chan_time: Neighbor scan channel min time
  1072. * @neighbor_scan_max_chan_time: Neighbor scan channel max time
  1073. * @neighbor_scan_results_refresh_period: Neighbor scan refresh period
  1074. * @empty_scan_refresh_period: Empty scan refresh period
  1075. * @roam_bmiss_first_bcnt: First beacon miss count
  1076. * @roam_bmiss_final_bcnt: Final beacon miss count
  1077. * @roam_beacon_rssi_weight: Beacon miss weight
  1078. * @roaming_dfs_channel: Allow dfs channel in roam
  1079. * @roam_scan_hi_rssi_maxcount: 5GHz maximum scan count
  1080. * @roam_scan_hi_rssi_delta: RSSI Delta for scan trigger
  1081. * @roam_scan_hi_rssi_delay: Minimum delay between 5GHz scans
  1082. * @roam_scan_hi_rssi_ub: Upper bound after which 5GHz scan
  1083. * @roam_prefer_5ghz: Prefer roaming to 5GHz Bss
  1084. * @roam_intra_band: Prefer roaming within Band
  1085. * @roam_scan_home_away_time: The home away time to firmware
  1086. * @roam_scan_n_probes: The number of probes to be sent for firmware roaming
  1087. * @delay_before_vdev_stop:Wait time for tx complete before vdev stop
  1088. * @neighbor_scan_channel_list: Neighbor scan channel list
  1089. * @neighbor_scan_channel_list_num: Neighbor scan channel list number
  1090. */
  1091. struct wlan_mlme_lfr_cfg {
  1092. bool mawc_roam_enabled;
  1093. bool enable_fast_roam_in_concurrency;
  1094. #ifdef WLAN_FEATURE_ROAM_OFFLOAD
  1095. bool lfr3_roaming_offload;
  1096. #endif
  1097. bool early_stop_scan_enable;
  1098. bool lfr3_enable_subnet_detection;
  1099. bool enable_5g_band_pref;
  1100. #ifdef FEATURE_WLAN_ESE
  1101. bool ese_enabled;
  1102. #endif
  1103. bool lfr_enabled;
  1104. bool mawc_enabled;
  1105. bool fast_transition_enabled;
  1106. bool wes_mode_enabled;
  1107. uint32_t mawc_roam_traffic_threshold;
  1108. uint32_t mawc_roam_ap_rssi_threshold;
  1109. uint32_t mawc_roam_rssi_high_adjust;
  1110. uint32_t mawc_roam_rssi_low_adjust;
  1111. uint32_t roam_rssi_abs_threshold;
  1112. uint8_t rssi_threshold_offset_5g;
  1113. uint8_t early_stop_scan_min_threshold;
  1114. uint8_t early_stop_scan_max_threshold;
  1115. uint8_t first_scan_bucket_threshold;
  1116. uint32_t roam_dense_traffic_threshold;
  1117. uint32_t roam_dense_rssi_thre_offset;
  1118. uint32_t roam_dense_min_aps;
  1119. uint32_t roam_bg_scan_bad_rssi_threshold;
  1120. uint32_t roam_bg_scan_client_bitmap;
  1121. uint32_t roam_bg_scan_bad_rssi_offset_2g;
  1122. uint32_t adaptive_roamscan_dwell_mode;
  1123. uint32_t per_roam_enable;
  1124. uint32_t per_roam_config_high_rate_th;
  1125. uint32_t per_roam_config_low_rate_th;
  1126. uint32_t per_roam_config_rate_th_percent;
  1127. uint32_t per_roam_rest_time;
  1128. uint32_t per_roam_monitor_time;
  1129. uint32_t per_roam_min_candidate_rssi;
  1130. uint32_t lfr3_disallow_duration;
  1131. uint32_t lfr3_rssi_channel_penalization;
  1132. uint32_t lfr3_num_disallowed_aps;
  1133. uint32_t rssi_boost_threshold_5g;
  1134. uint32_t rssi_boost_factor_5g;
  1135. uint32_t max_rssi_boost_5g;
  1136. uint32_t rssi_penalize_threshold_5g;
  1137. uint32_t rssi_penalize_factor_5g;
  1138. uint32_t max_rssi_penalize_5g;
  1139. uint32_t max_num_pre_auth;
  1140. uint32_t roam_preauth_retry_count;
  1141. uint32_t roam_preauth_no_ack_timeout;
  1142. uint32_t roam_rssi_diff;
  1143. bool roam_scan_offload_enabled;
  1144. uint32_t neighbor_scan_timer_period;
  1145. uint32_t neighbor_scan_min_timer_period;
  1146. uint32_t neighbor_lookup_rssi_threshold;
  1147. uint32_t opportunistic_scan_threshold_diff;
  1148. uint32_t roam_rescan_rssi_diff;
  1149. uint16_t neighbor_scan_min_chan_time;
  1150. uint16_t neighbor_scan_max_chan_time;
  1151. uint32_t neighbor_scan_results_refresh_period;
  1152. uint32_t empty_scan_refresh_period;
  1153. uint8_t roam_bmiss_first_bcnt;
  1154. uint8_t roam_bmiss_final_bcnt;
  1155. uint32_t roam_beacon_rssi_weight;
  1156. enum roaming_dfs_channel_type roaming_dfs_channel;
  1157. uint32_t roam_scan_hi_rssi_maxcount;
  1158. uint32_t roam_scan_hi_rssi_delta;
  1159. uint32_t roam_scan_hi_rssi_delay;
  1160. uint32_t roam_scan_hi_rssi_ub;
  1161. bool roam_prefer_5ghz;
  1162. bool roam_intra_band;
  1163. uint16_t roam_scan_home_away_time;
  1164. uint32_t roam_scan_n_probes;
  1165. uint8_t delay_before_vdev_stop;
  1166. uint8_t neighbor_scan_channel_list[CFG_VALID_CHANNEL_LIST_LEN];
  1167. uint8_t neighbor_scan_channel_list_num;
  1168. };
  1169. /**
  1170. * struct wlan_mlme_wmm_config - WMM configuration
  1171. * @wmm_mode: Enable WMM feature
  1172. * @b80211e_is_enabled: Enable 802.11e feature
  1173. * @uapsd_mask: what ACs to setup U-APSD for at assoc
  1174. * @bimplicit_qos_enabled: Enable implicit QOS
  1175. */
  1176. struct wlan_mlme_wmm_config {
  1177. uint8_t wmm_mode;
  1178. bool b80211e_is_enabled;
  1179. uint8_t uapsd_mask;
  1180. bool bimplicit_qos_enabled;
  1181. };
  1182. /**
  1183. * struct wlan_mlme_wmm_tspec_element - Default TSPEC parameters
  1184. * from the wmm spec
  1185. * @inactivity_interval: inactivity_interval as per wmm spec
  1186. * @burst_size_def: TS burst size
  1187. * @ts_ack_policy: TS Info ACK policy
  1188. * @ts_acm_is_off: ACM is off for AC
  1189. */
  1190. struct wlan_mlme_wmm_tspec_element {
  1191. #ifdef FEATURE_WLAN_ESE
  1192. uint32_t inactivity_intv;
  1193. #endif
  1194. bool burst_size_def;
  1195. enum mlme_ts_info_ack_policy ts_ack_policy;
  1196. bool ts_acm_is_off;
  1197. };
  1198. /**
  1199. * struct wlan_mlme_wmm_ac_vo - Default TSPEC parameters
  1200. * for AC_VO
  1201. * @dir_ac_vo: TSPEC direction for VO
  1202. * @nom_msdu_size_ac_vo: normal MSDU size for VO
  1203. * @mean_data_rate_ac_vo: mean data rate for VO
  1204. * @min_phy_rate_ac_vo: min PHY rate for VO
  1205. * @sba_ac_vo: surplus bandwidth allowance for VO
  1206. * @uapsd_vo_srv_intv: Uapsd service interval for voice
  1207. * @uapsd_vo_sus_intv: Uapsd suspension interval for voice
  1208. */
  1209. struct wlan_mlme_wmm_ac_vo {
  1210. uint8_t dir_ac_vo;
  1211. uint16_t nom_msdu_size_ac_vo;
  1212. uint32_t mean_data_rate_ac_vo;
  1213. uint32_t min_phy_rate_ac_vo;
  1214. uint16_t sba_ac_vo;
  1215. uint32_t uapsd_vo_srv_intv;
  1216. uint32_t uapsd_vo_sus_intv;
  1217. };
  1218. /**
  1219. * struct wlan_mlme_wmm_ac_vi - Default TSPEC parameters
  1220. * for AC_VI
  1221. * @dir_ac_vi: TSPEC direction for VI
  1222. * @nom_msdu_size_ac_vi: normal MSDU size for VI
  1223. * @mean_data_rate_ac_vi: mean data rate for VI
  1224. * @min_phy_rate_ac_vi: min PHY rate for VI
  1225. * @sba_ac_vi: surplus bandwidth allowance for VI
  1226. * @uapsd_vo_srv_intv: Uapsd service interval for VI
  1227. * @uapsd_vo_sus_intv: Uapsd suspension interval for VI
  1228. */
  1229. struct wlan_mlme_wmm_ac_vi {
  1230. uint8_t dir_ac_vi;
  1231. uint16_t nom_msdu_size_ac_vi;
  1232. uint32_t mean_data_rate_ac_vi;
  1233. uint32_t min_phy_rate_ac_vi;
  1234. uint16_t sba_ac_vi;
  1235. uint32_t uapsd_vi_srv_intv;
  1236. uint32_t uapsd_vi_sus_intv;
  1237. };
  1238. /**
  1239. * struct wlan_mlme_wmm_ac_be - Default TSPEC parameters
  1240. * for AC_BE
  1241. * @dir_ac_be: TSPEC direction for BE
  1242. * @nom_msdu_size_ac_be: normal MSDU size for BE
  1243. * @mean_data_rate_ac_be: mean data rate for BE
  1244. * @min_phy_rate_ac_be: min PHY rate for BE
  1245. * @sba_ac_be: surplus bandwidth allowance for BE
  1246. * @uapsd_be_srv_intv: Uapsd service interval for BE
  1247. * @uapsd_be_sus_intv: Uapsd suspension interval for BE
  1248. */
  1249. struct wlan_mlme_wmm_ac_be {
  1250. uint8_t dir_ac_be;
  1251. uint16_t nom_msdu_size_ac_be;
  1252. uint32_t mean_data_rate_ac_be;
  1253. uint32_t min_phy_rate_ac_be;
  1254. uint16_t sba_ac_be;
  1255. uint32_t uapsd_be_srv_intv;
  1256. uint32_t uapsd_be_sus_intv;
  1257. };
  1258. /**
  1259. * struct wlan_mlme_wmm_ac_bk - Default TSPEC parameters
  1260. * for AC_BK
  1261. * @dir_ac_bk: TSPEC direction for BK
  1262. * @nom_msdu_size_ac_bk: normal MSDU size for BK
  1263. * @mean_data_rate_ac_bk: mean data rate for BK
  1264. * @min_phy_rate_ac_bk: min PHY rate for BK
  1265. * @sba_ac_bk: surplus bandwidth allowance for BK
  1266. * @uapsd_bk_srv_intv: Uapsd service interval for BK
  1267. * @uapsd_bk_sus_intv: Uapsd suspension interval for BK
  1268. */
  1269. struct wlan_mlme_wmm_ac_bk {
  1270. uint8_t dir_ac_bk;
  1271. uint16_t nom_msdu_size_ac_bk;
  1272. uint32_t mean_data_rate_ac_bk;
  1273. uint32_t min_phy_rate_ac_bk;
  1274. uint16_t sba_ac_bk;
  1275. uint32_t uapsd_bk_srv_intv;
  1276. uint32_t uapsd_bk_sus_intv;
  1277. };
  1278. /**
  1279. * struct wlan_mlme_wmm_params - WMM CFG Items
  1280. * @qos_enabled: AP is enabled with 11E
  1281. * @wme_enabled: AP is enabled with WMM
  1282. * @max_sp_length: Maximum SP Length
  1283. * @wsm_enabled: AP is enabled with WSM
  1284. * @edca_profile: WMM Edca profile
  1285. * @wmm_config: WMM configuration
  1286. * @wmm_tspec_element: Default TSPEC parameters
  1287. * @ac_vo: Default TSPEC parameters for AC_VO
  1288. * @ac_vi: Default TSPEC parameters for AC_VI
  1289. * @ac_be: Default TSPEC parameters for AC_BE
  1290. * @ac_bk: Default TSPEC parameters for AC_BK
  1291. */
  1292. struct wlan_mlme_wmm_params {
  1293. bool qos_enabled;
  1294. bool wme_enabled;
  1295. uint8_t max_sp_length;
  1296. bool wsm_enabled;
  1297. uint32_t edca_profile;
  1298. struct wlan_mlme_wmm_config wmm_config;
  1299. struct wlan_mlme_wmm_tspec_element wmm_tspec_element;
  1300. struct wlan_mlme_wmm_ac_vo ac_vo;
  1301. struct wlan_mlme_wmm_ac_vi ac_vi;
  1302. struct wlan_mlme_wmm_ac_be ac_be;
  1303. struct wlan_mlme_wmm_ac_bk ac_bk;
  1304. };
  1305. /**
  1306. * struct wlan_mlme_weight_config - weight params to
  1307. * calculate best candidate
  1308. *
  1309. * @rssi_weightage: RSSI weightage
  1310. * @ht_caps_weightage: HT caps weightage
  1311. * @vht_caps_weightage: VHT caps weightage
  1312. * @he_caps_weightage: HE caps weightage
  1313. * @chan_width_weightage: Channel width weightage
  1314. * @chan_band_weightage: Channel band weightage
  1315. * @nss_weightage: NSS weightage
  1316. * @beamforming_cap_weightage: Beamforming caps weightage
  1317. * @pcl_weightage: PCL weightage
  1318. * @channel_congestion_weightage: channel congestion weightage
  1319. * @oce_wan_weightage: OCE WAN metrics weightage
  1320. */
  1321. struct wlan_mlme_weight_config {
  1322. uint8_t rssi_weightage;
  1323. uint8_t ht_caps_weightage;
  1324. uint8_t vht_caps_weightage;
  1325. uint8_t he_caps_weightage;
  1326. uint8_t chan_width_weightage;
  1327. uint8_t chan_band_weightage;
  1328. uint8_t nss_weightage;
  1329. uint8_t beamforming_cap_weightage;
  1330. uint8_t pcl_weightage;
  1331. uint8_t channel_congestion_weightage;
  1332. uint8_t oce_wan_weightage;
  1333. };
  1334. /**
  1335. * struct wlan_mlme_rssi_cfg_score - RSSI params to
  1336. * calculate best candidate
  1337. *
  1338. * @best_rssi_threshold: Best RSSI threshold
  1339. * @good_rssi_threshold: Good RSSI threshold
  1340. * @bad_rssi_threshold: Bad RSSI threshold
  1341. * @good_rssi_pcnt: Good RSSI Percentage
  1342. * @bad_rssi_pcnt: Bad RSSI Percentage
  1343. * @good_rssi_bucket_size: Good RSSI Bucket Size
  1344. * @bad_rssi_bucket_size: Bad RSSI Bucket Size
  1345. * @rssi_pref_5g_rssi_thresh: Preffered 5G RSSI threshold
  1346. */
  1347. struct wlan_mlme_rssi_cfg_score {
  1348. uint32_t best_rssi_threshold;
  1349. uint32_t good_rssi_threshold;
  1350. uint32_t bad_rssi_threshold;
  1351. uint32_t good_rssi_pcnt;
  1352. uint32_t bad_rssi_pcnt;
  1353. uint32_t good_rssi_bucket_size;
  1354. uint32_t bad_rssi_bucket_size;
  1355. uint32_t rssi_pref_5g_rssi_thresh;
  1356. };
  1357. /**
  1358. * struct wlan_mlme_per_slot_scoring - define % score for differents slots
  1359. * for a scoring param.
  1360. * num_slot: number of slots in which the param will be divided.
  1361. * Max 15. index 0 is used for 'not_present. Num_slot will
  1362. * equally divide 100. e.g, if num_slot = 4 slot 0 = 0-25%, slot
  1363. * 1 = 26-50% slot 2 = 51-75%, slot 3 = 76-100%
  1364. * score_pcnt3_to_0: Conatins score percentage for slot 0-3
  1365. * BITS 0-7 :- the scoring pcnt when not present
  1366. * BITS 8-15 :- SLOT_1
  1367. * BITS 16-23 :- SLOT_2
  1368. * BITS 24-31 :- SLOT_3
  1369. * score_pcnt7_to_4: Conatins score percentage for slot 4-7
  1370. * BITS 0-7 :- SLOT_4
  1371. * BITS 8-15 :- SLOT_5
  1372. * BITS 16-23 :- SLOT_6
  1373. * BITS 24-31 :- SLOT_7
  1374. * score_pcnt11_to_8: Conatins score percentage for slot 8-11
  1375. * BITS 0-7 :- SLOT_8
  1376. * BITS 8-15 :- SLOT_9
  1377. * BITS 16-23 :- SLOT_10
  1378. * BITS 24-31 :- SLOT_11
  1379. * score_pcnt15_to_12: Conatins score percentage for slot 12-15
  1380. * BITS 0-7 :- SLOT_12
  1381. * BITS 8-15 :- SLOT_13
  1382. * BITS 16-23 :- SLOT_14
  1383. * BITS 24-31 :- SLOT_15
  1384. */
  1385. struct wlan_mlme_per_slot_scoring {
  1386. uint32_t num_slot;
  1387. uint32_t score_pcnt3_to_0;
  1388. uint32_t score_pcnt7_to_4;
  1389. uint32_t score_pcnt11_to_8;
  1390. uint32_t score_pcnt15_to_12;
  1391. };
  1392. /*
  1393. * struct wlan_mlme_score_config - MLME BSS Scoring related config
  1394. * @enable_scoring_for_roam: Enable/disable BSS Scoring for Roaming
  1395. * @weight_cfg: Various Weight related Scoring Configs
  1396. * @rssi_score: RSSI Scoring related thresholds/percentages config
  1397. * @esp_qbss_scoring: ESP QBSS Scoring configs
  1398. * @oce_wan_scoring: OCE WAN Scoring Configs
  1399. * @bandwidth_weight_per_index: Bandwidth weight per index for scoring logic
  1400. * @nss_weight_per_index: NSS weight per index for scoring logic
  1401. * @band_weight_per_index: Band weight per index for scoring logic
  1402. */
  1403. struct wlan_mlme_scoring_cfg {
  1404. bool enable_scoring_for_roam;
  1405. struct wlan_mlme_weight_config weight_cfg;
  1406. struct wlan_mlme_rssi_cfg_score rssi_score;
  1407. struct wlan_mlme_per_slot_scoring esp_qbss_scoring;
  1408. struct wlan_mlme_per_slot_scoring oce_wan_scoring;
  1409. uint32_t bandwidth_weight_per_index;
  1410. uint32_t nss_weight_per_index;
  1411. uint32_t band_weight_per_index;
  1412. };
  1413. /* struct wlan_mlme_threshold - Threshold related config items
  1414. * @rts_threshold: set rts threshold
  1415. * @frag_threshold: set fragmentation threshold
  1416. */
  1417. struct wlan_mlme_threshold {
  1418. uint32_t rts_threshold;
  1419. uint32_t frag_threshold;
  1420. };
  1421. /*
  1422. * struct wlan_mlme_timeout - mlme timeout related config items
  1423. * @join_failure_timeout: join failure timeout
  1424. * @auth_failure_timeout: authenticate failure timeout
  1425. * @auth_rsp_timeout: authenticate response timeout
  1426. * @assoc_failure_timeout: assoc failure timeout
  1427. * @reassoc_failure_timeout: re-assoc failure timeout
  1428. * @probe_after_hb_fail_timeout: Probe after HB fail timeout
  1429. * @olbc_detect_timeout: OLBC detect timeout
  1430. * @addts_rsp_timeout: ADDTS rsp timeout value
  1431. * @heart_beat_threshold: Heart beat threshold
  1432. * @ap_keep_alive_timeout: AP keep alive timeout value
  1433. * @ap_link_monitor_timeout: AP link monitor timeout value
  1434. * @ps_data_inactivity_timeout: PS data inactivity timeout
  1435. */
  1436. struct wlan_mlme_timeout {
  1437. uint32_t join_failure_timeout;
  1438. uint32_t auth_failure_timeout;
  1439. uint32_t auth_rsp_timeout;
  1440. uint32_t assoc_failure_timeout;
  1441. uint32_t reassoc_failure_timeout;
  1442. uint32_t probe_after_hb_fail_timeout;
  1443. uint32_t olbc_detect_timeout;
  1444. uint32_t addts_rsp_timeout;
  1445. uint32_t heart_beat_threshold;
  1446. uint32_t ap_keep_alive_timeout;
  1447. uint32_t ap_link_monitor_timeout;
  1448. uint32_t ps_data_inactivity_timeout;
  1449. };
  1450. /**
  1451. * struct wlan_mlme_oce - OCE related config items
  1452. * @enable_bcast_probe_rsp: enable broadcast probe response
  1453. * @oce_sta_enabled: enable/disable oce feature for sta
  1454. * @oce_sap_enabled: enable/disable oce feature for sap
  1455. * @fils_enabled: enable/disable fils support
  1456. * @feature_bitmap: oce feature bitmap
  1457. *
  1458. */
  1459. struct wlan_mlme_oce {
  1460. bool enable_bcast_probe_rsp;
  1461. bool oce_sta_enabled;
  1462. bool oce_sap_enabled;
  1463. bool fils_enabled;
  1464. uint8_t feature_bitmap;
  1465. };
  1466. #define MLME_WEP_KEY_LEN_13 (13)
  1467. #define MLME_WEP_KEY_LENGTH_5 (5)
  1468. /**
  1469. * enum wep_key_id - values passed to get/set wep default keys
  1470. * @MLME_WEP_DEFAULT_KEY_1: wep default key 1
  1471. * @MLME_WEP_DEFAULT_KEY_2: wep default key 2
  1472. * @MLME_WEP_DEFAULT_KEY_3: wep default key 3
  1473. * @MLME_WEP_DEFAULT_KEY_4: wep default key 4
  1474. */
  1475. enum wep_key_id {
  1476. MLME_WEP_DEFAULT_KEY_1 = 0,
  1477. MLME_WEP_DEFAULT_KEY_2,
  1478. MLME_WEP_DEFAULT_KEY_3,
  1479. MLME_WEP_DEFAULT_KEY_4
  1480. };
  1481. /**
  1482. * struct wlan_mlme_wep_cfg - WEP related configs
  1483. * @is_privacy_enabled: Flag to check if encryption is enabled
  1484. * @is_shared_key_auth: Flag to check if the auth type is shared key
  1485. * @is_auth_open_system: Flag to check if the auth type is open
  1486. * @auth_type: Authentication type value
  1487. * @wep_default_key_id: Default WEP key id
  1488. * @wep_default_key_1: WEP encryption key 1
  1489. * @wep_default_key_2: WEP encryption key 2
  1490. * @wep_default_key_3: WEP encryption key 3
  1491. * @wep_default_key_4: WEP encryption key 4
  1492. */
  1493. struct wlan_mlme_wep_cfg {
  1494. bool is_privacy_enabled;
  1495. bool is_shared_key_auth;
  1496. bool is_auth_open_system;
  1497. uint8_t auth_type;
  1498. uint8_t wep_default_key_id;
  1499. struct mlme_cfg_str wep_default_key_1;
  1500. struct mlme_cfg_str wep_default_key_2;
  1501. struct mlme_cfg_str wep_default_key_3;
  1502. struct mlme_cfg_str wep_default_key_4;
  1503. };
  1504. /**
  1505. * struct wlan_mlme_cfg - MLME config items
  1506. * @chainmask_cfg: VHT chainmask related cfg items
  1507. * @edca_params: edca related CFG items
  1508. * @gen: Generic CFG items
  1509. * @ht_caps: HT related CFG Items
  1510. * @he_caps: HE related cfg items
  1511. * @lfr: LFR related CFG Items
  1512. * @obss_ht40:obss ht40 CFG Items
  1513. * @mbo_cfg: Multiband Operation related CFG items
  1514. * @vht_caps: VHT related CFG Items
  1515. * @qos_mlme_params: QOS CFG Items
  1516. * @rates: Rates related cfg items
  1517. * @product_details: product details related CFG Items
  1518. * @dfs_cfg: DFS related CFG Items
  1519. * @sap_protection_cfg: SAP erp protection related CFG items
  1520. * @sap_cfg: sap CFG items
  1521. * @nss_chains_ini_cfg: Per vdev nss, chains related CFG items
  1522. * @sta: sta CFG Items
  1523. * @scoring: BSS Scoring related CFG Items
  1524. * @oce: OCE related CFG items
  1525. * @threshold: threshold related cfg items
  1526. * @timeouts: mlme timeout related CFG items
  1527. * @twt_cfg: TWT CFG Items
  1528. * @acs: ACS related CFG items
  1529. * @feature_flags: Feature flag config items
  1530. * @wep_params: WEP related config items
  1531. * @wmm_params: WMM related CFG & INI Items
  1532. * @wps_params: WPS related CFG itmes
  1533. */
  1534. struct wlan_mlme_cfg {
  1535. struct wlan_mlme_chainmask chainmask_cfg;
  1536. struct wlan_mlme_edca_params edca_params;
  1537. struct wlan_mlme_generic gen;
  1538. struct wlan_mlme_ht_caps ht_caps;
  1539. #ifdef WLAN_FEATURE_11AX
  1540. struct wlan_mlme_he_caps he_caps;
  1541. #endif
  1542. struct wlan_mlme_lfr_cfg lfr;
  1543. struct wlan_mlme_obss_ht40 obss_ht40;
  1544. struct wlan_mlme_mbo mbo_cfg;
  1545. struct wlan_mlme_vht_caps vht_caps;
  1546. struct wlan_mlme_qos qos_mlme_params;
  1547. struct wlan_mlme_rates rates;
  1548. struct wlan_mlme_product_details_cfg product_details;
  1549. struct wlan_mlme_dfs_cfg dfs_cfg;
  1550. struct wlan_mlme_sap_protection sap_protection_cfg;
  1551. struct wlan_mlme_cfg_sap sap_cfg;
  1552. struct wlan_mlme_nss_chains nss_chains_ini_cfg;
  1553. struct wlan_mlme_sta_cfg sta;
  1554. struct wlan_mlme_scoring_cfg scoring;
  1555. struct wlan_mlme_oce oce;
  1556. struct wlan_mlme_threshold threshold;
  1557. struct wlan_mlme_timeout timeouts;
  1558. struct wlan_mlme_cfg_twt twt_cfg;
  1559. struct wlan_mlme_acs acs;
  1560. struct wlan_mlme_feature_flag feature_flags;
  1561. struct wlan_mlme_wep_cfg wep_params;
  1562. struct wlan_mlme_wmm_params wmm_params;
  1563. struct wlan_mlme_wps_params wps_params;
  1564. };
  1565. #endif