cmd.h 18 KB

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