wlan_mlme_public_struct.h 58 KB

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