dhd.h 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571
  1. /*
  2. * Copyright (c) 2010 Broadcom Corporation
  3. *
  4. * Permission to use, copy, modify, and/or distribute this software for any
  5. * purpose with or without fee is hereby granted, provided that the above
  6. * copyright notice and this permission notice appear in all copies.
  7. *
  8. * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  9. * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  10. * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
  11. * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  12. * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
  13. * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
  14. * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  15. */
  16. /****************
  17. * Common types *
  18. */
  19. #ifndef _BRCMF_H_
  20. #define _BRCMF_H_
  21. #define BRCMF_VERSION_STR "4.218.248.5"
  22. #include "fweh.h"
  23. /*******************************************************************************
  24. * IO codes that are interpreted by dongle firmware
  25. ******************************************************************************/
  26. #define BRCMF_C_UP 2
  27. #define BRCMF_C_DOWN 3
  28. #define BRCMF_C_SET_PROMISC 10
  29. #define BRCMF_C_GET_RATE 12
  30. #define BRCMF_C_GET_INFRA 19
  31. #define BRCMF_C_SET_INFRA 20
  32. #define BRCMF_C_GET_AUTH 21
  33. #define BRCMF_C_SET_AUTH 22
  34. #define BRCMF_C_GET_BSSID 23
  35. #define BRCMF_C_GET_SSID 25
  36. #define BRCMF_C_SET_SSID 26
  37. #define BRCMF_C_TERMINATED 28
  38. #define BRCMF_C_GET_CHANNEL 29
  39. #define BRCMF_C_SET_CHANNEL 30
  40. #define BRCMF_C_GET_SRL 31
  41. #define BRCMF_C_SET_SRL 32
  42. #define BRCMF_C_GET_LRL 33
  43. #define BRCMF_C_SET_LRL 34
  44. #define BRCMF_C_GET_RADIO 37
  45. #define BRCMF_C_SET_RADIO 38
  46. #define BRCMF_C_GET_PHYTYPE 39
  47. #define BRCMF_C_SET_KEY 45
  48. #define BRCMF_C_SET_PASSIVE_SCAN 49
  49. #define BRCMF_C_SCAN 50
  50. #define BRCMF_C_SCAN_RESULTS 51
  51. #define BRCMF_C_DISASSOC 52
  52. #define BRCMF_C_REASSOC 53
  53. #define BRCMF_C_SET_ROAM_TRIGGER 55
  54. #define BRCMF_C_SET_ROAM_DELTA 57
  55. #define BRCMF_C_GET_BCNPRD 75
  56. #define BRCMF_C_SET_BCNPRD 76
  57. #define BRCMF_C_GET_DTIMPRD 77
  58. #define BRCMF_C_SET_DTIMPRD 78
  59. #define BRCMF_C_SET_COUNTRY 84
  60. #define BRCMF_C_GET_PM 85
  61. #define BRCMF_C_SET_PM 86
  62. #define BRCMF_C_GET_CURR_RATESET 114
  63. #define BRCMF_C_GET_AP 117
  64. #define BRCMF_C_SET_AP 118
  65. #define BRCMF_C_GET_RSSI 127
  66. #define BRCMF_C_GET_WSEC 133
  67. #define BRCMF_C_SET_WSEC 134
  68. #define BRCMF_C_GET_PHY_NOISE 135
  69. #define BRCMF_C_GET_BSS_INFO 136
  70. #define BRCMF_C_SET_SCB_TIMEOUT 158
  71. #define BRCMF_C_GET_PHYLIST 180
  72. #define BRCMF_C_SET_SCAN_CHANNEL_TIME 185
  73. #define BRCMF_C_SET_SCAN_UNASSOC_TIME 187
  74. #define BRCMF_C_SCB_DEAUTHENTICATE_FOR_REASON 201
  75. #define BRCMF_C_GET_VALID_CHANNELS 217
  76. #define BRCMF_C_GET_KEY_PRIMARY 235
  77. #define BRCMF_C_SET_KEY_PRIMARY 236
  78. #define BRCMF_C_SET_SCAN_PASSIVE_TIME 258
  79. #define BRCMF_C_GET_VAR 262
  80. #define BRCMF_C_SET_VAR 263
  81. /* phy types (returned by WLC_GET_PHYTPE) */
  82. #define WLC_PHY_TYPE_A 0
  83. #define WLC_PHY_TYPE_B 1
  84. #define WLC_PHY_TYPE_G 2
  85. #define WLC_PHY_TYPE_N 4
  86. #define WLC_PHY_TYPE_LP 5
  87. #define WLC_PHY_TYPE_SSN 6
  88. #define WLC_PHY_TYPE_HT 7
  89. #define WLC_PHY_TYPE_LCN 8
  90. #define WLC_PHY_TYPE_NULL 0xf
  91. #define BRCMF_EVENTING_MASK_LEN 16
  92. #define TOE_TX_CSUM_OL 0x00000001
  93. #define TOE_RX_CSUM_OL 0x00000002
  94. #define BRCMF_BSS_INFO_VERSION 109 /* curr ver of brcmf_bss_info_le struct */
  95. /* size of brcmf_scan_params not including variable length array */
  96. #define BRCMF_SCAN_PARAMS_FIXED_SIZE 64
  97. /* masks for channel and ssid count */
  98. #define BRCMF_SCAN_PARAMS_COUNT_MASK 0x0000ffff
  99. #define BRCMF_SCAN_PARAMS_NSSID_SHIFT 16
  100. /* primary (ie tx) key */
  101. #define BRCMF_PRIMARY_KEY (1 << 1)
  102. /* For supporting multiple interfaces */
  103. #define BRCMF_MAX_IFS 16
  104. #define DOT11_BSSTYPE_ANY 2
  105. #define DOT11_MAX_DEFAULT_KEYS 4
  106. #define BRCMF_ESCAN_REQ_VERSION 1
  107. #define WLC_BSS_RSSI_ON_CHANNEL 0x0002
  108. #define BRCMF_MAXRATES_IN_SET 16 /* max # of rates in rateset */
  109. #define BRCMF_STA_ASSOC 0x10 /* Associated */
  110. #define BRCMF_E_STATUS_SUCCESS 0
  111. #define BRCMF_E_STATUS_FAIL 1
  112. #define BRCMF_E_STATUS_TIMEOUT 2
  113. #define BRCMF_E_STATUS_NO_NETWORKS 3
  114. #define BRCMF_E_STATUS_ABORT 4
  115. #define BRCMF_E_STATUS_NO_ACK 5
  116. #define BRCMF_E_STATUS_UNSOLICITED 6
  117. #define BRCMF_E_STATUS_ATTEMPT 7
  118. #define BRCMF_E_STATUS_PARTIAL 8
  119. #define BRCMF_E_STATUS_NEWSCAN 9
  120. #define BRCMF_E_STATUS_NEWASSOC 10
  121. #define BRCMF_E_STATUS_11HQUIET 11
  122. #define BRCMF_E_STATUS_SUPPRESS 12
  123. #define BRCMF_E_STATUS_NOCHANS 13
  124. #define BRCMF_E_STATUS_CS_ABORT 15
  125. #define BRCMF_E_STATUS_ERROR 16
  126. #define BRCMF_E_REASON_INITIAL_ASSOC 0
  127. #define BRCMF_E_REASON_LOW_RSSI 1
  128. #define BRCMF_E_REASON_DEAUTH 2
  129. #define BRCMF_E_REASON_DISASSOC 3
  130. #define BRCMF_E_REASON_BCNS_LOST 4
  131. #define BRCMF_E_REASON_MINTXRATE 9
  132. #define BRCMF_E_REASON_TXFAIL 10
  133. #define BRCMF_E_REASON_FAST_ROAM_FAILED 5
  134. #define BRCMF_E_REASON_DIRECTED_ROAM 6
  135. #define BRCMF_E_REASON_TSPEC_REJECTED 7
  136. #define BRCMF_E_REASON_BETTER_AP 8
  137. #define BRCMF_E_PRUNE_ENCR_MISMATCH 1
  138. #define BRCMF_E_PRUNE_BCAST_BSSID 2
  139. #define BRCMF_E_PRUNE_MAC_DENY 3
  140. #define BRCMF_E_PRUNE_MAC_NA 4
  141. #define BRCMF_E_PRUNE_REG_PASSV 5
  142. #define BRCMF_E_PRUNE_SPCT_MGMT 6
  143. #define BRCMF_E_PRUNE_RADAR 7
  144. #define BRCMF_E_RSN_MISMATCH 8
  145. #define BRCMF_E_PRUNE_NO_COMMON_RATES 9
  146. #define BRCMF_E_PRUNE_BASIC_RATES 10
  147. #define BRCMF_E_PRUNE_CIPHER_NA 12
  148. #define BRCMF_E_PRUNE_KNOWN_STA 13
  149. #define BRCMF_E_PRUNE_WDS_PEER 15
  150. #define BRCMF_E_PRUNE_QBSS_LOAD 16
  151. #define BRCMF_E_PRUNE_HOME_AP 17
  152. #define BRCMF_E_SUP_OTHER 0
  153. #define BRCMF_E_SUP_DECRYPT_KEY_DATA 1
  154. #define BRCMF_E_SUP_BAD_UCAST_WEP128 2
  155. #define BRCMF_E_SUP_BAD_UCAST_WEP40 3
  156. #define BRCMF_E_SUP_UNSUP_KEY_LEN 4
  157. #define BRCMF_E_SUP_PW_KEY_CIPHER 5
  158. #define BRCMF_E_SUP_MSG3_TOO_MANY_IE 6
  159. #define BRCMF_E_SUP_MSG3_IE_MISMATCH 7
  160. #define BRCMF_E_SUP_NO_INSTALL_FLAG 8
  161. #define BRCMF_E_SUP_MSG3_NO_GTK 9
  162. #define BRCMF_E_SUP_GRP_KEY_CIPHER 10
  163. #define BRCMF_E_SUP_GRP_MSG1_NO_GTK 11
  164. #define BRCMF_E_SUP_GTK_DECRYPT_FAIL 12
  165. #define BRCMF_E_SUP_SEND_FAIL 13
  166. #define BRCMF_E_SUP_DEAUTH 14
  167. #define BRCMF_E_IF_ADD 1
  168. #define BRCMF_E_IF_DEL 2
  169. #define BRCMF_E_IF_CHANGE 3
  170. #define BRCMF_E_IF_ROLE_STA 0
  171. #define BRCMF_E_IF_ROLE_AP 1
  172. #define BRCMF_E_IF_ROLE_WDS 2
  173. #define BRCMF_E_LINK_BCN_LOSS 1
  174. #define BRCMF_E_LINK_DISASSOC 2
  175. #define BRCMF_E_LINK_ASSOC_REC 3
  176. #define BRCMF_E_LINK_BSSCFG_DIS 4
  177. /* Small, medium and maximum buffer size for dcmd
  178. */
  179. #define BRCMF_DCMD_SMLEN 256
  180. #define BRCMF_DCMD_MEDLEN 1536
  181. #define BRCMF_DCMD_MAXLEN 8192
  182. /* Pattern matching filter. Specifies an offset within received packets to
  183. * start matching, the pattern to match, the size of the pattern, and a bitmask
  184. * that indicates which bits within the pattern should be matched.
  185. */
  186. struct brcmf_pkt_filter_pattern_le {
  187. /*
  188. * Offset within received packet to start pattern matching.
  189. * Offset '0' is the first byte of the ethernet header.
  190. */
  191. __le32 offset;
  192. /* Size of the pattern. Bitmask must be the same size.*/
  193. __le32 size_bytes;
  194. /*
  195. * Variable length mask and pattern data. mask starts at offset 0.
  196. * Pattern immediately follows mask.
  197. */
  198. u8 mask_and_pattern[1];
  199. };
  200. /* IOVAR "pkt_filter_add" parameter. Used to install packet filters. */
  201. struct brcmf_pkt_filter_le {
  202. __le32 id; /* Unique filter id, specified by app. */
  203. __le32 type; /* Filter type (WL_PKT_FILTER_TYPE_xxx). */
  204. __le32 negate_match; /* Negate the result of filter matches */
  205. union { /* Filter definitions */
  206. struct brcmf_pkt_filter_pattern_le pattern; /* Filter pattern */
  207. } u;
  208. };
  209. /* IOVAR "pkt_filter_enable" parameter. */
  210. struct brcmf_pkt_filter_enable_le {
  211. __le32 id; /* Unique filter id */
  212. __le32 enable; /* Enable/disable bool */
  213. };
  214. /* BSS info structure
  215. * Applications MUST CHECK ie_offset field and length field to access IEs and
  216. * next bss_info structure in a vector (in struct brcmf_scan_results)
  217. */
  218. struct brcmf_bss_info_le {
  219. __le32 version; /* version field */
  220. __le32 length; /* byte length of data in this record,
  221. * starting at version and including IEs
  222. */
  223. u8 BSSID[ETH_ALEN];
  224. __le16 beacon_period; /* units are Kusec */
  225. __le16 capability; /* Capability information */
  226. u8 SSID_len;
  227. u8 SSID[32];
  228. struct {
  229. __le32 count; /* # rates in this set */
  230. u8 rates[16]; /* rates in 500kbps units w/hi bit set if basic */
  231. } rateset; /* supported rates */
  232. __le16 chanspec; /* chanspec for bss */
  233. __le16 atim_window; /* units are Kusec */
  234. u8 dtim_period; /* DTIM period */
  235. __le16 RSSI; /* receive signal strength (in dBm) */
  236. s8 phy_noise; /* noise (in dBm) */
  237. u8 n_cap; /* BSS is 802.11N Capable */
  238. /* 802.11N BSS Capabilities (based on HT_CAP_*): */
  239. __le32 nbss_cap;
  240. u8 ctl_ch; /* 802.11N BSS control channel number */
  241. __le32 reserved32[1]; /* Reserved for expansion of BSS properties */
  242. u8 flags; /* flags */
  243. u8 reserved[3]; /* Reserved for expansion of BSS properties */
  244. u8 basic_mcs[MCSSET_LEN]; /* 802.11N BSS required MCS set */
  245. __le16 ie_offset; /* offset at which IEs start, from beginning */
  246. __le32 ie_length; /* byte length of Information Elements */
  247. __le16 SNR; /* average SNR of during frame reception */
  248. /* Add new fields here */
  249. /* variable length Information Elements */
  250. };
  251. struct brcm_rateset_le {
  252. /* # rates in this set */
  253. __le32 count;
  254. /* rates in 500kbps units w/hi bit set if basic */
  255. u8 rates[BRCMF_MAXRATES_IN_SET];
  256. };
  257. struct brcmf_ssid {
  258. u32 SSID_len;
  259. unsigned char SSID[32];
  260. };
  261. struct brcmf_ssid_le {
  262. __le32 SSID_len;
  263. unsigned char SSID[32];
  264. };
  265. struct brcmf_scan_params_le {
  266. struct brcmf_ssid_le ssid_le; /* default: {0, ""} */
  267. u8 bssid[ETH_ALEN]; /* default: bcast */
  268. s8 bss_type; /* default: any,
  269. * DOT11_BSSTYPE_ANY/INFRASTRUCTURE/INDEPENDENT
  270. */
  271. u8 scan_type; /* flags, 0 use default */
  272. __le32 nprobes; /* -1 use default, number of probes per channel */
  273. __le32 active_time; /* -1 use default, dwell time per channel for
  274. * active scanning
  275. */
  276. __le32 passive_time; /* -1 use default, dwell time per channel
  277. * for passive scanning
  278. */
  279. __le32 home_time; /* -1 use default, dwell time for the
  280. * home channel between channel scans
  281. */
  282. __le32 channel_num; /* count of channels and ssids that follow
  283. *
  284. * low half is count of channels in
  285. * channel_list, 0 means default (use all
  286. * available channels)
  287. *
  288. * high half is entries in struct brcmf_ssid
  289. * array that follows channel_list, aligned for
  290. * s32 (4 bytes) meaning an odd channel count
  291. * implies a 2-byte pad between end of
  292. * channel_list and first ssid
  293. *
  294. * if ssid count is zero, single ssid in the
  295. * fixed parameter portion is assumed, otherwise
  296. * ssid in the fixed portion is ignored
  297. */
  298. __le16 channel_list[1]; /* list of chanspecs */
  299. };
  300. struct brcmf_scan_results {
  301. u32 buflen;
  302. u32 version;
  303. u32 count;
  304. struct brcmf_bss_info_le bss_info_le[];
  305. };
  306. struct brcmf_escan_params_le {
  307. __le32 version;
  308. __le16 action;
  309. __le16 sync_id;
  310. struct brcmf_scan_params_le params_le;
  311. };
  312. struct brcmf_escan_result_le {
  313. __le32 buflen;
  314. __le32 version;
  315. __le16 sync_id;
  316. __le16 bss_count;
  317. struct brcmf_bss_info_le bss_info_le;
  318. };
  319. #define WL_ESCAN_RESULTS_FIXED_SIZE (sizeof(struct brcmf_escan_result_le) - \
  320. sizeof(struct brcmf_bss_info_le))
  321. /* used for association with a specific BSSID and chanspec list */
  322. struct brcmf_assoc_params_le {
  323. /* 00:00:00:00:00:00: broadcast scan */
  324. u8 bssid[ETH_ALEN];
  325. /* 0: all available channels, otherwise count of chanspecs in
  326. * chanspec_list */
  327. __le32 chanspec_num;
  328. /* list of chanspecs */
  329. __le16 chanspec_list[1];
  330. };
  331. /* used for join with or without a specific bssid and channel list */
  332. struct brcmf_join_params {
  333. struct brcmf_ssid_le ssid_le;
  334. struct brcmf_assoc_params_le params_le;
  335. };
  336. struct brcmf_wsec_key {
  337. u32 index; /* key index */
  338. u32 len; /* key length */
  339. u8 data[WLAN_MAX_KEY_LEN]; /* key data */
  340. u32 pad_1[18];
  341. u32 algo; /* CRYPTO_ALGO_AES_CCM, CRYPTO_ALGO_WEP128, etc */
  342. u32 flags; /* misc flags */
  343. u32 pad_2[3];
  344. u32 iv_initialized; /* has IV been initialized already? */
  345. u32 pad_3;
  346. /* Rx IV */
  347. struct {
  348. u32 hi; /* upper 32 bits of IV */
  349. u16 lo; /* lower 16 bits of IV */
  350. } rxiv;
  351. u32 pad_4[2];
  352. u8 ea[ETH_ALEN]; /* per station */
  353. };
  354. /*
  355. * dongle requires same struct as above but with fields in little endian order
  356. */
  357. struct brcmf_wsec_key_le {
  358. __le32 index; /* key index */
  359. __le32 len; /* key length */
  360. u8 data[WLAN_MAX_KEY_LEN]; /* key data */
  361. __le32 pad_1[18];
  362. __le32 algo; /* CRYPTO_ALGO_AES_CCM, CRYPTO_ALGO_WEP128, etc */
  363. __le32 flags; /* misc flags */
  364. __le32 pad_2[3];
  365. __le32 iv_initialized; /* has IV been initialized already? */
  366. __le32 pad_3;
  367. /* Rx IV */
  368. struct {
  369. __le32 hi; /* upper 32 bits of IV */
  370. __le16 lo; /* lower 16 bits of IV */
  371. } rxiv;
  372. __le32 pad_4[2];
  373. u8 ea[ETH_ALEN]; /* per station */
  374. };
  375. /* Used to get specific STA parameters */
  376. struct brcmf_scb_val_le {
  377. __le32 val;
  378. u8 ea[ETH_ALEN];
  379. };
  380. /* channel encoding */
  381. struct brcmf_channel_info_le {
  382. __le32 hw_channel;
  383. __le32 target_channel;
  384. __le32 scan_channel;
  385. };
  386. struct brcmf_sta_info_le {
  387. __le16 ver; /* version of this struct */
  388. __le16 len; /* length in bytes of this structure */
  389. __le16 cap; /* sta's advertised capabilities */
  390. __le32 flags; /* flags defined below */
  391. __le32 idle; /* time since data pkt rx'd from sta */
  392. u8 ea[ETH_ALEN]; /* Station address */
  393. __le32 count; /* # rates in this set */
  394. u8 rates[BRCMF_MAXRATES_IN_SET]; /* rates in 500kbps units */
  395. /* w/hi bit set if basic */
  396. __le32 in; /* seconds elapsed since associated */
  397. __le32 listen_interval_inms; /* Min Listen interval in ms for STA */
  398. __le32 tx_pkts; /* # of packets transmitted */
  399. __le32 tx_failures; /* # of packets failed */
  400. __le32 rx_ucast_pkts; /* # of unicast packets received */
  401. __le32 rx_mcast_pkts; /* # of multicast packets received */
  402. __le32 tx_rate; /* Rate of last successful tx frame */
  403. __le32 rx_rate; /* Rate of last successful rx frame */
  404. __le32 rx_decrypt_succeeds; /* # of packet decrypted successfully */
  405. __le32 rx_decrypt_failures; /* # of packet decrypted failed */
  406. };
  407. /*
  408. * WLC_E_PROBRESP_MSG
  409. * WLC_E_P2P_PROBREQ_MSG
  410. * WLC_E_ACTION_FRAME_RX
  411. */
  412. struct brcmf_rx_mgmt_data {
  413. __be16 version;
  414. __be16 chanspec;
  415. __be32 rssi;
  416. __be32 mactime;
  417. __be32 rate;
  418. };
  419. /* Bus independent dongle command */
  420. struct brcmf_dcmd {
  421. uint cmd; /* common dongle cmd definition */
  422. void *buf; /* pointer to user buffer */
  423. uint len; /* length of user buffer */
  424. u8 set; /* get or set request (optional) */
  425. uint used; /* bytes read or written (optional) */
  426. uint needed; /* bytes needed (optional) */
  427. };
  428. /* Forward decls for struct brcmf_pub (see below) */
  429. struct brcmf_proto; /* device communication protocol info */
  430. struct brcmf_cfg80211_dev; /* cfg80211 device info */
  431. /* Common structure for module and instance linkage */
  432. struct brcmf_pub {
  433. /* Linkage ponters */
  434. struct brcmf_bus *bus_if;
  435. struct brcmf_proto *prot;
  436. struct brcmf_cfg80211_info *config;
  437. /* Internal brcmf items */
  438. uint hdrlen; /* Total BRCMF header length (proto + bus) */
  439. uint rxsz; /* Rx buffer size bus module should use */
  440. u8 wme_dp; /* wme discard priority */
  441. /* Dongle media info */
  442. unsigned long drv_version; /* Version of dongle-resident driver */
  443. u8 mac[ETH_ALEN]; /* MAC address obtained from dongle */
  444. /* Multicast data packets sent to dongle */
  445. unsigned long tx_multicast;
  446. struct brcmf_if *iflist[BRCMF_MAX_IFS];
  447. struct mutex proto_block;
  448. unsigned char proto_buf[BRCMF_DCMD_MAXLEN];
  449. struct brcmf_fweh_info fweh;
  450. #ifdef DEBUG
  451. struct dentry *dbgfs_dir;
  452. #endif
  453. };
  454. struct brcmf_if_event {
  455. u8 ifidx;
  456. u8 action;
  457. u8 flags;
  458. u8 bssidx;
  459. };
  460. /* forward declaration */
  461. struct brcmf_cfg80211_vif;
  462. /**
  463. * struct brcmf_if - interface control information.
  464. *
  465. * @drvr: points to device related information.
  466. * @vif: points to cfg80211 specific interface information.
  467. * @ndev: associated network device.
  468. * @stats: interface specific network statistics.
  469. * @ifidx: interface index in device firmware.
  470. * @bssidx: index of bss associated with this interface.
  471. * @mac_addr: assigned mac address.
  472. * @pend_8021x_cnt: tracks outstanding number of 802.1x frames.
  473. * @pend_8021x_wait: used for signalling change in count.
  474. */
  475. struct brcmf_if {
  476. struct brcmf_pub *drvr;
  477. struct brcmf_cfg80211_vif *vif;
  478. struct net_device *ndev;
  479. struct net_device_stats stats;
  480. struct work_struct setmacaddr_work;
  481. struct work_struct multicast_work;
  482. int ifidx;
  483. s32 bssidx;
  484. u8 mac_addr[ETH_ALEN];
  485. atomic_t pend_8021x_cnt;
  486. wait_queue_head_t pend_8021x_wait;
  487. };
  488. extern int brcmf_netdev_wait_pend8021x(struct net_device *ndev);
  489. /* Return pointer to interface name */
  490. extern char *brcmf_ifname(struct brcmf_pub *drvr, int idx);
  491. /* Query dongle */
  492. extern int brcmf_proto_cdc_query_dcmd(struct brcmf_pub *drvr, int ifidx,
  493. uint cmd, void *buf, uint len);
  494. extern int brcmf_proto_cdc_set_dcmd(struct brcmf_pub *drvr, int ifidx, uint cmd,
  495. void *buf, uint len);
  496. /* Remove any protocol-specific data header. */
  497. extern int brcmf_proto_hdrpull(struct brcmf_pub *drvr, u8 *ifidx,
  498. struct sk_buff *rxp);
  499. extern int brcmf_net_attach(struct brcmf_if *ifp);
  500. extern struct brcmf_if *brcmf_add_if(struct brcmf_pub *drvr, s32 bssidx,
  501. s32 ifidx, char *name, u8 *mac_addr);
  502. extern void brcmf_del_if(struct brcmf_pub *drvr, s32 bssidx);
  503. extern u32 brcmf_get_chip_info(struct brcmf_if *ifp);
  504. #endif /* _BRCMF_H_ */