cfg80211.h 55 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690
  1. #ifndef __NET_CFG80211_H
  2. #define __NET_CFG80211_H
  3. /*
  4. * 802.11 device and configuration interface
  5. *
  6. * Copyright 2006-2009 Johannes Berg <johannes@sipsolutions.net>
  7. *
  8. * This program is free software; you can redistribute it and/or modify
  9. * it under the terms of the GNU General Public License version 2 as
  10. * published by the Free Software Foundation.
  11. */
  12. #include <linux/netdevice.h>
  13. #include <linux/debugfs.h>
  14. #include <linux/list.h>
  15. #include <linux/netlink.h>
  16. #include <linux/skbuff.h>
  17. #include <linux/nl80211.h>
  18. #include <linux/if_ether.h>
  19. #include <linux/ieee80211.h>
  20. #include <net/regulatory.h>
  21. /* remove once we remove the wext stuff */
  22. #include <net/iw_handler.h>
  23. #include <linux/wireless.h>
  24. /*
  25. * wireless hardware capability structures
  26. */
  27. /**
  28. * enum ieee80211_band - supported frequency bands
  29. *
  30. * The bands are assigned this way because the supported
  31. * bitrates differ in these bands.
  32. *
  33. * @IEEE80211_BAND_2GHZ: 2.4GHz ISM band
  34. * @IEEE80211_BAND_5GHZ: around 5GHz band (4.9-5.7)
  35. */
  36. enum ieee80211_band {
  37. IEEE80211_BAND_2GHZ,
  38. IEEE80211_BAND_5GHZ,
  39. /* keep last */
  40. IEEE80211_NUM_BANDS
  41. };
  42. /**
  43. * enum ieee80211_channel_flags - channel flags
  44. *
  45. * Channel flags set by the regulatory control code.
  46. *
  47. * @IEEE80211_CHAN_DISABLED: This channel is disabled.
  48. * @IEEE80211_CHAN_PASSIVE_SCAN: Only passive scanning is permitted
  49. * on this channel.
  50. * @IEEE80211_CHAN_NO_IBSS: IBSS is not allowed on this channel.
  51. * @IEEE80211_CHAN_RADAR: Radar detection is required on this channel.
  52. * @IEEE80211_CHAN_NO_HT40PLUS: extension channel above this channel
  53. * is not permitted.
  54. * @IEEE80211_CHAN_NO_HT40MINUS: extension channel below this channel
  55. * is not permitted.
  56. */
  57. enum ieee80211_channel_flags {
  58. IEEE80211_CHAN_DISABLED = 1<<0,
  59. IEEE80211_CHAN_PASSIVE_SCAN = 1<<1,
  60. IEEE80211_CHAN_NO_IBSS = 1<<2,
  61. IEEE80211_CHAN_RADAR = 1<<3,
  62. IEEE80211_CHAN_NO_HT40PLUS = 1<<4,
  63. IEEE80211_CHAN_NO_HT40MINUS = 1<<5,
  64. };
  65. #define IEEE80211_CHAN_NO_HT40 \
  66. (IEEE80211_CHAN_NO_HT40PLUS | IEEE80211_CHAN_NO_HT40MINUS)
  67. /**
  68. * struct ieee80211_channel - channel definition
  69. *
  70. * This structure describes a single channel for use
  71. * with cfg80211.
  72. *
  73. * @center_freq: center frequency in MHz
  74. * @max_bandwidth: maximum allowed bandwidth for this channel, in MHz
  75. * @hw_value: hardware-specific value for the channel
  76. * @flags: channel flags from &enum ieee80211_channel_flags.
  77. * @orig_flags: channel flags at registration time, used by regulatory
  78. * code to support devices with additional restrictions
  79. * @band: band this channel belongs to.
  80. * @max_antenna_gain: maximum antenna gain in dBi
  81. * @max_power: maximum transmission power (in dBm)
  82. * @beacon_found: helper to regulatory code to indicate when a beacon
  83. * has been found on this channel. Use regulatory_hint_found_beacon()
  84. * to enable this, this is is useful only on 5 GHz band.
  85. * @orig_mag: internal use
  86. * @orig_mpwr: internal use
  87. */
  88. struct ieee80211_channel {
  89. enum ieee80211_band band;
  90. u16 center_freq;
  91. u8 max_bandwidth;
  92. u16 hw_value;
  93. u32 flags;
  94. int max_antenna_gain;
  95. int max_power;
  96. bool beacon_found;
  97. u32 orig_flags;
  98. int orig_mag, orig_mpwr;
  99. };
  100. /**
  101. * enum ieee80211_rate_flags - rate flags
  102. *
  103. * Hardware/specification flags for rates. These are structured
  104. * in a way that allows using the same bitrate structure for
  105. * different bands/PHY modes.
  106. *
  107. * @IEEE80211_RATE_SHORT_PREAMBLE: Hardware can send with short
  108. * preamble on this bitrate; only relevant in 2.4GHz band and
  109. * with CCK rates.
  110. * @IEEE80211_RATE_MANDATORY_A: This bitrate is a mandatory rate
  111. * when used with 802.11a (on the 5 GHz band); filled by the
  112. * core code when registering the wiphy.
  113. * @IEEE80211_RATE_MANDATORY_B: This bitrate is a mandatory rate
  114. * when used with 802.11b (on the 2.4 GHz band); filled by the
  115. * core code when registering the wiphy.
  116. * @IEEE80211_RATE_MANDATORY_G: This bitrate is a mandatory rate
  117. * when used with 802.11g (on the 2.4 GHz band); filled by the
  118. * core code when registering the wiphy.
  119. * @IEEE80211_RATE_ERP_G: This is an ERP rate in 802.11g mode.
  120. */
  121. enum ieee80211_rate_flags {
  122. IEEE80211_RATE_SHORT_PREAMBLE = 1<<0,
  123. IEEE80211_RATE_MANDATORY_A = 1<<1,
  124. IEEE80211_RATE_MANDATORY_B = 1<<2,
  125. IEEE80211_RATE_MANDATORY_G = 1<<3,
  126. IEEE80211_RATE_ERP_G = 1<<4,
  127. };
  128. /**
  129. * struct ieee80211_rate - bitrate definition
  130. *
  131. * This structure describes a bitrate that an 802.11 PHY can
  132. * operate with. The two values @hw_value and @hw_value_short
  133. * are only for driver use when pointers to this structure are
  134. * passed around.
  135. *
  136. * @flags: rate-specific flags
  137. * @bitrate: bitrate in units of 100 Kbps
  138. * @hw_value: driver/hardware value for this rate
  139. * @hw_value_short: driver/hardware value for this rate when
  140. * short preamble is used
  141. */
  142. struct ieee80211_rate {
  143. u32 flags;
  144. u16 bitrate;
  145. u16 hw_value, hw_value_short;
  146. };
  147. /**
  148. * struct ieee80211_sta_ht_cap - STA's HT capabilities
  149. *
  150. * This structure describes most essential parameters needed
  151. * to describe 802.11n HT capabilities for an STA.
  152. *
  153. * @ht_supported: is HT supported by the STA
  154. * @cap: HT capabilities map as described in 802.11n spec
  155. * @ampdu_factor: Maximum A-MPDU length factor
  156. * @ampdu_density: Minimum A-MPDU spacing
  157. * @mcs: Supported MCS rates
  158. */
  159. struct ieee80211_sta_ht_cap {
  160. u16 cap; /* use IEEE80211_HT_CAP_ */
  161. bool ht_supported;
  162. u8 ampdu_factor;
  163. u8 ampdu_density;
  164. struct ieee80211_mcs_info mcs;
  165. };
  166. /**
  167. * struct ieee80211_supported_band - frequency band definition
  168. *
  169. * This structure describes a frequency band a wiphy
  170. * is able to operate in.
  171. *
  172. * @channels: Array of channels the hardware can operate in
  173. * in this band.
  174. * @band: the band this structure represents
  175. * @n_channels: Number of channels in @channels
  176. * @bitrates: Array of bitrates the hardware can operate with
  177. * in this band. Must be sorted to give a valid "supported
  178. * rates" IE, i.e. CCK rates first, then OFDM.
  179. * @n_bitrates: Number of bitrates in @bitrates
  180. */
  181. struct ieee80211_supported_band {
  182. struct ieee80211_channel *channels;
  183. struct ieee80211_rate *bitrates;
  184. enum ieee80211_band band;
  185. int n_channels;
  186. int n_bitrates;
  187. struct ieee80211_sta_ht_cap ht_cap;
  188. };
  189. /*
  190. * Wireless hardware/device configuration structures and methods
  191. */
  192. /**
  193. * struct vif_params - describes virtual interface parameters
  194. * @mesh_id: mesh ID to use
  195. * @mesh_id_len: length of the mesh ID
  196. */
  197. struct vif_params {
  198. u8 *mesh_id;
  199. int mesh_id_len;
  200. };
  201. /**
  202. * struct key_params - key information
  203. *
  204. * Information about a key
  205. *
  206. * @key: key material
  207. * @key_len: length of key material
  208. * @cipher: cipher suite selector
  209. * @seq: sequence counter (IV/PN) for TKIP and CCMP keys, only used
  210. * with the get_key() callback, must be in little endian,
  211. * length given by @seq_len.
  212. */
  213. struct key_params {
  214. u8 *key;
  215. u8 *seq;
  216. int key_len;
  217. int seq_len;
  218. u32 cipher;
  219. };
  220. /**
  221. * struct beacon_parameters - beacon parameters
  222. *
  223. * Used to configure the beacon for an interface.
  224. *
  225. * @head: head portion of beacon (before TIM IE)
  226. * or %NULL if not changed
  227. * @tail: tail portion of beacon (after TIM IE)
  228. * or %NULL if not changed
  229. * @interval: beacon interval or zero if not changed
  230. * @dtim_period: DTIM period or zero if not changed
  231. * @head_len: length of @head
  232. * @tail_len: length of @tail
  233. */
  234. struct beacon_parameters {
  235. u8 *head, *tail;
  236. int interval, dtim_period;
  237. int head_len, tail_len;
  238. };
  239. /**
  240. * enum plink_action - actions to perform in mesh peers
  241. *
  242. * @PLINK_ACTION_INVALID: action 0 is reserved
  243. * @PLINK_ACTION_OPEN: start mesh peer link establishment
  244. * @PLINK_ACTION_BLOCL: block traffic from this mesh peer
  245. */
  246. enum plink_actions {
  247. PLINK_ACTION_INVALID,
  248. PLINK_ACTION_OPEN,
  249. PLINK_ACTION_BLOCK,
  250. };
  251. /**
  252. * struct station_parameters - station parameters
  253. *
  254. * Used to change and create a new station.
  255. *
  256. * @vlan: vlan interface station should belong to
  257. * @supported_rates: supported rates in IEEE 802.11 format
  258. * (or NULL for no change)
  259. * @supported_rates_len: number of supported rates
  260. * @sta_flags_mask: station flags that changed
  261. * (bitmask of BIT(NL80211_STA_FLAG_...))
  262. * @sta_flags_set: station flags values
  263. * (bitmask of BIT(NL80211_STA_FLAG_...))
  264. * @listen_interval: listen interval or -1 for no change
  265. * @aid: AID or zero for no change
  266. */
  267. struct station_parameters {
  268. u8 *supported_rates;
  269. struct net_device *vlan;
  270. u32 sta_flags_mask, sta_flags_set;
  271. int listen_interval;
  272. u16 aid;
  273. u8 supported_rates_len;
  274. u8 plink_action;
  275. struct ieee80211_ht_cap *ht_capa;
  276. };
  277. /**
  278. * enum station_info_flags - station information flags
  279. *
  280. * Used by the driver to indicate which info in &struct station_info
  281. * it has filled in during get_station() or dump_station().
  282. *
  283. * @STATION_INFO_INACTIVE_TIME: @inactive_time filled
  284. * @STATION_INFO_RX_BYTES: @rx_bytes filled
  285. * @STATION_INFO_TX_BYTES: @tx_bytes filled
  286. * @STATION_INFO_LLID: @llid filled
  287. * @STATION_INFO_PLID: @plid filled
  288. * @STATION_INFO_PLINK_STATE: @plink_state filled
  289. * @STATION_INFO_SIGNAL: @signal filled
  290. * @STATION_INFO_TX_BITRATE: @tx_bitrate fields are filled
  291. * (tx_bitrate, tx_bitrate_flags and tx_bitrate_mcs)
  292. * @STATION_INFO_RX_PACKETS: @rx_packets filled
  293. * @STATION_INFO_TX_PACKETS: @tx_packets filled
  294. */
  295. enum station_info_flags {
  296. STATION_INFO_INACTIVE_TIME = 1<<0,
  297. STATION_INFO_RX_BYTES = 1<<1,
  298. STATION_INFO_TX_BYTES = 1<<2,
  299. STATION_INFO_LLID = 1<<3,
  300. STATION_INFO_PLID = 1<<4,
  301. STATION_INFO_PLINK_STATE = 1<<5,
  302. STATION_INFO_SIGNAL = 1<<6,
  303. STATION_INFO_TX_BITRATE = 1<<7,
  304. STATION_INFO_RX_PACKETS = 1<<8,
  305. STATION_INFO_TX_PACKETS = 1<<9,
  306. };
  307. /**
  308. * enum station_info_rate_flags - bitrate info flags
  309. *
  310. * Used by the driver to indicate the specific rate transmission
  311. * type for 802.11n transmissions.
  312. *
  313. * @RATE_INFO_FLAGS_MCS: @tx_bitrate_mcs filled
  314. * @RATE_INFO_FLAGS_40_MHZ_WIDTH: 40 Mhz width transmission
  315. * @RATE_INFO_FLAGS_SHORT_GI: 400ns guard interval
  316. */
  317. enum rate_info_flags {
  318. RATE_INFO_FLAGS_MCS = 1<<0,
  319. RATE_INFO_FLAGS_40_MHZ_WIDTH = 1<<1,
  320. RATE_INFO_FLAGS_SHORT_GI = 1<<2,
  321. };
  322. /**
  323. * struct rate_info - bitrate information
  324. *
  325. * Information about a receiving or transmitting bitrate
  326. *
  327. * @flags: bitflag of flags from &enum rate_info_flags
  328. * @mcs: mcs index if struct describes a 802.11n bitrate
  329. * @legacy: bitrate in 100kbit/s for 802.11abg
  330. */
  331. struct rate_info {
  332. u8 flags;
  333. u8 mcs;
  334. u16 legacy;
  335. };
  336. /**
  337. * struct station_info - station information
  338. *
  339. * Station information filled by driver for get_station() and dump_station.
  340. *
  341. * @filled: bitflag of flags from &enum station_info_flags
  342. * @inactive_time: time since last station activity (tx/rx) in milliseconds
  343. * @rx_bytes: bytes received from this station
  344. * @tx_bytes: bytes transmitted to this station
  345. * @llid: mesh local link id
  346. * @plid: mesh peer link id
  347. * @plink_state: mesh peer link state
  348. * @signal: signal strength of last received packet in dBm
  349. * @txrate: current unicast bitrate to this station
  350. * @rx_packets: packets received from this station
  351. * @tx_packets: packets transmitted to this station
  352. */
  353. struct station_info {
  354. u32 filled;
  355. u32 inactive_time;
  356. u32 rx_bytes;
  357. u32 tx_bytes;
  358. u16 llid;
  359. u16 plid;
  360. u8 plink_state;
  361. s8 signal;
  362. struct rate_info txrate;
  363. u32 rx_packets;
  364. u32 tx_packets;
  365. };
  366. /**
  367. * enum monitor_flags - monitor flags
  368. *
  369. * Monitor interface configuration flags. Note that these must be the bits
  370. * according to the nl80211 flags.
  371. *
  372. * @MONITOR_FLAG_FCSFAIL: pass frames with bad FCS
  373. * @MONITOR_FLAG_PLCPFAIL: pass frames with bad PLCP
  374. * @MONITOR_FLAG_CONTROL: pass control frames
  375. * @MONITOR_FLAG_OTHER_BSS: disable BSSID filtering
  376. * @MONITOR_FLAG_COOK_FRAMES: report frames after processing
  377. */
  378. enum monitor_flags {
  379. MONITOR_FLAG_FCSFAIL = 1<<NL80211_MNTR_FLAG_FCSFAIL,
  380. MONITOR_FLAG_PLCPFAIL = 1<<NL80211_MNTR_FLAG_PLCPFAIL,
  381. MONITOR_FLAG_CONTROL = 1<<NL80211_MNTR_FLAG_CONTROL,
  382. MONITOR_FLAG_OTHER_BSS = 1<<NL80211_MNTR_FLAG_OTHER_BSS,
  383. MONITOR_FLAG_COOK_FRAMES = 1<<NL80211_MNTR_FLAG_COOK_FRAMES,
  384. };
  385. /**
  386. * enum mpath_info_flags - mesh path information flags
  387. *
  388. * Used by the driver to indicate which info in &struct mpath_info it has filled
  389. * in during get_station() or dump_station().
  390. *
  391. * MPATH_INFO_FRAME_QLEN: @frame_qlen filled
  392. * MPATH_INFO_DSN: @dsn filled
  393. * MPATH_INFO_METRIC: @metric filled
  394. * MPATH_INFO_EXPTIME: @exptime filled
  395. * MPATH_INFO_DISCOVERY_TIMEOUT: @discovery_timeout filled
  396. * MPATH_INFO_DISCOVERY_RETRIES: @discovery_retries filled
  397. * MPATH_INFO_FLAGS: @flags filled
  398. */
  399. enum mpath_info_flags {
  400. MPATH_INFO_FRAME_QLEN = BIT(0),
  401. MPATH_INFO_DSN = BIT(1),
  402. MPATH_INFO_METRIC = BIT(2),
  403. MPATH_INFO_EXPTIME = BIT(3),
  404. MPATH_INFO_DISCOVERY_TIMEOUT = BIT(4),
  405. MPATH_INFO_DISCOVERY_RETRIES = BIT(5),
  406. MPATH_INFO_FLAGS = BIT(6),
  407. };
  408. /**
  409. * struct mpath_info - mesh path information
  410. *
  411. * Mesh path information filled by driver for get_mpath() and dump_mpath().
  412. *
  413. * @filled: bitfield of flags from &enum mpath_info_flags
  414. * @frame_qlen: number of queued frames for this destination
  415. * @dsn: destination sequence number
  416. * @metric: metric (cost) of this mesh path
  417. * @exptime: expiration time for the mesh path from now, in msecs
  418. * @flags: mesh path flags
  419. * @discovery_timeout: total mesh path discovery timeout, in msecs
  420. * @discovery_retries: mesh path discovery retries
  421. */
  422. struct mpath_info {
  423. u32 filled;
  424. u32 frame_qlen;
  425. u32 dsn;
  426. u32 metric;
  427. u32 exptime;
  428. u32 discovery_timeout;
  429. u8 discovery_retries;
  430. u8 flags;
  431. };
  432. /**
  433. * struct bss_parameters - BSS parameters
  434. *
  435. * Used to change BSS parameters (mainly for AP mode).
  436. *
  437. * @use_cts_prot: Whether to use CTS protection
  438. * (0 = no, 1 = yes, -1 = do not change)
  439. * @use_short_preamble: Whether the use of short preambles is allowed
  440. * (0 = no, 1 = yes, -1 = do not change)
  441. * @use_short_slot_time: Whether the use of short slot time is allowed
  442. * (0 = no, 1 = yes, -1 = do not change)
  443. * @basic_rates: basic rates in IEEE 802.11 format
  444. * (or NULL for no change)
  445. * @basic_rates_len: number of basic rates
  446. */
  447. struct bss_parameters {
  448. int use_cts_prot;
  449. int use_short_preamble;
  450. int use_short_slot_time;
  451. u8 *basic_rates;
  452. u8 basic_rates_len;
  453. };
  454. struct mesh_config {
  455. /* Timeouts in ms */
  456. /* Mesh plink management parameters */
  457. u16 dot11MeshRetryTimeout;
  458. u16 dot11MeshConfirmTimeout;
  459. u16 dot11MeshHoldingTimeout;
  460. u16 dot11MeshMaxPeerLinks;
  461. u8 dot11MeshMaxRetries;
  462. u8 dot11MeshTTL;
  463. bool auto_open_plinks;
  464. /* HWMP parameters */
  465. u8 dot11MeshHWMPmaxPREQretries;
  466. u32 path_refresh_time;
  467. u16 min_discovery_timeout;
  468. u32 dot11MeshHWMPactivePathTimeout;
  469. u16 dot11MeshHWMPpreqMinInterval;
  470. u16 dot11MeshHWMPnetDiameterTraversalTime;
  471. };
  472. /**
  473. * struct ieee80211_txq_params - TX queue parameters
  474. * @queue: TX queue identifier (NL80211_TXQ_Q_*)
  475. * @txop: Maximum burst time in units of 32 usecs, 0 meaning disabled
  476. * @cwmin: Minimum contention window [a value of the form 2^n-1 in the range
  477. * 1..32767]
  478. * @cwmax: Maximum contention window [a value of the form 2^n-1 in the range
  479. * 1..32767]
  480. * @aifs: Arbitration interframe space [0..255]
  481. */
  482. struct ieee80211_txq_params {
  483. enum nl80211_txq_q queue;
  484. u16 txop;
  485. u16 cwmin;
  486. u16 cwmax;
  487. u8 aifs;
  488. };
  489. /* from net/wireless.h */
  490. struct wiphy;
  491. /* from net/ieee80211.h */
  492. struct ieee80211_channel;
  493. /**
  494. * struct cfg80211_ssid - SSID description
  495. * @ssid: the SSID
  496. * @ssid_len: length of the ssid
  497. */
  498. struct cfg80211_ssid {
  499. u8 ssid[IEEE80211_MAX_SSID_LEN];
  500. u8 ssid_len;
  501. };
  502. /**
  503. * struct cfg80211_scan_request - scan request description
  504. *
  505. * @ssids: SSIDs to scan for (active scan only)
  506. * @n_ssids: number of SSIDs
  507. * @channels: channels to scan on.
  508. * @n_channels: number of channels for each band
  509. * @ie: optional information element(s) to add into Probe Request or %NULL
  510. * @ie_len: length of ie in octets
  511. * @wiphy: the wiphy this was for
  512. * @ifidx: the interface index
  513. */
  514. struct cfg80211_scan_request {
  515. struct cfg80211_ssid *ssids;
  516. int n_ssids;
  517. struct ieee80211_channel **channels;
  518. u32 n_channels;
  519. const u8 *ie;
  520. size_t ie_len;
  521. /* internal */
  522. struct wiphy *wiphy;
  523. int ifidx;
  524. };
  525. /**
  526. * enum cfg80211_signal_type - signal type
  527. *
  528. * @CFG80211_SIGNAL_TYPE_NONE: no signal strength information available
  529. * @CFG80211_SIGNAL_TYPE_MBM: signal strength in mBm (100*dBm)
  530. * @CFG80211_SIGNAL_TYPE_UNSPEC: signal strength, increasing from 0 through 100
  531. */
  532. enum cfg80211_signal_type {
  533. CFG80211_SIGNAL_TYPE_NONE,
  534. CFG80211_SIGNAL_TYPE_MBM,
  535. CFG80211_SIGNAL_TYPE_UNSPEC,
  536. };
  537. /**
  538. * struct cfg80211_bss - BSS description
  539. *
  540. * This structure describes a BSS (which may also be a mesh network)
  541. * for use in scan results and similar.
  542. *
  543. * @bssid: BSSID of the BSS
  544. * @tsf: timestamp of last received update
  545. * @beacon_interval: the beacon interval as from the frame
  546. * @capability: the capability field in host byte order
  547. * @information_elements: the information elements (Note that there
  548. * is no guarantee that these are well-formed!)
  549. * @len_information_elements: total length of the information elements
  550. * @signal: signal strength value (type depends on the wiphy's signal_type)
  551. * @hold: BSS should not expire
  552. * @free_priv: function pointer to free private data
  553. * @priv: private area for driver use, has at least wiphy->bss_priv_size bytes
  554. */
  555. struct cfg80211_bss {
  556. struct ieee80211_channel *channel;
  557. u8 bssid[ETH_ALEN];
  558. u64 tsf;
  559. u16 beacon_interval;
  560. u16 capability;
  561. u8 *information_elements;
  562. size_t len_information_elements;
  563. s32 signal;
  564. void (*free_priv)(struct cfg80211_bss *bss);
  565. u8 priv[0] __attribute__((__aligned__(sizeof(void *))));
  566. };
  567. /**
  568. * struct cfg80211_auth_request - Authentication request data
  569. *
  570. * This structure provides information needed to complete IEEE 802.11
  571. * authentication.
  572. * NOTE: This structure will likely change when more code from mac80211 is
  573. * moved into cfg80211 so that non-mac80211 drivers can benefit from it, too.
  574. * Before using this in a driver that does not use mac80211, it would be better
  575. * to check the status of that work and better yet, volunteer to work on it.
  576. *
  577. * @chan: The channel to use or %NULL if not specified (auto-select based on
  578. * scan results)
  579. * @peer_addr: The address of the peer STA (AP BSSID in infrastructure case);
  580. * this field is required to be present; if the driver wants to help with
  581. * BSS selection, it should use (yet to be added) MLME event to allow user
  582. * space SME to be notified of roaming candidate, so that the SME can then
  583. * use the authentication request with the recommended BSSID and whatever
  584. * other data may be needed for authentication/association
  585. * @ssid: SSID or %NULL if not yet available
  586. * @ssid_len: Length of ssid in octets
  587. * @auth_type: Authentication type (algorithm)
  588. * @ie: Extra IEs to add to Authentication frame or %NULL
  589. * @ie_len: Length of ie buffer in octets
  590. */
  591. struct cfg80211_auth_request {
  592. struct ieee80211_channel *chan;
  593. u8 *peer_addr;
  594. const u8 *ssid;
  595. size_t ssid_len;
  596. enum nl80211_auth_type auth_type;
  597. const u8 *ie;
  598. size_t ie_len;
  599. };
  600. /**
  601. * struct cfg80211_assoc_request - (Re)Association request data
  602. *
  603. * This structure provides information needed to complete IEEE 802.11
  604. * (re)association.
  605. * NOTE: This structure will likely change when more code from mac80211 is
  606. * moved into cfg80211 so that non-mac80211 drivers can benefit from it, too.
  607. * Before using this in a driver that does not use mac80211, it would be better
  608. * to check the status of that work and better yet, volunteer to work on it.
  609. *
  610. * @chan: The channel to use or %NULL if not specified (auto-select based on
  611. * scan results)
  612. * @peer_addr: The address of the peer STA (AP BSSID); this field is required
  613. * to be present and the STA must be in State 2 (authenticated) with the
  614. * peer STA
  615. * @ssid: SSID
  616. * @ssid_len: Length of ssid in octets
  617. * @ie: Extra IEs to add to (Re)Association Request frame or %NULL
  618. * @ie_len: Length of ie buffer in octets
  619. * @use_mfp: Use management frame protection (IEEE 802.11w) in this association
  620. * @control_port: Whether user space controls IEEE 802.1X port, i.e.,
  621. * sets/clears %NL80211_STA_FLAG_AUTHORIZED. If true, the driver is
  622. * required to assume that the port is unauthorized until authorized by
  623. * user space. Otherwise, port is marked authorized by default.
  624. */
  625. struct cfg80211_assoc_request {
  626. struct ieee80211_channel *chan;
  627. u8 *peer_addr;
  628. const u8 *ssid;
  629. size_t ssid_len;
  630. const u8 *ie;
  631. size_t ie_len;
  632. bool use_mfp;
  633. bool control_port;
  634. };
  635. /**
  636. * struct cfg80211_deauth_request - Deauthentication request data
  637. *
  638. * This structure provides information needed to complete IEEE 802.11
  639. * deauthentication.
  640. *
  641. * @peer_addr: The address of the peer STA (AP BSSID); this field is required
  642. * to be present and the STA must be authenticated with the peer STA
  643. * @ie: Extra IEs to add to Deauthentication frame or %NULL
  644. * @ie_len: Length of ie buffer in octets
  645. */
  646. struct cfg80211_deauth_request {
  647. u8 *peer_addr;
  648. u16 reason_code;
  649. const u8 *ie;
  650. size_t ie_len;
  651. };
  652. /**
  653. * struct cfg80211_disassoc_request - Disassociation request data
  654. *
  655. * This structure provides information needed to complete IEEE 802.11
  656. * disassocation.
  657. *
  658. * @peer_addr: The address of the peer STA (AP BSSID); this field is required
  659. * to be present and the STA must be associated with the peer STA
  660. * @ie: Extra IEs to add to Disassociation frame or %NULL
  661. * @ie_len: Length of ie buffer in octets
  662. */
  663. struct cfg80211_disassoc_request {
  664. u8 *peer_addr;
  665. u16 reason_code;
  666. const u8 *ie;
  667. size_t ie_len;
  668. };
  669. /**
  670. * struct cfg80211_ibss_params - IBSS parameters
  671. *
  672. * This structure defines the IBSS parameters for the join_ibss()
  673. * method.
  674. *
  675. * @ssid: The SSID, will always be non-null.
  676. * @ssid_len: The length of the SSID, will always be non-zero.
  677. * @bssid: Fixed BSSID requested, maybe be %NULL, if set do not
  678. * search for IBSSs with a different BSSID.
  679. * @channel: The channel to use if no IBSS can be found to join.
  680. * @channel_fixed: The channel should be fixed -- do not search for
  681. * IBSSs to join on other channels.
  682. * @ie: information element(s) to include in the beacon
  683. * @ie_len: length of that
  684. * @beacon_interval: beacon interval to use
  685. */
  686. struct cfg80211_ibss_params {
  687. u8 *ssid;
  688. u8 *bssid;
  689. struct ieee80211_channel *channel;
  690. u8 *ie;
  691. u8 ssid_len, ie_len;
  692. u16 beacon_interval;
  693. bool channel_fixed;
  694. };
  695. /**
  696. * enum wiphy_params_flags - set_wiphy_params bitfield values
  697. * WIPHY_PARAM_RETRY_SHORT: wiphy->retry_short has changed
  698. * WIPHY_PARAM_RETRY_LONG: wiphy->retry_long has changed
  699. * WIPHY_PARAM_FRAG_THRESHOLD: wiphy->frag_threshold has changed
  700. * WIPHY_PARAM_RTS_THRESHOLD: wiphy->rts_threshold has changed
  701. */
  702. enum wiphy_params_flags {
  703. WIPHY_PARAM_RETRY_SHORT = 1 << 0,
  704. WIPHY_PARAM_RETRY_LONG = 1 << 1,
  705. WIPHY_PARAM_FRAG_THRESHOLD = 1 << 2,
  706. WIPHY_PARAM_RTS_THRESHOLD = 1 << 3,
  707. };
  708. /**
  709. * enum tx_power_setting - TX power adjustment
  710. *
  711. * @TX_POWER_AUTOMATIC: the dbm parameter is ignored
  712. * @TX_POWER_LIMITED: limit TX power by the dbm parameter
  713. * @TX_POWER_FIXED: fix TX power to the dbm parameter
  714. */
  715. enum tx_power_setting {
  716. TX_POWER_AUTOMATIC,
  717. TX_POWER_LIMITED,
  718. TX_POWER_FIXED,
  719. };
  720. /**
  721. * struct cfg80211_ops - backend description for wireless configuration
  722. *
  723. * This struct is registered by fullmac card drivers and/or wireless stacks
  724. * in order to handle configuration requests on their interfaces.
  725. *
  726. * All callbacks except where otherwise noted should return 0
  727. * on success or a negative error code.
  728. *
  729. * All operations are currently invoked under rtnl for consistency with the
  730. * wireless extensions but this is subject to reevaluation as soon as this
  731. * code is used more widely and we have a first user without wext.
  732. *
  733. * @suspend: wiphy device needs to be suspended
  734. * @resume: wiphy device needs to be resumed
  735. *
  736. * @add_virtual_intf: create a new virtual interface with the given name,
  737. * must set the struct wireless_dev's iftype.
  738. *
  739. * @del_virtual_intf: remove the virtual interface determined by ifindex.
  740. *
  741. * @change_virtual_intf: change type/configuration of virtual interface,
  742. * keep the struct wireless_dev's iftype updated.
  743. *
  744. * @add_key: add a key with the given parameters. @mac_addr will be %NULL
  745. * when adding a group key.
  746. *
  747. * @get_key: get information about the key with the given parameters.
  748. * @mac_addr will be %NULL when requesting information for a group
  749. * key. All pointers given to the @callback function need not be valid
  750. * after it returns. This function should return an error if it is
  751. * not possible to retrieve the key, -ENOENT if it doesn't exist.
  752. *
  753. * @del_key: remove a key given the @mac_addr (%NULL for a group key)
  754. * and @key_index, return -ENOENT if the key doesn't exist.
  755. *
  756. * @set_default_key: set the default key on an interface
  757. *
  758. * @set_default_mgmt_key: set the default management frame key on an interface
  759. *
  760. * @add_beacon: Add a beacon with given parameters, @head, @interval
  761. * and @dtim_period will be valid, @tail is optional.
  762. * @set_beacon: Change the beacon parameters for an access point mode
  763. * interface. This should reject the call when no beacon has been
  764. * configured.
  765. * @del_beacon: Remove beacon configuration and stop sending the beacon.
  766. *
  767. * @add_station: Add a new station.
  768. *
  769. * @del_station: Remove a station; @mac may be NULL to remove all stations.
  770. *
  771. * @change_station: Modify a given station.
  772. *
  773. * @get_mesh_params: Put the current mesh parameters into *params
  774. *
  775. * @set_mesh_params: Set mesh parameters.
  776. * The mask is a bitfield which tells us which parameters to
  777. * set, and which to leave alone.
  778. *
  779. * @set_mesh_cfg: set mesh parameters (by now, just mesh id)
  780. *
  781. * @change_bss: Modify parameters for a given BSS.
  782. *
  783. * @set_txq_params: Set TX queue parameters
  784. *
  785. * @set_channel: Set channel
  786. *
  787. * @scan: Request to do a scan. If returning zero, the scan request is given
  788. * the driver, and will be valid until passed to cfg80211_scan_done().
  789. * For scan results, call cfg80211_inform_bss(); you can call this outside
  790. * the scan/scan_done bracket too.
  791. *
  792. * @auth: Request to authenticate with the specified peer
  793. * @assoc: Request to (re)associate with the specified peer
  794. * @deauth: Request to deauthenticate from the specified peer
  795. * @disassoc: Request to disassociate from the specified peer
  796. *
  797. * @join_ibss: Join the specified IBSS (or create if necessary). Once done, call
  798. * cfg80211_ibss_joined(), also call that function when changing BSSID due
  799. * to a merge.
  800. * @leave_ibss: Leave the IBSS.
  801. *
  802. * @set_wiphy_params: Notify that wiphy parameters have changed;
  803. * @changed bitfield (see &enum wiphy_params_flags) describes which values
  804. * have changed. The actual parameter values are available in
  805. * struct wiphy. If returning an error, no value should be changed.
  806. *
  807. * @set_tx_power: set the transmit power according to the parameters
  808. * @get_tx_power: store the current TX power into the dbm variable;
  809. * return 0 if successful
  810. *
  811. * @rfkill_poll: polls the hw rfkill line, use cfg80211 reporting
  812. * functions to adjust rfkill hw state
  813. */
  814. struct cfg80211_ops {
  815. int (*suspend)(struct wiphy *wiphy);
  816. int (*resume)(struct wiphy *wiphy);
  817. int (*add_virtual_intf)(struct wiphy *wiphy, char *name,
  818. enum nl80211_iftype type, u32 *flags,
  819. struct vif_params *params);
  820. int (*del_virtual_intf)(struct wiphy *wiphy, int ifindex);
  821. int (*change_virtual_intf)(struct wiphy *wiphy, int ifindex,
  822. enum nl80211_iftype type, u32 *flags,
  823. struct vif_params *params);
  824. int (*add_key)(struct wiphy *wiphy, struct net_device *netdev,
  825. u8 key_index, const u8 *mac_addr,
  826. struct key_params *params);
  827. int (*get_key)(struct wiphy *wiphy, struct net_device *netdev,
  828. u8 key_index, const u8 *mac_addr, void *cookie,
  829. void (*callback)(void *cookie, struct key_params*));
  830. int (*del_key)(struct wiphy *wiphy, struct net_device *netdev,
  831. u8 key_index, const u8 *mac_addr);
  832. int (*set_default_key)(struct wiphy *wiphy,
  833. struct net_device *netdev,
  834. u8 key_index);
  835. int (*set_default_mgmt_key)(struct wiphy *wiphy,
  836. struct net_device *netdev,
  837. u8 key_index);
  838. int (*add_beacon)(struct wiphy *wiphy, struct net_device *dev,
  839. struct beacon_parameters *info);
  840. int (*set_beacon)(struct wiphy *wiphy, struct net_device *dev,
  841. struct beacon_parameters *info);
  842. int (*del_beacon)(struct wiphy *wiphy, struct net_device *dev);
  843. int (*add_station)(struct wiphy *wiphy, struct net_device *dev,
  844. u8 *mac, struct station_parameters *params);
  845. int (*del_station)(struct wiphy *wiphy, struct net_device *dev,
  846. u8 *mac);
  847. int (*change_station)(struct wiphy *wiphy, struct net_device *dev,
  848. u8 *mac, struct station_parameters *params);
  849. int (*get_station)(struct wiphy *wiphy, struct net_device *dev,
  850. u8 *mac, struct station_info *sinfo);
  851. int (*dump_station)(struct wiphy *wiphy, struct net_device *dev,
  852. int idx, u8 *mac, struct station_info *sinfo);
  853. int (*add_mpath)(struct wiphy *wiphy, struct net_device *dev,
  854. u8 *dst, u8 *next_hop);
  855. int (*del_mpath)(struct wiphy *wiphy, struct net_device *dev,
  856. u8 *dst);
  857. int (*change_mpath)(struct wiphy *wiphy, struct net_device *dev,
  858. u8 *dst, u8 *next_hop);
  859. int (*get_mpath)(struct wiphy *wiphy, struct net_device *dev,
  860. u8 *dst, u8 *next_hop,
  861. struct mpath_info *pinfo);
  862. int (*dump_mpath)(struct wiphy *wiphy, struct net_device *dev,
  863. int idx, u8 *dst, u8 *next_hop,
  864. struct mpath_info *pinfo);
  865. int (*get_mesh_params)(struct wiphy *wiphy,
  866. struct net_device *dev,
  867. struct mesh_config *conf);
  868. int (*set_mesh_params)(struct wiphy *wiphy,
  869. struct net_device *dev,
  870. const struct mesh_config *nconf, u32 mask);
  871. int (*change_bss)(struct wiphy *wiphy, struct net_device *dev,
  872. struct bss_parameters *params);
  873. int (*set_txq_params)(struct wiphy *wiphy,
  874. struct ieee80211_txq_params *params);
  875. int (*set_channel)(struct wiphy *wiphy,
  876. struct ieee80211_channel *chan,
  877. enum nl80211_channel_type channel_type);
  878. int (*scan)(struct wiphy *wiphy, struct net_device *dev,
  879. struct cfg80211_scan_request *request);
  880. int (*auth)(struct wiphy *wiphy, struct net_device *dev,
  881. struct cfg80211_auth_request *req);
  882. int (*assoc)(struct wiphy *wiphy, struct net_device *dev,
  883. struct cfg80211_assoc_request *req);
  884. int (*deauth)(struct wiphy *wiphy, struct net_device *dev,
  885. struct cfg80211_deauth_request *req);
  886. int (*disassoc)(struct wiphy *wiphy, struct net_device *dev,
  887. struct cfg80211_disassoc_request *req);
  888. int (*join_ibss)(struct wiphy *wiphy, struct net_device *dev,
  889. struct cfg80211_ibss_params *params);
  890. int (*leave_ibss)(struct wiphy *wiphy, struct net_device *dev);
  891. int (*set_wiphy_params)(struct wiphy *wiphy, u32 changed);
  892. int (*set_tx_power)(struct wiphy *wiphy,
  893. enum tx_power_setting type, int dbm);
  894. int (*get_tx_power)(struct wiphy *wiphy, int *dbm);
  895. void (*rfkill_poll)(struct wiphy *wiphy);
  896. };
  897. /*
  898. * wireless hardware and networking interfaces structures
  899. * and registration/helper functions
  900. */
  901. /**
  902. * struct wiphy - wireless hardware description
  903. * @idx: the wiphy index assigned to this item
  904. * @class_dev: the class device representing /sys/class/ieee80211/<wiphy-name>
  905. * @custom_regulatory: tells us the driver for this device
  906. * has its own custom regulatory domain and cannot identify the
  907. * ISO / IEC 3166 alpha2 it belongs to. When this is enabled
  908. * we will disregard the first regulatory hint (when the
  909. * initiator is %REGDOM_SET_BY_CORE).
  910. * @strict_regulatory: tells us the driver for this device will ignore
  911. * regulatory domain settings until it gets its own regulatory domain
  912. * via its regulatory_hint(). After its gets its own regulatory domain
  913. * it will only allow further regulatory domain settings to further
  914. * enhance compliance. For example if channel 13 and 14 are disabled
  915. * by this regulatory domain no user regulatory domain can enable these
  916. * channels at a later time. This can be used for devices which do not
  917. * have calibration information gauranteed for frequencies or settings
  918. * outside of its regulatory domain.
  919. * @reg_notifier: the driver's regulatory notification callback
  920. * @regd: the driver's regulatory domain, if one was requested via
  921. * the regulatory_hint() API. This can be used by the driver
  922. * on the reg_notifier() if it chooses to ignore future
  923. * regulatory domain changes caused by other drivers.
  924. * @signal_type: signal type reported in &struct cfg80211_bss.
  925. * @cipher_suites: supported cipher suites
  926. * @n_cipher_suites: number of supported cipher suites
  927. * @retry_short: Retry limit for short frames (dot11ShortRetryLimit)
  928. * @retry_long: Retry limit for long frames (dot11LongRetryLimit)
  929. * @frag_threshold: Fragmentation threshold (dot11FragmentationThreshold);
  930. * -1 = fragmentation disabled, only odd values >= 256 used
  931. * @rts_threshold: RTS threshold (dot11RTSThreshold); -1 = RTS/CTS disabled
  932. */
  933. struct wiphy {
  934. /* assign these fields before you register the wiphy */
  935. /* permanent MAC address */
  936. u8 perm_addr[ETH_ALEN];
  937. /* Supported interface modes, OR together BIT(NL80211_IFTYPE_...) */
  938. u16 interface_modes;
  939. bool custom_regulatory;
  940. bool strict_regulatory;
  941. enum cfg80211_signal_type signal_type;
  942. int bss_priv_size;
  943. u8 max_scan_ssids;
  944. u16 max_scan_ie_len;
  945. int n_cipher_suites;
  946. const u32 *cipher_suites;
  947. u8 retry_short;
  948. u8 retry_long;
  949. u32 frag_threshold;
  950. u32 rts_threshold;
  951. /* If multiple wiphys are registered and you're handed e.g.
  952. * a regular netdev with assigned ieee80211_ptr, you won't
  953. * know whether it points to a wiphy your driver has registered
  954. * or not. Assign this to something global to your driver to
  955. * help determine whether you own this wiphy or not. */
  956. const void *privid;
  957. struct ieee80211_supported_band *bands[IEEE80211_NUM_BANDS];
  958. /* Lets us get back the wiphy on the callback */
  959. int (*reg_notifier)(struct wiphy *wiphy,
  960. struct regulatory_request *request);
  961. /* fields below are read-only, assigned by cfg80211 */
  962. const struct ieee80211_regdomain *regd;
  963. /* the item in /sys/class/ieee80211/ points to this,
  964. * you need use set_wiphy_dev() (see below) */
  965. struct device dev;
  966. /* dir in debugfs: ieee80211/<wiphyname> */
  967. struct dentry *debugfsdir;
  968. char priv[0] __attribute__((__aligned__(NETDEV_ALIGN)));
  969. };
  970. /**
  971. * wiphy_priv - return priv from wiphy
  972. *
  973. * @wiphy: the wiphy whose priv pointer to return
  974. */
  975. static inline void *wiphy_priv(struct wiphy *wiphy)
  976. {
  977. BUG_ON(!wiphy);
  978. return &wiphy->priv;
  979. }
  980. /**
  981. * set_wiphy_dev - set device pointer for wiphy
  982. *
  983. * @wiphy: The wiphy whose device to bind
  984. * @dev: The device to parent it to
  985. */
  986. static inline void set_wiphy_dev(struct wiphy *wiphy, struct device *dev)
  987. {
  988. wiphy->dev.parent = dev;
  989. }
  990. /**
  991. * wiphy_dev - get wiphy dev pointer
  992. *
  993. * @wiphy: The wiphy whose device struct to look up
  994. */
  995. static inline struct device *wiphy_dev(struct wiphy *wiphy)
  996. {
  997. return wiphy->dev.parent;
  998. }
  999. /**
  1000. * wiphy_name - get wiphy name
  1001. *
  1002. * @wiphy: The wiphy whose name to return
  1003. */
  1004. static inline const char *wiphy_name(struct wiphy *wiphy)
  1005. {
  1006. return dev_name(&wiphy->dev);
  1007. }
  1008. /**
  1009. * wiphy_new - create a new wiphy for use with cfg80211
  1010. *
  1011. * @ops: The configuration operations for this device
  1012. * @sizeof_priv: The size of the private area to allocate
  1013. *
  1014. * Create a new wiphy and associate the given operations with it.
  1015. * @sizeof_priv bytes are allocated for private use.
  1016. *
  1017. * The returned pointer must be assigned to each netdev's
  1018. * ieee80211_ptr for proper operation.
  1019. */
  1020. struct wiphy *wiphy_new(const struct cfg80211_ops *ops, int sizeof_priv);
  1021. /**
  1022. * wiphy_register - register a wiphy with cfg80211
  1023. *
  1024. * @wiphy: The wiphy to register.
  1025. *
  1026. * Returns a non-negative wiphy index or a negative error code.
  1027. */
  1028. extern int wiphy_register(struct wiphy *wiphy);
  1029. /**
  1030. * wiphy_unregister - deregister a wiphy from cfg80211
  1031. *
  1032. * @wiphy: The wiphy to unregister.
  1033. *
  1034. * After this call, no more requests can be made with this priv
  1035. * pointer, but the call may sleep to wait for an outstanding
  1036. * request that is being handled.
  1037. */
  1038. extern void wiphy_unregister(struct wiphy *wiphy);
  1039. /**
  1040. * wiphy_free - free wiphy
  1041. *
  1042. * @wiphy: The wiphy to free
  1043. */
  1044. extern void wiphy_free(struct wiphy *wiphy);
  1045. /**
  1046. * struct wireless_dev - wireless per-netdev state
  1047. *
  1048. * This structure must be allocated by the driver/stack
  1049. * that uses the ieee80211_ptr field in struct net_device
  1050. * (this is intentional so it can be allocated along with
  1051. * the netdev.)
  1052. *
  1053. * @wiphy: pointer to hardware description
  1054. * @iftype: interface type
  1055. * @list: (private) Used to collect the interfaces
  1056. * @netdev: (private) Used to reference back to the netdev
  1057. * @current_bss: (private) Used by the internal configuration code
  1058. * @bssid: (private) Used by the internal configuration code
  1059. * @ssid: (private) Used by the internal configuration code
  1060. * @ssid_len: (private) Used by the internal configuration code
  1061. * @wext: (private) Used by the internal wireless extensions compat code
  1062. * @wext_bssid: (private) Used by the internal wireless extensions compat code
  1063. */
  1064. struct wireless_dev {
  1065. struct wiphy *wiphy;
  1066. enum nl80211_iftype iftype;
  1067. /* private to the generic wireless code */
  1068. struct list_head list;
  1069. struct net_device *netdev;
  1070. /* currently used for IBSS - might be rearranged in the future */
  1071. struct cfg80211_bss *current_bss;
  1072. u8 bssid[ETH_ALEN];
  1073. u8 ssid[IEEE80211_MAX_SSID_LEN];
  1074. u8 ssid_len;
  1075. #ifdef CONFIG_WIRELESS_EXT
  1076. /* wext data */
  1077. struct {
  1078. struct cfg80211_ibss_params ibss;
  1079. u8 bssid[ETH_ALEN];
  1080. s8 default_key, default_mgmt_key;
  1081. } wext;
  1082. #endif
  1083. };
  1084. /**
  1085. * wdev_priv - return wiphy priv from wireless_dev
  1086. *
  1087. * @wdev: The wireless device whose wiphy's priv pointer to return
  1088. */
  1089. static inline void *wdev_priv(struct wireless_dev *wdev)
  1090. {
  1091. BUG_ON(!wdev);
  1092. return wiphy_priv(wdev->wiphy);
  1093. }
  1094. /*
  1095. * Utility functions
  1096. */
  1097. /**
  1098. * ieee80211_channel_to_frequency - convert channel number to frequency
  1099. */
  1100. extern int ieee80211_channel_to_frequency(int chan);
  1101. /**
  1102. * ieee80211_frequency_to_channel - convert frequency to channel number
  1103. */
  1104. extern int ieee80211_frequency_to_channel(int freq);
  1105. /*
  1106. * Name indirection necessary because the ieee80211 code also has
  1107. * a function named "ieee80211_get_channel", so if you include
  1108. * cfg80211's header file you get cfg80211's version, if you try
  1109. * to include both header files you'll (rightfully!) get a symbol
  1110. * clash.
  1111. */
  1112. extern struct ieee80211_channel *__ieee80211_get_channel(struct wiphy *wiphy,
  1113. int freq);
  1114. /**
  1115. * ieee80211_get_channel - get channel struct from wiphy for specified frequency
  1116. */
  1117. static inline struct ieee80211_channel *
  1118. ieee80211_get_channel(struct wiphy *wiphy, int freq)
  1119. {
  1120. return __ieee80211_get_channel(wiphy, freq);
  1121. }
  1122. /**
  1123. * ieee80211_get_response_rate - get basic rate for a given rate
  1124. *
  1125. * @sband: the band to look for rates in
  1126. * @basic_rates: bitmap of basic rates
  1127. * @bitrate: the bitrate for which to find the basic rate
  1128. *
  1129. * This function returns the basic rate corresponding to a given
  1130. * bitrate, that is the next lower bitrate contained in the basic
  1131. * rate map, which is, for this function, given as a bitmap of
  1132. * indices of rates in the band's bitrate table.
  1133. */
  1134. struct ieee80211_rate *
  1135. ieee80211_get_response_rate(struct ieee80211_supported_band *sband,
  1136. u32 basic_rates, int bitrate);
  1137. /*
  1138. * Radiotap parsing functions -- for controlled injection support
  1139. *
  1140. * Implemented in net/wireless/radiotap.c
  1141. * Documentation in Documentation/networking/radiotap-headers.txt
  1142. */
  1143. /**
  1144. * struct ieee80211_radiotap_iterator - tracks walk thru present radiotap args
  1145. * @rtheader: pointer to the radiotap header we are walking through
  1146. * @max_length: length of radiotap header in cpu byte ordering
  1147. * @this_arg_index: IEEE80211_RADIOTAP_... index of current arg
  1148. * @this_arg: pointer to current radiotap arg
  1149. * @arg_index: internal next argument index
  1150. * @arg: internal next argument pointer
  1151. * @next_bitmap: internal pointer to next present u32
  1152. * @bitmap_shifter: internal shifter for curr u32 bitmap, b0 set == arg present
  1153. */
  1154. struct ieee80211_radiotap_iterator {
  1155. struct ieee80211_radiotap_header *rtheader;
  1156. int max_length;
  1157. int this_arg_index;
  1158. u8 *this_arg;
  1159. int arg_index;
  1160. u8 *arg;
  1161. __le32 *next_bitmap;
  1162. u32 bitmap_shifter;
  1163. };
  1164. extern int ieee80211_radiotap_iterator_init(
  1165. struct ieee80211_radiotap_iterator *iterator,
  1166. struct ieee80211_radiotap_header *radiotap_header,
  1167. int max_length);
  1168. extern int ieee80211_radiotap_iterator_next(
  1169. struct ieee80211_radiotap_iterator *iterator);
  1170. extern const unsigned char rfc1042_header[6];
  1171. extern const unsigned char bridge_tunnel_header[6];
  1172. /**
  1173. * ieee80211_get_hdrlen_from_skb - get header length from data
  1174. *
  1175. * Given an skb with a raw 802.11 header at the data pointer this function
  1176. * returns the 802.11 header length in bytes (not including encryption
  1177. * headers). If the data in the sk_buff is too short to contain a valid 802.11
  1178. * header the function returns 0.
  1179. *
  1180. * @skb: the frame
  1181. */
  1182. unsigned int ieee80211_get_hdrlen_from_skb(const struct sk_buff *skb);
  1183. /**
  1184. * ieee80211_hdrlen - get header length in bytes from frame control
  1185. * @fc: frame control field in little-endian format
  1186. */
  1187. unsigned int ieee80211_hdrlen(__le16 fc);
  1188. /**
  1189. * ieee80211_data_to_8023 - convert an 802.11 data frame to 802.3
  1190. * @skb: the 802.11 data frame
  1191. * @addr: the device MAC address
  1192. * @iftype: the virtual interface type
  1193. */
  1194. int ieee80211_data_to_8023(struct sk_buff *skb, u8 *addr,
  1195. enum nl80211_iftype iftype);
  1196. /**
  1197. * ieee80211_data_from_8023 - convert an 802.3 frame to 802.11
  1198. * @skb: the 802.3 frame
  1199. * @addr: the device MAC address
  1200. * @iftype: the virtual interface type
  1201. * @bssid: the network bssid (used only for iftype STATION and ADHOC)
  1202. * @qos: build 802.11 QoS data frame
  1203. */
  1204. int ieee80211_data_from_8023(struct sk_buff *skb, u8 *addr,
  1205. enum nl80211_iftype iftype, u8 *bssid, bool qos);
  1206. /**
  1207. * cfg80211_classify8021d - determine the 802.1p/1d tag for a data frame
  1208. * @skb: the data frame
  1209. */
  1210. unsigned int cfg80211_classify8021d(struct sk_buff *skb);
  1211. /*
  1212. * Regulatory helper functions for wiphys
  1213. */
  1214. /**
  1215. * regulatory_hint - driver hint to the wireless core a regulatory domain
  1216. * @wiphy: the wireless device giving the hint (used only for reporting
  1217. * conflicts)
  1218. * @alpha2: the ISO/IEC 3166 alpha2 the driver claims its regulatory domain
  1219. * should be in. If @rd is set this should be NULL. Note that if you
  1220. * set this to NULL you should still set rd->alpha2 to some accepted
  1221. * alpha2.
  1222. *
  1223. * Wireless drivers can use this function to hint to the wireless core
  1224. * what it believes should be the current regulatory domain by
  1225. * giving it an ISO/IEC 3166 alpha2 country code it knows its regulatory
  1226. * domain should be in or by providing a completely build regulatory domain.
  1227. * If the driver provides an ISO/IEC 3166 alpha2 userspace will be queried
  1228. * for a regulatory domain structure for the respective country.
  1229. *
  1230. * The wiphy must have been registered to cfg80211 prior to this call.
  1231. * For cfg80211 drivers this means you must first use wiphy_register(),
  1232. * for mac80211 drivers you must first use ieee80211_register_hw().
  1233. *
  1234. * Drivers should check the return value, its possible you can get
  1235. * an -ENOMEM.
  1236. */
  1237. extern int regulatory_hint(struct wiphy *wiphy, const char *alpha2);
  1238. /**
  1239. * regulatory_hint_11d - hints a country IE as a regulatory domain
  1240. * @wiphy: the wireless device giving the hint (used only for reporting
  1241. * conflicts)
  1242. * @country_ie: pointer to the country IE
  1243. * @country_ie_len: length of the country IE
  1244. *
  1245. * We will intersect the rd with the what CRDA tells us should apply
  1246. * for the alpha2 this country IE belongs to, this prevents APs from
  1247. * sending us incorrect or outdated information against a country.
  1248. */
  1249. extern void regulatory_hint_11d(struct wiphy *wiphy,
  1250. u8 *country_ie,
  1251. u8 country_ie_len);
  1252. /**
  1253. * wiphy_apply_custom_regulatory - apply a custom driver regulatory domain
  1254. * @wiphy: the wireless device we want to process the regulatory domain on
  1255. * @regd: the custom regulatory domain to use for this wiphy
  1256. *
  1257. * Drivers can sometimes have custom regulatory domains which do not apply
  1258. * to a specific country. Drivers can use this to apply such custom regulatory
  1259. * domains. This routine must be called prior to wiphy registration. The
  1260. * custom regulatory domain will be trusted completely and as such previous
  1261. * default channel settings will be disregarded. If no rule is found for a
  1262. * channel on the regulatory domain the channel will be disabled.
  1263. */
  1264. extern void wiphy_apply_custom_regulatory(
  1265. struct wiphy *wiphy,
  1266. const struct ieee80211_regdomain *regd);
  1267. /**
  1268. * freq_reg_info - get regulatory information for the given frequency
  1269. * @wiphy: the wiphy for which we want to process this rule for
  1270. * @center_freq: Frequency in KHz for which we want regulatory information for
  1271. * @desired_bw_khz: the desired max bandwidth you want to use per
  1272. * channel. Note that this is still 20 MHz if you want to use HT40
  1273. * as HT40 makes use of two channels for its 40 MHz width bandwidth.
  1274. * If set to 0 we'll assume you want the standard 20 MHz.
  1275. * @reg_rule: the regulatory rule which we have for this frequency
  1276. *
  1277. * Use this function to get the regulatory rule for a specific frequency on
  1278. * a given wireless device. If the device has a specific regulatory domain
  1279. * it wants to follow we respect that unless a country IE has been received
  1280. * and processed already.
  1281. *
  1282. * Returns 0 if it was able to find a valid regulatory rule which does
  1283. * apply to the given center_freq otherwise it returns non-zero. It will
  1284. * also return -ERANGE if we determine the given center_freq does not even have
  1285. * a regulatory rule for a frequency range in the center_freq's band. See
  1286. * freq_in_rule_band() for our current definition of a band -- this is purely
  1287. * subjective and right now its 802.11 specific.
  1288. */
  1289. extern int freq_reg_info(struct wiphy *wiphy,
  1290. u32 center_freq,
  1291. u32 desired_bw_khz,
  1292. const struct ieee80211_reg_rule **reg_rule);
  1293. /*
  1294. * Temporary wext handlers & helper functions
  1295. *
  1296. * In the future cfg80211 will simply assign the entire wext handler
  1297. * structure to netdevs it manages, but we're not there yet.
  1298. */
  1299. int cfg80211_wext_giwname(struct net_device *dev,
  1300. struct iw_request_info *info,
  1301. char *name, char *extra);
  1302. int cfg80211_wext_siwmode(struct net_device *dev, struct iw_request_info *info,
  1303. u32 *mode, char *extra);
  1304. int cfg80211_wext_giwmode(struct net_device *dev, struct iw_request_info *info,
  1305. u32 *mode, char *extra);
  1306. int cfg80211_wext_siwscan(struct net_device *dev,
  1307. struct iw_request_info *info,
  1308. union iwreq_data *wrqu, char *extra);
  1309. int cfg80211_wext_giwscan(struct net_device *dev,
  1310. struct iw_request_info *info,
  1311. struct iw_point *data, char *extra);
  1312. int cfg80211_wext_siwmlme(struct net_device *dev,
  1313. struct iw_request_info *info,
  1314. struct iw_point *data, char *extra);
  1315. int cfg80211_wext_giwrange(struct net_device *dev,
  1316. struct iw_request_info *info,
  1317. struct iw_point *data, char *extra);
  1318. int cfg80211_ibss_wext_siwfreq(struct net_device *dev,
  1319. struct iw_request_info *info,
  1320. struct iw_freq *freq, char *extra);
  1321. int cfg80211_ibss_wext_giwfreq(struct net_device *dev,
  1322. struct iw_request_info *info,
  1323. struct iw_freq *freq, char *extra);
  1324. int cfg80211_ibss_wext_siwessid(struct net_device *dev,
  1325. struct iw_request_info *info,
  1326. struct iw_point *data, char *ssid);
  1327. int cfg80211_ibss_wext_giwessid(struct net_device *dev,
  1328. struct iw_request_info *info,
  1329. struct iw_point *data, char *ssid);
  1330. int cfg80211_ibss_wext_siwap(struct net_device *dev,
  1331. struct iw_request_info *info,
  1332. struct sockaddr *ap_addr, char *extra);
  1333. int cfg80211_ibss_wext_giwap(struct net_device *dev,
  1334. struct iw_request_info *info,
  1335. struct sockaddr *ap_addr, char *extra);
  1336. struct ieee80211_channel *cfg80211_wext_freq(struct wiphy *wiphy,
  1337. struct iw_freq *freq);
  1338. int cfg80211_wext_siwrts(struct net_device *dev,
  1339. struct iw_request_info *info,
  1340. struct iw_param *rts, char *extra);
  1341. int cfg80211_wext_giwrts(struct net_device *dev,
  1342. struct iw_request_info *info,
  1343. struct iw_param *rts, char *extra);
  1344. int cfg80211_wext_siwfrag(struct net_device *dev,
  1345. struct iw_request_info *info,
  1346. struct iw_param *frag, char *extra);
  1347. int cfg80211_wext_giwfrag(struct net_device *dev,
  1348. struct iw_request_info *info,
  1349. struct iw_param *frag, char *extra);
  1350. int cfg80211_wext_siwretry(struct net_device *dev,
  1351. struct iw_request_info *info,
  1352. struct iw_param *retry, char *extra);
  1353. int cfg80211_wext_giwretry(struct net_device *dev,
  1354. struct iw_request_info *info,
  1355. struct iw_param *retry, char *extra);
  1356. int cfg80211_wext_siwencodeext(struct net_device *dev,
  1357. struct iw_request_info *info,
  1358. struct iw_point *erq, char *extra);
  1359. int cfg80211_wext_siwencode(struct net_device *dev,
  1360. struct iw_request_info *info,
  1361. struct iw_point *erq, char *keybuf);
  1362. int cfg80211_wext_giwencode(struct net_device *dev,
  1363. struct iw_request_info *info,
  1364. struct iw_point *erq, char *keybuf);
  1365. int cfg80211_wext_siwtxpower(struct net_device *dev,
  1366. struct iw_request_info *info,
  1367. union iwreq_data *data, char *keybuf);
  1368. int cfg80211_wext_giwtxpower(struct net_device *dev,
  1369. struct iw_request_info *info,
  1370. union iwreq_data *data, char *keybuf);
  1371. /*
  1372. * callbacks for asynchronous cfg80211 methods, notification
  1373. * functions and BSS handling helpers
  1374. */
  1375. /**
  1376. * cfg80211_scan_done - notify that scan finished
  1377. *
  1378. * @request: the corresponding scan request
  1379. * @aborted: set to true if the scan was aborted for any reason,
  1380. * userspace will be notified of that
  1381. */
  1382. void cfg80211_scan_done(struct cfg80211_scan_request *request, bool aborted);
  1383. /**
  1384. * cfg80211_inform_bss - inform cfg80211 of a new BSS
  1385. *
  1386. * @wiphy: the wiphy reporting the BSS
  1387. * @bss: the found BSS
  1388. * @signal: the signal strength, type depends on the wiphy's signal_type
  1389. * @gfp: context flags
  1390. *
  1391. * This informs cfg80211 that BSS information was found and
  1392. * the BSS should be updated/added.
  1393. */
  1394. struct cfg80211_bss*
  1395. cfg80211_inform_bss_frame(struct wiphy *wiphy,
  1396. struct ieee80211_channel *channel,
  1397. struct ieee80211_mgmt *mgmt, size_t len,
  1398. s32 signal, gfp_t gfp);
  1399. struct cfg80211_bss*
  1400. cfg80211_inform_bss(struct wiphy *wiphy,
  1401. struct ieee80211_channel *channel,
  1402. const u8 *bssid,
  1403. u64 timestamp, u16 capability, u16 beacon_interval,
  1404. const u8 *ie, size_t ielen,
  1405. s32 signal, gfp_t gfp);
  1406. struct cfg80211_bss *cfg80211_get_bss(struct wiphy *wiphy,
  1407. struct ieee80211_channel *channel,
  1408. const u8 *bssid,
  1409. const u8 *ssid, size_t ssid_len,
  1410. u16 capa_mask, u16 capa_val);
  1411. static inline struct cfg80211_bss *
  1412. cfg80211_get_ibss(struct wiphy *wiphy,
  1413. struct ieee80211_channel *channel,
  1414. const u8 *ssid, size_t ssid_len)
  1415. {
  1416. return cfg80211_get_bss(wiphy, channel, NULL, ssid, ssid_len,
  1417. WLAN_CAPABILITY_IBSS, WLAN_CAPABILITY_IBSS);
  1418. }
  1419. struct cfg80211_bss *cfg80211_get_mesh(struct wiphy *wiphy,
  1420. struct ieee80211_channel *channel,
  1421. const u8 *meshid, size_t meshidlen,
  1422. const u8 *meshcfg);
  1423. void cfg80211_put_bss(struct cfg80211_bss *bss);
  1424. /**
  1425. * cfg80211_unlink_bss - unlink BSS from internal data structures
  1426. * @wiphy: the wiphy
  1427. * @bss: the bss to remove
  1428. *
  1429. * This function removes the given BSS from the internal data structures
  1430. * thereby making it no longer show up in scan results etc. Use this
  1431. * function when you detect a BSS is gone. Normally BSSes will also time
  1432. * out, so it is not necessary to use this function at all.
  1433. */
  1434. void cfg80211_unlink_bss(struct wiphy *wiphy, struct cfg80211_bss *bss);
  1435. /**
  1436. * cfg80211_send_rx_auth - notification of processed authentication
  1437. * @dev: network device
  1438. * @buf: authentication frame (header + body)
  1439. * @len: length of the frame data
  1440. *
  1441. * This function is called whenever an authentication has been processed in
  1442. * station mode. The driver is required to call either this function or
  1443. * cfg80211_send_auth_timeout() to indicate the result of cfg80211_ops::auth()
  1444. * call.
  1445. */
  1446. void cfg80211_send_rx_auth(struct net_device *dev, const u8 *buf, size_t len);
  1447. /**
  1448. * cfg80211_send_auth_timeout - notification of timed out authentication
  1449. * @dev: network device
  1450. * @addr: The MAC address of the device with which the authentication timed out
  1451. */
  1452. void cfg80211_send_auth_timeout(struct net_device *dev, const u8 *addr);
  1453. /**
  1454. * cfg80211_send_rx_assoc - notification of processed association
  1455. * @dev: network device
  1456. * @buf: (re)association response frame (header + body)
  1457. * @len: length of the frame data
  1458. *
  1459. * This function is called whenever a (re)association response has been
  1460. * processed in station mode. The driver is required to call either this
  1461. * function or cfg80211_send_assoc_timeout() to indicate the result of
  1462. * cfg80211_ops::assoc() call.
  1463. */
  1464. void cfg80211_send_rx_assoc(struct net_device *dev, const u8 *buf, size_t len);
  1465. /**
  1466. * cfg80211_send_assoc_timeout - notification of timed out association
  1467. * @dev: network device
  1468. * @addr: The MAC address of the device with which the association timed out
  1469. */
  1470. void cfg80211_send_assoc_timeout(struct net_device *dev, const u8 *addr);
  1471. /**
  1472. * cfg80211_send_deauth - notification of processed deauthentication
  1473. * @dev: network device
  1474. * @buf: deauthentication frame (header + body)
  1475. * @len: length of the frame data
  1476. *
  1477. * This function is called whenever deauthentication has been processed in
  1478. * station mode. This includes both received deauthentication frames and
  1479. * locally generated ones.
  1480. */
  1481. void cfg80211_send_deauth(struct net_device *dev, const u8 *buf, size_t len);
  1482. /**
  1483. * cfg80211_send_disassoc - notification of processed disassociation
  1484. * @dev: network device
  1485. * @buf: disassociation response frame (header + body)
  1486. * @len: length of the frame data
  1487. *
  1488. * This function is called whenever disassociation has been processed in
  1489. * station mode. This includes both received disassociation frames and locally
  1490. * generated ones.
  1491. */
  1492. void cfg80211_send_disassoc(struct net_device *dev, const u8 *buf, size_t len);
  1493. /**
  1494. * cfg80211_hold_bss - exclude bss from expiration
  1495. * @bss: bss which should not expire
  1496. *
  1497. * In a case when the BSS is not updated but it shouldn't expire this
  1498. * function can be used to mark the BSS to be excluded from expiration.
  1499. */
  1500. void cfg80211_hold_bss(struct cfg80211_bss *bss);
  1501. /**
  1502. * cfg80211_unhold_bss - remove expiration exception from the BSS
  1503. * @bss: bss which can expire again
  1504. *
  1505. * This function marks the BSS to be expirable again.
  1506. */
  1507. void cfg80211_unhold_bss(struct cfg80211_bss *bss);
  1508. /**
  1509. * cfg80211_michael_mic_failure - notification of Michael MIC failure (TKIP)
  1510. * @dev: network device
  1511. * @addr: The source MAC address of the frame
  1512. * @key_type: The key type that the received frame used
  1513. * @key_id: Key identifier (0..3)
  1514. * @tsc: The TSC value of the frame that generated the MIC failure (6 octets)
  1515. *
  1516. * This function is called whenever the local MAC detects a MIC failure in a
  1517. * received frame. This matches with MLME-MICHAELMICFAILURE.indication()
  1518. * primitive.
  1519. */
  1520. void cfg80211_michael_mic_failure(struct net_device *dev, const u8 *addr,
  1521. enum nl80211_key_type key_type, int key_id,
  1522. const u8 *tsc);
  1523. /**
  1524. * cfg80211_ibss_joined - notify cfg80211 that device joined an IBSS
  1525. *
  1526. * @dev: network device
  1527. * @bssid: the BSSID of the IBSS joined
  1528. * @gfp: allocation flags
  1529. *
  1530. * This function notifies cfg80211 that the device joined an IBSS or
  1531. * switched to a different BSSID. Before this function can be called,
  1532. * either a beacon has to have been received from the IBSS, or one of
  1533. * the cfg80211_inform_bss{,_frame} functions must have been called
  1534. * with the locally generated beacon -- this guarantees that there is
  1535. * always a scan result for this IBSS. cfg80211 will handle the rest.
  1536. */
  1537. void cfg80211_ibss_joined(struct net_device *dev, const u8 *bssid, gfp_t gfp);
  1538. /**
  1539. * wiphy_rfkill_set_hw_state - notify cfg80211 about hw block state
  1540. * @wiphy: the wiphy
  1541. * @blocked: block status
  1542. */
  1543. void wiphy_rfkill_set_hw_state(struct wiphy *wiphy, bool blocked);
  1544. /**
  1545. * wiphy_rfkill_start_polling - start polling rfkill
  1546. * @wiphy: the wiphy
  1547. */
  1548. void wiphy_rfkill_start_polling(struct wiphy *wiphy);
  1549. /**
  1550. * wiphy_rfkill_stop_polling - stop polling rfkill
  1551. * @wiphy: the wiphy
  1552. */
  1553. void wiphy_rfkill_stop_polling(struct wiphy *wiphy);
  1554. #endif /* __NET_CFG80211_H */