cmd.h 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712
  1. /*
  2. * This file is part of wl1271
  3. *
  4. * Copyright (C) 1998-2009 Texas Instruments. All rights reserved.
  5. * Copyright (C) 2009 Nokia Corporation
  6. *
  7. * Contact: Luciano Coelho <luciano.coelho@nokia.com>
  8. *
  9. * This program is free software; you can redistribute it and/or
  10. * modify it under the terms of the GNU General Public License
  11. * version 2 as published by the Free Software Foundation.
  12. *
  13. * This program is distributed in the hope that it will be useful, but
  14. * WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  16. * General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU General Public License
  19. * along with this program; if not, write to the Free Software
  20. * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  21. * 02110-1301 USA
  22. *
  23. */
  24. #ifndef __CMD_H__
  25. #define __CMD_H__
  26. #include "wl12xx.h"
  27. struct acx_header;
  28. int wl1271_cmd_send(struct wl1271 *wl, u16 id, void *buf, size_t len,
  29. size_t res_len);
  30. int wl1271_cmd_general_parms(struct wl1271 *wl);
  31. int wl128x_cmd_general_parms(struct wl1271 *wl);
  32. int wl1271_cmd_radio_parms(struct wl1271 *wl);
  33. int wl128x_cmd_radio_parms(struct wl1271 *wl);
  34. int wl1271_cmd_ext_radio_parms(struct wl1271 *wl);
  35. int wl12xx_cmd_role_enable(struct wl1271 *wl, u8 *addr, u8 role_type,
  36. u8 *role_id);
  37. int wl12xx_cmd_role_disable(struct wl1271 *wl, u8 *role_id);
  38. int wl12xx_cmd_role_start_sta(struct wl1271 *wl, struct wl12xx_vif *wlvif);
  39. int wl12xx_cmd_role_stop_sta(struct wl1271 *wl, struct wl12xx_vif *wlvif);
  40. int wl12xx_cmd_role_start_ap(struct wl1271 *wl, struct wl12xx_vif *wlvif);
  41. int wl12xx_cmd_role_stop_ap(struct wl1271 *wl, struct wl12xx_vif *wlvif);
  42. int wl12xx_cmd_role_start_ibss(struct wl1271 *wl, struct wl12xx_vif *wlvif);
  43. int wl12xx_start_dev(struct wl1271 *wl, struct wl12xx_vif *wlvif);
  44. int wl12xx_stop_dev(struct wl1271 *wl, struct wl12xx_vif *wlvif);
  45. int wl1271_cmd_test(struct wl1271 *wl, void *buf, size_t buf_len, u8 answer);
  46. int wl1271_cmd_interrogate(struct wl1271 *wl, u16 id, void *buf, size_t len);
  47. int wl1271_cmd_configure(struct wl1271 *wl, u16 id, void *buf, size_t len);
  48. int wl1271_cmd_data_path(struct wl1271 *wl, bool enable);
  49. int wl1271_cmd_ps_mode(struct wl1271 *wl, struct wl12xx_vif *wlvif,
  50. u8 ps_mode);
  51. int wl1271_cmd_read_memory(struct wl1271 *wl, u32 addr, void *answer,
  52. size_t len);
  53. int wl1271_cmd_template_set(struct wl1271 *wl, u16 template_id,
  54. void *buf, size_t buf_len, int index, u32 rates);
  55. int wl12xx_cmd_build_null_data(struct wl1271 *wl, struct wl12xx_vif *wlvif);
  56. int wl1271_cmd_build_ps_poll(struct wl1271 *wl, struct wl12xx_vif *wlvif,
  57. u16 aid);
  58. int wl1271_cmd_build_probe_req(struct wl1271 *wl, struct wl12xx_vif *wlvif,
  59. const u8 *ssid, size_t ssid_len,
  60. const u8 *ie, size_t ie_len, u8 band);
  61. struct sk_buff *wl1271_cmd_build_ap_probe_req(struct wl1271 *wl,
  62. struct wl12xx_vif *wlvif,
  63. struct sk_buff *skb);
  64. int wl1271_cmd_build_arp_rsp(struct wl1271 *wl, struct wl12xx_vif *wlvif,
  65. __be32 ip_addr);
  66. int wl1271_build_qos_null_data(struct wl1271 *wl, struct ieee80211_vif *vif);
  67. int wl12xx_cmd_build_klv_null_data(struct wl1271 *wl,
  68. struct wl12xx_vif *wlvif);
  69. int wl12xx_cmd_set_default_wep_key(struct wl1271 *wl, u8 id, u8 hlid);
  70. int wl1271_cmd_set_sta_key(struct wl1271 *wl, struct wl12xx_vif *wlvif,
  71. u16 action, u8 id, u8 key_type,
  72. u8 key_size, const u8 *key, const u8 *addr,
  73. u32 tx_seq_32, u16 tx_seq_16);
  74. int wl1271_cmd_set_ap_key(struct wl1271 *wl, struct wl12xx_vif *wlvif,
  75. u16 action, u8 id, u8 key_type,
  76. u8 key_size, const u8 *key, u8 hlid, u32 tx_seq_32,
  77. u16 tx_seq_16);
  78. int wl12xx_cmd_set_peer_state(struct wl1271 *wl, u8 hlid);
  79. int wl12xx_roc(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 role_id);
  80. int wl12xx_croc(struct wl1271 *wl, u8 role_id);
  81. int wl12xx_cmd_add_peer(struct wl1271 *wl, struct wl12xx_vif *wlvif,
  82. struct ieee80211_sta *sta, u8 hlid);
  83. int wl12xx_cmd_remove_peer(struct wl1271 *wl, u8 hlid);
  84. int wl12xx_cmd_config_fwlog(struct wl1271 *wl);
  85. int wl12xx_cmd_start_fwlog(struct wl1271 *wl);
  86. int wl12xx_cmd_stop_fwlog(struct wl1271 *wl);
  87. int wl12xx_cmd_channel_switch(struct wl1271 *wl,
  88. struct ieee80211_channel_switch *ch_switch);
  89. int wl12xx_cmd_stop_channel_switch(struct wl1271 *wl);
  90. int wl12xx_allocate_link(struct wl1271 *wl, struct wl12xx_vif *wlvif,
  91. u8 *hlid);
  92. void wl12xx_free_link(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 *hlid);
  93. enum wl1271_commands {
  94. CMD_INTERROGATE = 1, /*use this to read information elements*/
  95. CMD_CONFIGURE = 2, /*use this to write information elements*/
  96. CMD_ENABLE_RX = 3,
  97. CMD_ENABLE_TX = 4,
  98. CMD_DISABLE_RX = 5,
  99. CMD_DISABLE_TX = 6,
  100. CMD_SCAN = 8,
  101. CMD_STOP_SCAN = 9,
  102. CMD_SET_KEYS = 12,
  103. CMD_READ_MEMORY = 13,
  104. CMD_WRITE_MEMORY = 14,
  105. CMD_SET_TEMPLATE = 19,
  106. CMD_TEST = 23,
  107. CMD_NOISE_HIST = 28,
  108. CMD_QUIET_ELEMENT_SET_STATE = 29,
  109. CMD_SET_BCN_MODE = 33,
  110. CMD_MEASUREMENT = 34,
  111. CMD_STOP_MEASUREMENT = 35,
  112. CMD_SET_PS_MODE = 37,
  113. CMD_CHANNEL_SWITCH = 38,
  114. CMD_STOP_CHANNEL_SWICTH = 39,
  115. CMD_AP_DISCOVERY = 40,
  116. CMD_STOP_AP_DISCOVERY = 41,
  117. CMD_HEALTH_CHECK = 45,
  118. CMD_DEBUG = 46,
  119. CMD_TRIGGER_SCAN_TO = 47,
  120. CMD_CONNECTION_SCAN_CFG = 48,
  121. CMD_CONNECTION_SCAN_SSID_CFG = 49,
  122. CMD_START_PERIODIC_SCAN = 50,
  123. CMD_STOP_PERIODIC_SCAN = 51,
  124. CMD_SET_PEER_STATE = 52,
  125. CMD_REMAIN_ON_CHANNEL = 53,
  126. CMD_CANCEL_REMAIN_ON_CHANNEL = 54,
  127. CMD_CONFIG_FWLOGGER = 55,
  128. CMD_START_FWLOGGER = 56,
  129. CMD_STOP_FWLOGGER = 57,
  130. /* AP commands */
  131. CMD_ADD_PEER = 62,
  132. CMD_REMOVE_PEER = 63,
  133. /* Role API */
  134. CMD_ROLE_ENABLE = 70,
  135. CMD_ROLE_DISABLE = 71,
  136. CMD_ROLE_START = 72,
  137. CMD_ROLE_STOP = 73,
  138. /* WIFI Direct */
  139. CMD_WFD_START_DISCOVERY = 80,
  140. CMD_WFD_STOP_DISCOVERY = 81,
  141. CMD_WFD_ATTRIBUTE_CONFIG = 82,
  142. CMD_NOP = 100,
  143. NUM_COMMANDS,
  144. MAX_COMMAND_ID = 0xFFFF,
  145. };
  146. #define MAX_CMD_PARAMS 572
  147. enum {
  148. CMD_TEMPL_KLV_IDX_NULL_DATA = 0,
  149. CMD_TEMPL_KLV_IDX_MAX = 4
  150. };
  151. enum cmd_templ {
  152. CMD_TEMPL_NULL_DATA = 0,
  153. CMD_TEMPL_BEACON,
  154. CMD_TEMPL_CFG_PROBE_REQ_2_4,
  155. CMD_TEMPL_CFG_PROBE_REQ_5,
  156. CMD_TEMPL_PROBE_RESPONSE,
  157. CMD_TEMPL_QOS_NULL_DATA,
  158. CMD_TEMPL_PS_POLL,
  159. CMD_TEMPL_KLV,
  160. CMD_TEMPL_DISCONNECT,
  161. CMD_TEMPL_PROBE_REQ_2_4, /* for firmware internal use only */
  162. CMD_TEMPL_PROBE_REQ_5, /* for firmware internal use only */
  163. CMD_TEMPL_BAR, /* for firmware internal use only */
  164. CMD_TEMPL_CTS, /*
  165. * For CTS-to-self (FastCTS) mechanism
  166. * for BT/WLAN coexistence (SoftGemini). */
  167. CMD_TEMPL_AP_BEACON,
  168. CMD_TEMPL_AP_PROBE_RESPONSE,
  169. CMD_TEMPL_ARP_RSP,
  170. CMD_TEMPL_DEAUTH_AP,
  171. CMD_TEMPL_TEMPORARY,
  172. CMD_TEMPL_LINK_MEASUREMENT_REPORT,
  173. CMD_TEMPL_MAX = 0xff
  174. };
  175. /* unit ms */
  176. #define WL1271_COMMAND_TIMEOUT 2000
  177. #define WL1271_CMD_TEMPL_DFLT_SIZE 252
  178. #define WL1271_CMD_TEMPL_MAX_SIZE 548
  179. #define WL1271_EVENT_TIMEOUT 750
  180. struct wl1271_cmd_header {
  181. __le16 id;
  182. __le16 status;
  183. /* payload */
  184. u8 data[0];
  185. } __packed;
  186. #define WL1271_CMD_MAX_PARAMS 572
  187. struct wl1271_command {
  188. struct wl1271_cmd_header header;
  189. u8 parameters[WL1271_CMD_MAX_PARAMS];
  190. } __packed;
  191. enum {
  192. CMD_MAILBOX_IDLE = 0,
  193. CMD_STATUS_SUCCESS = 1,
  194. CMD_STATUS_UNKNOWN_CMD = 2,
  195. CMD_STATUS_UNKNOWN_IE = 3,
  196. CMD_STATUS_REJECT_MEAS_SG_ACTIVE = 11,
  197. CMD_STATUS_RX_BUSY = 13,
  198. CMD_STATUS_INVALID_PARAM = 14,
  199. CMD_STATUS_TEMPLATE_TOO_LARGE = 15,
  200. CMD_STATUS_OUT_OF_MEMORY = 16,
  201. CMD_STATUS_STA_TABLE_FULL = 17,
  202. CMD_STATUS_RADIO_ERROR = 18,
  203. CMD_STATUS_WRONG_NESTING = 19,
  204. CMD_STATUS_TIMEOUT = 21, /* Driver internal use.*/
  205. CMD_STATUS_FW_RESET = 22, /* Driver internal use.*/
  206. CMD_STATUS_TEMPLATE_OOM = 23,
  207. CMD_STATUS_NO_RX_BA_SESSION = 24,
  208. MAX_COMMAND_STATUS = 0xff
  209. };
  210. #define CMDMBOX_HEADER_LEN 4
  211. #define CMDMBOX_INFO_ELEM_HEADER_LEN 4
  212. enum {
  213. BSS_TYPE_IBSS = 0,
  214. BSS_TYPE_STA_BSS = 2,
  215. BSS_TYPE_AP_BSS = 3,
  216. MAX_BSS_TYPE = 0xFF
  217. };
  218. #define WL1271_JOIN_CMD_CTRL_TX_FLUSH 0x80 /* Firmware flushes all Tx */
  219. #define WL1271_JOIN_CMD_TX_SESSION_OFFSET 1
  220. #define WL1271_JOIN_CMD_BSS_TYPE_5GHZ 0x10
  221. struct wl12xx_cmd_role_enable {
  222. struct wl1271_cmd_header header;
  223. u8 role_id;
  224. u8 role_type;
  225. u8 mac_address[ETH_ALEN];
  226. } __packed;
  227. struct wl12xx_cmd_role_disable {
  228. struct wl1271_cmd_header header;
  229. u8 role_id;
  230. u8 padding[3];
  231. } __packed;
  232. enum wl12xx_band {
  233. WL12XX_BAND_2_4GHZ = 0,
  234. WL12XX_BAND_5GHZ = 1,
  235. WL12XX_BAND_JAPAN_4_9_GHZ = 2,
  236. WL12XX_BAND_DEFAULT = WL12XX_BAND_2_4GHZ,
  237. WL12XX_BAND_INVALID = 0x7E,
  238. WL12XX_BAND_MAX_RADIO = 0x7F,
  239. };
  240. struct wl12xx_cmd_role_start {
  241. struct wl1271_cmd_header header;
  242. u8 role_id;
  243. u8 band;
  244. u8 channel;
  245. u8 padding;
  246. union {
  247. struct {
  248. u8 hlid;
  249. u8 session;
  250. u8 padding_1[54];
  251. } __packed device;
  252. /* sta & p2p_cli use the same struct */
  253. struct {
  254. u8 bssid[ETH_ALEN];
  255. u8 hlid; /* data hlid */
  256. u8 session;
  257. __le32 remote_rates; /* remote supported rates */
  258. /*
  259. * The target uses this field to determine the rate at
  260. * which to transmit control frame responses (such as
  261. * ACK or CTS frames).
  262. */
  263. __le32 basic_rate_set;
  264. __le32 local_rates; /* local supported rates */
  265. u8 ssid_type;
  266. u8 ssid_len;
  267. u8 ssid[IEEE80211_MAX_SSID_LEN];
  268. __le16 beacon_interval; /* in TBTTs */
  269. } __packed sta;
  270. struct {
  271. u8 bssid[ETH_ALEN];
  272. u8 hlid; /* data hlid */
  273. u8 dtim_interval;
  274. __le32 remote_rates; /* remote supported rates */
  275. __le32 basic_rate_set;
  276. __le32 local_rates; /* local supported rates */
  277. u8 ssid_type;
  278. u8 ssid_len;
  279. u8 ssid[IEEE80211_MAX_SSID_LEN];
  280. __le16 beacon_interval; /* in TBTTs */
  281. u8 padding_1[4];
  282. } __packed ibss;
  283. /* ap & p2p_go use the same struct */
  284. struct {
  285. __le16 aging_period; /* in secs */
  286. u8 beacon_expiry; /* in ms */
  287. u8 bss_index;
  288. /* The host link id for the AP's global queue */
  289. u8 global_hlid;
  290. /* The host link id for the AP's broadcast queue */
  291. u8 broadcast_hlid;
  292. __le16 beacon_interval; /* in TBTTs */
  293. __le32 basic_rate_set;
  294. __le32 local_rates; /* local supported rates */
  295. u8 dtim_interval;
  296. u8 ssid_type;
  297. u8 ssid_len;
  298. u8 ssid[IEEE80211_MAX_SSID_LEN];
  299. u8 padding_1[5];
  300. } __packed ap;
  301. };
  302. } __packed;
  303. struct wl12xx_cmd_role_stop {
  304. struct wl1271_cmd_header header;
  305. u8 role_id;
  306. u8 disc_type; /* only STA and P2P_CLI */
  307. __le16 reason; /* only STA and P2P_CLI */
  308. } __packed;
  309. struct cmd_enabledisable_path {
  310. struct wl1271_cmd_header header;
  311. u8 channel;
  312. u8 padding[3];
  313. } __packed;
  314. #define WL1271_RATE_AUTOMATIC 0
  315. struct wl1271_cmd_template_set {
  316. struct wl1271_cmd_header header;
  317. __le16 len;
  318. u8 template_type;
  319. u8 index; /* relevant only for KLV_TEMPLATE type */
  320. __le32 enabled_rates;
  321. u8 short_retry_limit;
  322. u8 long_retry_limit;
  323. u8 aflags;
  324. u8 reserved;
  325. u8 template_data[WL1271_CMD_TEMPL_MAX_SIZE];
  326. } __packed;
  327. #define TIM_ELE_ID 5
  328. #define PARTIAL_VBM_MAX 251
  329. struct wl1271_tim {
  330. u8 identity;
  331. u8 length;
  332. u8 dtim_count;
  333. u8 dtim_period;
  334. u8 bitmap_ctrl;
  335. u8 pvb_field[PARTIAL_VBM_MAX]; /* Partial Virtual Bitmap */
  336. } __packed;
  337. enum wl1271_cmd_ps_mode {
  338. STATION_ACTIVE_MODE,
  339. STATION_POWER_SAVE_MODE
  340. };
  341. struct wl1271_cmd_ps_params {
  342. struct wl1271_cmd_header header;
  343. u8 role_id;
  344. u8 ps_mode; /* STATION_* */
  345. u8 padding[2];
  346. } __packed;
  347. /* HW encryption keys */
  348. #define NUM_ACCESS_CATEGORIES_COPY 4
  349. enum wl1271_cmd_key_action {
  350. KEY_ADD_OR_REPLACE = 1,
  351. KEY_REMOVE = 2,
  352. KEY_SET_ID = 3,
  353. MAX_KEY_ACTION = 0xffff,
  354. };
  355. enum wl1271_cmd_lid_key_type {
  356. UNICAST_LID_TYPE = 0,
  357. BROADCAST_LID_TYPE = 1,
  358. WEP_DEFAULT_LID_TYPE = 2
  359. };
  360. enum wl1271_cmd_key_type {
  361. KEY_NONE = 0,
  362. KEY_WEP = 1,
  363. KEY_TKIP = 2,
  364. KEY_AES = 3,
  365. KEY_GEM = 4,
  366. };
  367. struct wl1271_cmd_set_keys {
  368. struct wl1271_cmd_header header;
  369. /*
  370. * Indicates whether the HLID is a unicast key set
  371. * or broadcast key set. A special value 0xFF is
  372. * used to indicate that the HLID is on WEP-default
  373. * (multi-hlids). of type wl1271_cmd_lid_key_type.
  374. */
  375. u8 hlid;
  376. /*
  377. * In WEP-default network (hlid == 0xFF) used to
  378. * indicate which network STA/IBSS/AP role should be
  379. * changed
  380. */
  381. u8 lid_key_type;
  382. /*
  383. * Key ID - For TKIP and AES key types, this field
  384. * indicates the value that should be inserted into
  385. * the KeyID field of frames transmitted using this
  386. * key entry. For broadcast keys the index use as a
  387. * marker for TX/RX key.
  388. * For WEP default network (HLID=0xFF), this field
  389. * indicates the ID of the key to add or remove.
  390. */
  391. u8 key_id;
  392. u8 reserved_1;
  393. /* key_action_e */
  394. __le16 key_action;
  395. /* key size in bytes */
  396. u8 key_size;
  397. /* key_type_e */
  398. u8 key_type;
  399. /* This field holds the security key data to add to the STA table */
  400. u8 key[MAX_KEY_SIZE];
  401. __le16 ac_seq_num16[NUM_ACCESS_CATEGORIES_COPY];
  402. __le32 ac_seq_num32[NUM_ACCESS_CATEGORIES_COPY];
  403. } __packed;
  404. struct wl1271_cmd_test_header {
  405. u8 id;
  406. u8 padding[3];
  407. } __packed;
  408. enum wl1271_channel_tune_bands {
  409. WL1271_CHANNEL_TUNE_BAND_2_4,
  410. WL1271_CHANNEL_TUNE_BAND_5,
  411. WL1271_CHANNEL_TUNE_BAND_4_9
  412. };
  413. #define WL1271_PD_REFERENCE_POINT_BAND_B_G 0
  414. #define TEST_CMD_INI_FILE_RADIO_PARAM 0x19
  415. #define TEST_CMD_INI_FILE_GENERAL_PARAM 0x1E
  416. #define TEST_CMD_INI_FILE_RF_EXTENDED_PARAM 0x26
  417. struct wl1271_general_parms_cmd {
  418. struct wl1271_cmd_header header;
  419. struct wl1271_cmd_test_header test;
  420. struct wl1271_ini_general_params general_params;
  421. u8 sr_debug_table[WL1271_INI_MAX_SMART_REFLEX_PARAM];
  422. u8 sr_sen_n_p;
  423. u8 sr_sen_n_p_gain;
  424. u8 sr_sen_nrn;
  425. u8 sr_sen_prn;
  426. u8 padding[3];
  427. } __packed;
  428. struct wl128x_general_parms_cmd {
  429. struct wl1271_cmd_header header;
  430. struct wl1271_cmd_test_header test;
  431. struct wl128x_ini_general_params general_params;
  432. u8 sr_debug_table[WL1271_INI_MAX_SMART_REFLEX_PARAM];
  433. u8 sr_sen_n_p;
  434. u8 sr_sen_n_p_gain;
  435. u8 sr_sen_nrn;
  436. u8 sr_sen_prn;
  437. u8 padding[3];
  438. } __packed;
  439. struct wl1271_radio_parms_cmd {
  440. struct wl1271_cmd_header header;
  441. struct wl1271_cmd_test_header test;
  442. /* Static radio parameters */
  443. struct wl1271_ini_band_params_2 static_params_2;
  444. struct wl1271_ini_band_params_5 static_params_5;
  445. /* Dynamic radio parameters */
  446. struct wl1271_ini_fem_params_2 dyn_params_2;
  447. u8 padding2;
  448. struct wl1271_ini_fem_params_5 dyn_params_5;
  449. u8 padding3[2];
  450. } __packed;
  451. struct wl128x_radio_parms_cmd {
  452. struct wl1271_cmd_header header;
  453. struct wl1271_cmd_test_header test;
  454. /* Static radio parameters */
  455. struct wl128x_ini_band_params_2 static_params_2;
  456. struct wl128x_ini_band_params_5 static_params_5;
  457. u8 fem_vendor_and_options;
  458. /* Dynamic radio parameters */
  459. struct wl128x_ini_fem_params_2 dyn_params_2;
  460. u8 padding2;
  461. struct wl128x_ini_fem_params_5 dyn_params_5;
  462. } __packed;
  463. struct wl1271_ext_radio_parms_cmd {
  464. struct wl1271_cmd_header header;
  465. struct wl1271_cmd_test_header test;
  466. u8 tx_per_channel_power_compensation_2[CONF_TX_PWR_COMPENSATION_LEN_2];
  467. u8 tx_per_channel_power_compensation_5[CONF_TX_PWR_COMPENSATION_LEN_5];
  468. u8 padding[3];
  469. } __packed;
  470. /*
  471. * There are three types of disconnections:
  472. *
  473. * DISCONNECT_IMMEDIATE: the fw doesn't send any frames
  474. * DISCONNECT_DEAUTH: the fw generates a DEAUTH request with the reason
  475. * we have passed
  476. * DISCONNECT_DISASSOC: the fw generates a DESASSOC request with the reason
  477. * we have passed
  478. */
  479. enum wl1271_disconnect_type {
  480. DISCONNECT_IMMEDIATE,
  481. DISCONNECT_DEAUTH,
  482. DISCONNECT_DISASSOC
  483. };
  484. #define WL1271_CMD_STA_STATE_CONNECTED 1
  485. struct wl12xx_cmd_set_peer_state {
  486. struct wl1271_cmd_header header;
  487. u8 hlid;
  488. u8 state;
  489. u8 padding[2];
  490. } __packed;
  491. struct wl12xx_cmd_roc {
  492. struct wl1271_cmd_header header;
  493. u8 role_id;
  494. u8 channel;
  495. u8 band;
  496. u8 padding;
  497. };
  498. struct wl12xx_cmd_croc {
  499. struct wl1271_cmd_header header;
  500. u8 role_id;
  501. u8 padding[3];
  502. };
  503. enum wl12xx_ssid_type {
  504. WL12XX_SSID_TYPE_PUBLIC = 0,
  505. WL12XX_SSID_TYPE_HIDDEN = 1,
  506. WL12XX_SSID_TYPE_ANY = 2,
  507. };
  508. enum wl1271_psd_type {
  509. WL1271_PSD_LEGACY = 0,
  510. WL1271_PSD_UPSD_TRIGGER = 1,
  511. WL1271_PSD_LEGACY_PSPOLL = 2,
  512. WL1271_PSD_SAPSD = 3
  513. };
  514. struct wl12xx_cmd_add_peer {
  515. struct wl1271_cmd_header header;
  516. u8 addr[ETH_ALEN];
  517. u8 hlid;
  518. u8 aid;
  519. u8 psd_type[NUM_ACCESS_CATEGORIES_COPY];
  520. __le32 supported_rates;
  521. u8 bss_index;
  522. u8 sp_len;
  523. u8 wmm;
  524. u8 padding1;
  525. } __packed;
  526. struct wl12xx_cmd_remove_peer {
  527. struct wl1271_cmd_header header;
  528. u8 hlid;
  529. u8 reason_opcode;
  530. u8 send_deauth_flag;
  531. u8 padding1;
  532. } __packed;
  533. /*
  534. * Continuous mode - packets are transferred to the host periodically
  535. * via the data path.
  536. * On demand - Log messages are stored in a cyclic buffer in the
  537. * firmware, and only transferred to the host when explicitly requested
  538. */
  539. enum wl12xx_fwlogger_log_mode {
  540. WL12XX_FWLOG_CONTINUOUS,
  541. WL12XX_FWLOG_ON_DEMAND
  542. };
  543. /* Include/exclude timestamps from the log messages */
  544. enum wl12xx_fwlogger_timestamp {
  545. WL12XX_FWLOG_TIMESTAMP_DISABLED,
  546. WL12XX_FWLOG_TIMESTAMP_ENABLED
  547. };
  548. /*
  549. * Logs can be routed to the debug pinouts (where available), to the host bus
  550. * (SDIO/SPI), or dropped
  551. */
  552. enum wl12xx_fwlogger_output {
  553. WL12XX_FWLOG_OUTPUT_NONE,
  554. WL12XX_FWLOG_OUTPUT_DBG_PINS,
  555. WL12XX_FWLOG_OUTPUT_HOST,
  556. };
  557. struct wl12xx_cmd_config_fwlog {
  558. struct wl1271_cmd_header header;
  559. /* See enum wl12xx_fwlogger_log_mode */
  560. u8 logger_mode;
  561. /* Minimum log level threshold */
  562. u8 log_severity;
  563. /* Include/exclude timestamps from the log messages */
  564. u8 timestamp;
  565. /* See enum wl1271_fwlogger_output */
  566. u8 output;
  567. /* Regulates the frequency of log messages */
  568. u8 threshold;
  569. u8 padding[3];
  570. } __packed;
  571. struct wl12xx_cmd_start_fwlog {
  572. struct wl1271_cmd_header header;
  573. } __packed;
  574. struct wl12xx_cmd_stop_fwlog {
  575. struct wl1271_cmd_header header;
  576. } __packed;
  577. struct wl12xx_cmd_channel_switch {
  578. struct wl1271_cmd_header header;
  579. /* The new serving channel */
  580. u8 channel;
  581. /* Relative time of the serving channel switch in TBTT units */
  582. u8 switch_time;
  583. /* 1: Suspend TX till switch time; 0: Do not suspend TX */
  584. u8 tx_suspend;
  585. /* 1: Flush TX at switch time; 0: Do not flush */
  586. u8 flush;
  587. } __packed;
  588. struct wl12xx_cmd_stop_channel_switch {
  589. struct wl1271_cmd_header header;
  590. } __packed;
  591. #endif /* __WL1271_CMD_H__ */