8257991946f3eea0ee6b4749d9d0b637979ae51b
[wpasupplicant] / src / drivers / driver.h
1 /*
2  * WPA Supplicant - driver interface definition
3  * Copyright (c) 2003-2008, Jouni Malinen <j@w1.fi>
4  *
5  * This program is free software; you can redistribute it and/or modify
6  * it under the terms of the GNU General Public License version 2 as
7  * published by the Free Software Foundation.
8  *
9  * Alternatively, this software may be distributed under the terms of BSD
10  * license.
11  *
12  * See README and COPYING for more details.
13  */
14
15 #ifndef DRIVER_H
16 #define DRIVER_H
17
18 #define WPA_SUPPLICANT_DRIVER_VERSION 3
19
20 #include "defs.h"
21
22 #define AUTH_ALG_OPEN_SYSTEM    0x01
23 #define AUTH_ALG_SHARED_KEY     0x02
24 #define AUTH_ALG_LEAP           0x04
25 #define AUTH_ALG_FT             0x08
26
27 #define IEEE80211_MODE_INFRA    0
28 #define IEEE80211_MODE_IBSS     1
29
30 #define IEEE80211_CAP_ESS       0x0001
31 #define IEEE80211_CAP_IBSS      0x0002
32 #define IEEE80211_CAP_PRIVACY   0x0010
33
34 #define SSID_MAX_WPA_IE_LEN 40
35 /**
36  * struct wpa_scan_result - Scan results (old structure)
37  * @bssid: BSSID
38  * @ssid: SSID
39  * @ssid_len: length of the ssid
40  * @wpa_ie: WPA IE
41  * @wpa_ie_len: length of the wpa_ie
42  * @rsn_ie: RSN IE
43  * @rsn_ie_len: length of the RSN IE
44  * @freq: frequency of the channel in MHz (e.g., 2412 = channel 1)
45  * @caps: capability information field in host byte order
46  * @qual: signal quality
47  * @noise: noise level
48  * @level: signal level
49  * @maxrate: maximum supported rate
50  * @mdie_present: Whether MDIE was included in Beacon/ProbeRsp frame
51  * @mdie: Mobility domain identifier IE (IEEE 802.11r MDIE) (starting from
52  * IE type field)
53  * @tsf: Timestamp
54  *
55  * This structure is used as a generic format for scan results from the
56  * driver. Each driver interface implementation is responsible for converting
57  * the driver or OS specific scan results into this format.
58  *
59  * This structure is the old data structure used for scan results. It is
60  * obsoleted by the new struct wpa_scan_res structure and the old version is
61  * only included for backwards compatibility with existing driver wrapper
62  * implementations. New implementations are encouraged to implement for struct
63  * wpa_scan_res. The old structure will be removed at some point.
64  */
65 struct wpa_scan_result {
66         u8 bssid[ETH_ALEN];
67         u8 ssid[32];
68         size_t ssid_len;
69         u8 wpa_ie[SSID_MAX_WPA_IE_LEN];
70         size_t wpa_ie_len;
71         u8 rsn_ie[SSID_MAX_WPA_IE_LEN];
72         size_t rsn_ie_len;
73         int freq;
74         u16 caps;
75         int qual;
76         int noise;
77         int level;
78         int maxrate;
79         int mdie_present;
80         u8 mdie[5];
81         u64 tsf;
82 };
83
84
85 #define WPA_SCAN_QUAL_INVALID           BIT(0)
86 #define WPA_SCAN_NOISE_INVALID          BIT(1)
87 #define WPA_SCAN_LEVEL_INVALID          BIT(2)
88 #define WPA_SCAN_LEVEL_DBM              BIT(3)
89
90 /**
91  * struct wpa_scan_res - Scan result for an BSS/IBSS
92  * @flags: information flags about the BSS/IBSS (WPA_SCAN_*)
93  * @bssid: BSSID
94  * @freq: frequency of the channel in MHz (e.g., 2412 = channel 1)
95  * @beacon_int: beacon interval in TUs (host byte order)
96  * @caps: capability information field in host byte order
97  * @qual: signal quality
98  * @noise: noise level
99  * @level: signal level
100  * @tsf: Timestamp
101  * @ie_len: length of the following IE field in octets
102  *
103  * This structure is used as a generic format for scan results from the
104  * driver. Each driver interface implementation is responsible for converting
105  * the driver or OS specific scan results into this format.
106  *
107  * If the driver does not support reporting all IEs, the IE data structure is
108  * constructed of the IEs that are available. This field will also need to
109  * include SSID in IE format. All drivers are encouraged to be extended to
110  * report all IEs to make it easier to support future additions.
111  */
112 struct wpa_scan_res {
113         unsigned int flags;
114         u8 bssid[ETH_ALEN];
115         int freq;
116         u16 beacon_int;
117         u16 caps;
118         int qual;
119         int noise;
120         int level;
121         u64 tsf;
122         size_t ie_len;
123         /* followed by ie_len octets of IEs */
124 };
125
126 /**
127  * struct wpa_scan_results - Scan results
128  * @res: Array of pointers to allocated variable length scan result entries
129  * @num: Number of entries in the scan result array
130  */
131 struct wpa_scan_results {
132         struct wpa_scan_res **res;
133         size_t num;
134 };
135
136 /**
137  * struct wpa_interface_info - Network interface information
138  * @next: Pointer to the next interface or NULL if this is the last one
139  * @ifname: Interface name that can be used with init() or init2()
140  * @desc: Human readable adapter description (e.g., vendor/model) or NULL if
141  *      not available
142  * @drv_bame: struct wpa_driver_ops::name (note: unlike other strings, this one
143  *      is not an allocated copy, i.e., get_interfaces() caller will not free
144  *      this)
145  */
146 struct wpa_interface_info {
147         struct wpa_interface_info *next;
148         char *ifname;
149         char *desc;
150         const char *drv_name;
151 };
152
153 #define WPAS_MAX_SCAN_SSIDS 4
154
155 /**
156  * struct wpa_driver_scan_params - Scan parameters
157  * Data for struct wpa_driver_ops::scan2().
158  */
159 struct wpa_driver_scan_params {
160         /**
161          * ssids - SSIDs to scan for
162          */
163         struct wpa_driver_scan_ssid {
164                 /**
165                  * ssid - specific SSID to scan for (ProbeReq)
166                  * %NULL or zero-length SSID is used to indicate active scan
167                  * with wildcard SSID.
168                  */
169                 const u8 *ssid;
170                 /**
171                  * ssid_len: Length of the SSID in octets
172                  */
173                 size_t ssid_len;
174         } ssids[WPAS_MAX_SCAN_SSIDS];
175
176         /**
177          * num_ssids - Number of entries in ssids array
178          * Zero indicates a request for a passive scan.
179          */
180         size_t num_ssids;
181
182         /**
183          * extra_ies - Extra IE(s) to add into Probe Request or %NULL
184          */
185         const u8 *extra_ies;
186
187         /**
188          * extra_ies_len - Length of extra_ies in octets
189          */
190         size_t extra_ies_len;
191 };
192
193 /**
194  * struct wpa_driver_auth_params - Authentication parameters
195  * Data for struct wpa_driver_ops::authenticate().
196  */
197 struct wpa_driver_auth_params {
198         int freq;
199         const u8 *bssid;
200         const u8 *ssid;
201         size_t ssid_len;
202         int auth_alg;
203         const u8 *ie;
204         size_t ie_len;
205 };
206
207 /**
208  * struct wpa_driver_associate_params - Association parameters
209  * Data for struct wpa_driver_ops::associate().
210  */
211 struct wpa_driver_associate_params {
212         /**
213          * bssid - BSSID of the selected AP
214          * This can be %NULL, if ap_scan=2 mode is used and the driver is
215          * responsible for selecting with which BSS to associate. */
216         const u8 *bssid;
217
218         /**
219          * ssid - The selected SSID
220          */
221         const u8 *ssid;
222         size_t ssid_len;
223
224         /**
225          * freq - Frequency of the channel the selected AP is using
226          * Frequency that the selected AP is using (in MHz as
227          * reported in the scan results)
228          */
229         int freq;
230
231         /**
232          * wpa_ie - WPA information element for (Re)Association Request
233          * WPA information element to be included in (Re)Association
234          * Request (including information element id and length). Use
235          * of this WPA IE is optional. If the driver generates the WPA
236          * IE, it can use pairwise_suite, group_suite, and
237          * key_mgmt_suite to select proper algorithms. In this case,
238          * the driver has to notify wpa_supplicant about the used WPA
239          * IE by generating an event that the interface code will
240          * convert into EVENT_ASSOCINFO data (see below).
241          *
242          * When using WPA2/IEEE 802.11i, wpa_ie is used for RSN IE
243          * instead. The driver can determine which version is used by
244          * looking at the first byte of the IE (0xdd for WPA, 0x30 for
245          * WPA2/RSN).
246          *
247          * When using WPS, wpa_ie is used for WPS IE instead of WPA/RSN IE.
248          */
249         const u8 *wpa_ie;
250         /**
251          * wpa_ie_len - length of the wpa_ie
252          */
253         size_t wpa_ie_len;
254
255         /* The selected pairwise/group cipher and key management
256          * suites. These are usually ignored if @wpa_ie is used. */
257         wpa_cipher pairwise_suite;
258         wpa_cipher group_suite;
259         wpa_key_mgmt key_mgmt_suite;
260
261         /**
262          * auth_alg - Allowed authentication algorithms
263          * Bit field of AUTH_ALG_*
264          */
265         int auth_alg;
266
267         /**
268          * mode - Operation mode (infra/ibss) IEEE80211_MODE_*
269          */
270         int mode;
271
272         /**
273          * wep_key - WEP keys for static WEP configuration
274          */
275         const u8 *wep_key[4];
276
277         /**
278          * wep_key_len - WEP key length for static WEP configuration
279          */
280         size_t wep_key_len[4];
281
282         /**
283          * wep_tx_keyidx - WEP TX key index for static WEP configuration
284          */
285         int wep_tx_keyidx;
286
287         /**
288          * mgmt_frame_protection - IEEE 802.11w management frame protection
289          */
290         enum {
291                 NO_MGMT_FRAME_PROTECTION,
292                 MGMT_FRAME_PROTECTION_OPTIONAL,
293                 MGMT_FRAME_PROTECTION_REQUIRED
294         } mgmt_frame_protection;
295
296         /**
297          * ft_ies - IEEE 802.11r / FT information elements
298          * If the supplicant is using IEEE 802.11r (FT) and has the needed keys
299          * for fast transition, this parameter is set to include the IEs that
300          * are to be sent in the next FT Authentication Request message.
301          * update_ft_ies() handler is called to update the IEs for further
302          * FT messages in the sequence.
303          *
304          * The driver should use these IEs only if the target AP is advertising
305          * the same mobility domain as the one included in the MDIE here.
306          *
307          * In ap_scan=2 mode, the driver can use these IEs when moving to a new
308          * AP after the initial association. These IEs can only be used if the
309          * target AP is advertising support for FT and is using the same MDIE
310          * and SSID as the current AP.
311          *
312          * The driver is responsible for reporting the FT IEs received from the
313          * AP's response using wpa_supplicant_event() with EVENT_FT_RESPONSE
314          * type. update_ft_ies() handler will then be called with the FT IEs to
315          * include in the next frame in the authentication sequence.
316          */
317         const u8 *ft_ies;
318
319         /**
320          * ft_ies_len - Length of ft_ies in bytes
321          */
322         size_t ft_ies_len;
323
324         /**
325          * ft_md - FT Mobility domain (6 octets) (also included inside ft_ies)
326          *
327          * This value is provided to allow the driver interface easier access
328          * to the current mobility domain. This value is set to %NULL if no
329          * mobility domain is currently active.
330          */
331         const u8 *ft_md;
332
333         /**
334          * passphrase - RSN passphrase for PSK
335          *
336          * This value is made available only for WPA/WPA2-Personal (PSK) and
337          * only for drivers that set WPA_DRIVER_FLAGS_4WAY_HANDSHAKE. This is
338          * the 8..63 character ASCII passphrase, if available. Please note that
339          * this can be %NULL if passphrase was not used to generate the PSK. In
340          * that case, the psk field must be used to fetch the PSK.
341          */
342         const char *passphrase;
343
344         /**
345          * psk - RSN PSK (alternative for passphrase for PSK)
346          *
347          * This value is made available only for WPA/WPA2-Personal (PSK) and
348          * only for drivers that set WPA_DRIVER_FLAGS_4WAY_HANDSHAKE. This is
349          * the 32-octet (256-bit) PSK, if available. The driver wrapper should
350          * be prepared to handle %NULL value as an error.
351          */
352         const u8 *psk;
353
354         /**
355          * drop_unencrypted - Enable/disable unencrypted frame filtering
356          *
357          * Configure the driver to drop all non-EAPOL frames (both receive and
358          * transmit paths). Unencrypted EAPOL frames (ethertype 0x888e) must
359          * still be allowed for key negotiation.
360          */
361         int drop_unencrypted;
362 };
363
364 /**
365  * struct wpa_driver_capa - Driver capability information
366  */
367 struct wpa_driver_capa {
368 #define WPA_DRIVER_CAPA_KEY_MGMT_WPA            0x00000001
369 #define WPA_DRIVER_CAPA_KEY_MGMT_WPA2           0x00000002
370 #define WPA_DRIVER_CAPA_KEY_MGMT_WPA_PSK        0x00000004
371 #define WPA_DRIVER_CAPA_KEY_MGMT_WPA2_PSK       0x00000008
372 #define WPA_DRIVER_CAPA_KEY_MGMT_WPA_NONE       0x00000010
373 #define WPA_DRIVER_CAPA_KEY_MGMT_FT             0x00000020
374 #define WPA_DRIVER_CAPA_KEY_MGMT_FT_PSK         0x00000040
375         unsigned int key_mgmt;
376
377 #define WPA_DRIVER_CAPA_ENC_WEP40       0x00000001
378 #define WPA_DRIVER_CAPA_ENC_WEP104      0x00000002
379 #define WPA_DRIVER_CAPA_ENC_TKIP        0x00000004
380 #define WPA_DRIVER_CAPA_ENC_CCMP        0x00000008
381         unsigned int enc;
382
383 #define WPA_DRIVER_AUTH_OPEN            0x00000001
384 #define WPA_DRIVER_AUTH_SHARED          0x00000002
385 #define WPA_DRIVER_AUTH_LEAP            0x00000004
386         unsigned int auth;
387
388 /* Driver generated WPA/RSN IE */
389 #define WPA_DRIVER_FLAGS_DRIVER_IE      0x00000001
390 #define WPA_DRIVER_FLAGS_SET_KEYS_AFTER_ASSOC 0x00000002
391 #define WPA_DRIVER_FLAGS_USER_SPACE_MLME 0x00000004
392 /* Driver takes care of RSN 4-way handshake internally; PMK is configured with
393  * struct wpa_driver_ops::set_key using alg = WPA_ALG_PMK */
394 #define WPA_DRIVER_FLAGS_4WAY_HANDSHAKE 0x00000008
395 #define WPA_DRIVER_FLAGS_WIRED          0x00000010
396 /* Driver provides separate commands for authentication and association (SME in
397  * wpa_supplicant). */
398 #define WPA_DRIVER_FLAGS_SME            0x00000020
399 /* Driver supports AP mode */
400 #define WPA_DRIVER_FLAGS_AP             0x00000040
401         unsigned int flags;
402
403         int max_scan_ssids;
404 };
405
406
407 #define WPA_CHAN_W_SCAN 0x00000001
408 #define WPA_CHAN_W_ACTIVE_SCAN 0x00000002
409 #define WPA_CHAN_W_IBSS 0x00000004
410
411 struct wpa_channel_data {
412         short chan; /* channel number (IEEE 802.11) */
413         short freq; /* frequency in MHz */
414         int flag; /* flag for user space use (WPA_CHAN_*) */
415 };
416
417 #define WPA_RATE_ERP 0x00000001
418 #define WPA_RATE_BASIC 0x00000002
419 #define WPA_RATE_PREAMBLE2 0x00000004
420 #define WPA_RATE_SUPPORTED 0x00000010
421 #define WPA_RATE_OFDM 0x00000020
422 #define WPA_RATE_CCK 0x00000040
423 #define WPA_RATE_MANDATORY 0x00000100
424
425 struct wpa_rate_data {
426         int rate; /* rate in 100 kbps */
427         int flags; /* WPA_RATE_ flags */
428 };
429
430 typedef enum {
431         WPA_MODE_IEEE80211B,
432         WPA_MODE_IEEE80211G,
433         WPA_MODE_IEEE80211A,
434         NUM_WPA_MODES
435 } wpa_hw_mode;
436
437 struct wpa_hw_modes {
438         wpa_hw_mode mode;
439         int num_channels;
440         struct wpa_channel_data *channels;
441         int num_rates;
442         struct wpa_rate_data *rates;
443 };
444
445
446 struct ieee80211_rx_status {
447         int channel;
448         int ssi;
449 };
450
451
452 /**
453  * struct wpa_driver_ops - Driver interface API definition
454  *
455  * This structure defines the API that each driver interface needs to implement
456  * for core wpa_supplicant code. All driver specific functionality is captured
457  * in this wrapper.
458  */
459 struct wpa_driver_ops {
460         /** Name of the driver interface */
461         const char *name;
462         /** One line description of the driver interface */
463         const char *desc;
464
465         /**
466          * get_bssid - Get the current BSSID
467          * @priv: private driver interface data
468          * @bssid: buffer for BSSID (ETH_ALEN = 6 bytes)
469          *
470          * Returns: 0 on success, -1 on failure
471          *
472          * Query kernel driver for the current BSSID and copy it to bssid.
473          * Setting bssid to 00:00:00:00:00:00 is recommended if the STA is not
474          * associated.
475          */
476         int (*get_bssid)(void *priv, u8 *bssid);
477
478         /**
479          * get_ssid - Get the current SSID
480          * @priv: private driver interface data
481          * @ssid: buffer for SSID (at least 32 bytes)
482          *
483          * Returns: Length of the SSID on success, -1 on failure
484          *
485          * Query kernel driver for the current SSID and copy it to ssid.
486          * Returning zero is recommended if the STA is not associated.
487          *
488          * Note: SSID is an array of octets, i.e., it is not nul terminated and
489          * can, at least in theory, contain control characters (including nul)
490          * and as such, should be processed as binary data, not a printable
491          * string.
492          */
493         int (*get_ssid)(void *priv, u8 *ssid);
494
495         /**
496          * set_wpa - Enable/disable WPA support (OBSOLETE)
497          * @priv: private driver interface data
498          * @enabled: 1 = enable, 0 = disable
499          *
500          * Returns: 0 on success, -1 on failure
501          *
502          * Note: This function is included for backwards compatibility. This is
503          * called only just after init and just before deinit, so these
504          * functions can be used to implement same functionality and the driver
505          * interface need not define this function.
506          *
507          * Configure the kernel driver to enable/disable WPA support. This may
508          * be empty function, if WPA support is always enabled. Common
509          * configuration items are WPA IE (clearing it when WPA support is
510          * disabled), Privacy flag configuration for capability field (note:
511          * this the value need to set in associate handler to allow plaintext
512          * mode to be used) when trying to associate with, roaming mode (can
513          * allow wpa_supplicant to control roaming if ap_scan=1 is used;
514          * however, drivers can also implement roaming if desired, especially
515          * ap_scan=2 mode is used for this).
516          */
517         int (*set_wpa)(void *priv, int enabled);
518
519         /**
520          * set_key - Configure encryption key
521          * @priv: private driver interface data
522          * @alg: encryption algorithm (%WPA_ALG_NONE, %WPA_ALG_WEP,
523          *      %WPA_ALG_TKIP, %WPA_ALG_CCMP, %WPA_ALG_IGTK, %WPA_ALG_PMK);
524          *      %WPA_ALG_NONE clears the key.
525          * @addr: address of the peer STA or ff:ff:ff:ff:ff:ff for
526          *      broadcast/default keys
527          * @key_idx: key index (0..3), usually 0 for unicast keys; 0..4095 for
528          *      IGTK
529          * @set_tx: configure this key as the default Tx key (only used when
530          *      driver does not support separate unicast/individual key
531          * @seq: sequence number/packet number, seq_len octets, the next
532          *      packet number to be used for in replay protection; configured
533          *      for Rx keys (in most cases, this is only used with broadcast
534          *      keys and set to zero for unicast keys)
535          * @seq_len: length of the seq, depends on the algorithm:
536          *      TKIP: 6 octets, CCMP: 6 octets, IGTK: 6 octets
537          * @key: key buffer; TKIP: 16-byte temporal key, 8-byte Tx Mic key,
538          *      8-byte Rx Mic Key
539          * @key_len: length of the key buffer in octets (WEP: 5 or 13,
540          *      TKIP: 32, CCMP: 16, IGTK: 16)
541          *
542          * Returns: 0 on success, -1 on failure
543          *
544          * Configure the given key for the kernel driver. If the driver
545          * supports separate individual keys (4 default keys + 1 individual),
546          * addr can be used to determine whether the key is default or
547          * individual. If only 4 keys are supported, the default key with key
548          * index 0 is used as the individual key. STA must be configured to use
549          * it as the default Tx key (set_tx is set) and accept Rx for all the
550          * key indexes. In most cases, WPA uses only key indexes 1 and 2 for
551          * broadcast keys, so key index 0 is available for this kind of
552          * configuration.
553          *
554          * Please note that TKIP keys include separate TX and RX MIC keys and
555          * some drivers may expect them in different order than wpa_supplicant
556          * is using. If the TX/RX keys are swapped, all TKIP encrypted packets
557          * will tricker Michael MIC errors. This can be fixed by changing the
558          * order of MIC keys by swapping te bytes 16..23 and 24..31 of the key
559          * in driver_*.c set_key() implementation, see driver_ndis.c for an
560          * example on how this can be done.
561          */
562         int (*set_key)(void *priv, wpa_alg alg, const u8 *addr,
563                        int key_idx, int set_tx, const u8 *seq, size_t seq_len,
564                        const u8 *key, size_t key_len);
565
566         /**
567          * init - Initialize driver interface
568          * @ctx: context to be used when calling wpa_supplicant functions,
569          * e.g., wpa_supplicant_event()
570          * @ifname: interface name, e.g., wlan0
571          *
572          * Returns: Pointer to private data, %NULL on failure
573          *
574          * Initialize driver interface, including event processing for kernel
575          * driver events (e.g., associated, scan results, Michael MIC failure).
576          * This function can allocate a private configuration data area for
577          * @ctx, file descriptor, interface name, etc. information that may be
578          * needed in future driver operations. If this is not used, non-NULL
579          * value will need to be returned because %NULL is used to indicate
580          * failure. The returned value will be used as 'void *priv' data for
581          * all other driver_ops functions.
582          *
583          * The main event loop (eloop.c) of wpa_supplicant can be used to
584          * register callback for read sockets (eloop_register_read_sock()).
585          *
586          * See below for more information about events and
587          * wpa_supplicant_event() function.
588          */
589         void * (*init)(void *ctx, const char *ifname);
590
591         /**
592          * deinit - Deinitialize driver interface
593          * @priv: private driver interface data from init()
594          *
595          * Shut down driver interface and processing of driver events. Free
596          * private data buffer if one was allocated in init() handler.
597          */
598         void (*deinit)(void *priv);
599
600         /**
601          * set_param - Set driver configuration parameters
602          * @priv: private driver interface data from init()
603          * @param: driver specific configuration parameters
604          *
605          * Returns: 0 on success, -1 on failure
606          *
607          * Optional handler for notifying driver interface about configuration
608          * parameters (driver_param).
609          */
610         int (*set_param)(void *priv, const char *param);
611
612         /**
613          * set_countermeasures - Enable/disable TKIP countermeasures
614          * @priv: private driver interface data
615          * @enabled: 1 = countermeasures enabled, 0 = disabled
616          *
617          * Returns: 0 on success, -1 on failure
618          *
619          * Configure TKIP countermeasures. When these are enabled, the driver
620          * should drop all received and queued frames that are using TKIP.
621          */
622         int (*set_countermeasures)(void *priv, int enabled);
623
624         /**
625          * set_drop_unencrypted - Enable/disable unencrypted frame filtering
626          * @priv: private driver interface data
627          * @enabled: 1 = unencrypted Tx/Rx frames will be dropped, 0 = disabled
628          *
629          * Returns: 0 on success, -1 on failure
630          *
631          * Configure the driver to drop all non-EAPOL frames (both receive and
632          * transmit paths). Unencrypted EAPOL frames (ethertype 0x888e) must
633          * still be allowed for key negotiation.
634          *
635          * This function is deprecated. New driver wrapper implementations
636          * should use associate() parameter drop_unencrypted instead.
637          */
638         int (*set_drop_unencrypted)(void *priv, int enabled);
639
640         /**
641          * scan - Request the driver to initiate scan (old version)
642          * @priv: private driver interface data
643          * @ssid: specific SSID to scan for (ProbeReq) or %NULL to scan for
644          *      all SSIDs (either active scan with wildcard SSID or passive
645          *      scan)
646          * @ssid_len: length of the SSID
647          *
648          * Returns: 0 on success, -1 on failure
649          *
650          * Once the scan results are ready, the driver should report scan
651          * results event for wpa_supplicant which will eventually request the
652          * results with wpa_driver_get_scan_results().
653          *
654          * This function is deprecated. New driver wrapper implementations
655          * should implement support for scan2().
656          */
657         int (*scan)(void *priv, const u8 *ssid, size_t ssid_len);
658
659         /**
660          * get_scan_results - Fetch the latest scan results (old version)
661          * @priv: private driver interface data
662          * @results: pointer to buffer for scan results
663          * @max_size: maximum number of entries (buffer size)
664          *
665          * Returns: Number of scan result entries used on success, -1 on
666          * failure
667          *
668          * If scan results include more than max_size BSSes, max_size will be
669          * returned and the remaining entries will not be included in the
670          * buffer.
671          *
672          * This function is deprecated. New driver wrapper implementations
673          * should implement support for get_scan_results2().
674          */
675         int (*get_scan_results)(void *priv,
676                                 struct wpa_scan_result *results,
677                                 size_t max_size);
678
679         /**
680          * deauthenticate - Request driver to deauthenticate
681          * @priv: private driver interface data
682          * @addr: peer address (BSSID of the AP)
683          * @reason_code: 16-bit reason code to be sent in the deauthentication
684          *      frame
685          *
686          * Returns: 0 on success, -1 on failure
687          */
688         int (*deauthenticate)(void *priv, const u8 *addr, int reason_code);
689
690         /**
691          * disassociate - Request driver to disassociate
692          * @priv: private driver interface data
693          * @addr: peer address (BSSID of the AP)
694          * @reason_code: 16-bit reason code to be sent in the disassociation
695          *      frame
696          *
697          * Returns: 0 on success, -1 on failure
698          */
699         int (*disassociate)(void *priv, const u8 *addr, int reason_code);
700
701         /**
702          * associate - Request driver to associate
703          * @priv: private driver interface data
704          * @params: association parameters
705          *
706          * Returns: 0 on success, -1 on failure
707          */
708         int (*associate)(void *priv,
709                          struct wpa_driver_associate_params *params);
710
711         /**
712          * set_auth_alg - Set IEEE 802.11 authentication algorithm
713          * @priv: private driver interface data
714          * @auth_alg: bit field of AUTH_ALG_*
715          *
716          * If the driver supports more than one authentication algorithm at the
717          * same time, it should configure all supported algorithms. If not, one
718          * algorithm needs to be selected arbitrarily. Open System
719          * authentication should be ok for most cases and it is recommended to
720          * be used if other options are not supported. Static WEP configuration
721          * may also use Shared Key authentication and LEAP requires its own
722          * algorithm number. For LEAP, user can make sure that only one
723          * algorithm is used at a time by configuring LEAP as the only
724          * supported EAP method. This information is also available in
725          * associate() params, so set_auth_alg may not be needed in case of
726          * most drivers.
727          *
728          * This function is deprecated. New driver wrapper implementations
729          * should use associate() parameter auth_alg instead.
730          *
731          * Returns: 0 on success, -1 on failure
732          */
733         int (*set_auth_alg)(void *priv, int auth_alg);
734
735         /**
736          * add_pmkid - Add PMKSA cache entry to the driver
737          * @priv: private driver interface data
738          * @bssid: BSSID for the PMKSA cache entry
739          * @pmkid: PMKID for the PMKSA cache entry
740          *
741          * Returns: 0 on success, -1 on failure
742          *
743          * This function is called when a new PMK is received, as a result of
744          * either normal authentication or RSN pre-authentication.
745          *
746          * If the driver generates RSN IE, i.e., it does not use wpa_ie in
747          * associate(), add_pmkid() can be used to add new PMKSA cache entries
748          * in the driver. If the driver uses wpa_ie from wpa_supplicant, this
749          * driver_ops function does not need to be implemented. Likewise, if
750          * the driver does not support WPA, this function is not needed.
751          */
752         int (*add_pmkid)(void *priv, const u8 *bssid, const u8 *pmkid);
753
754         /**
755          * remove_pmkid - Remove PMKSA cache entry to the driver
756          * @priv: private driver interface data
757          * @bssid: BSSID for the PMKSA cache entry
758          * @pmkid: PMKID for the PMKSA cache entry
759          *
760          * Returns: 0 on success, -1 on failure
761          *
762          * This function is called when the supplicant drops a PMKSA cache
763          * entry for any reason.
764          *
765          * If the driver generates RSN IE, i.e., it does not use wpa_ie in
766          * associate(), remove_pmkid() can be used to synchronize PMKSA caches
767          * between the driver and wpa_supplicant. If the driver uses wpa_ie
768          * from wpa_supplicant, this driver_ops function does not need to be
769          * implemented. Likewise, if the driver does not support WPA, this
770          * function is not needed.
771          */
772         int (*remove_pmkid)(void *priv, const u8 *bssid, const u8 *pmkid);
773
774         /**
775          * flush_pmkid - Flush PMKSA cache
776          * @priv: private driver interface data
777          *
778          * Returns: 0 on success, -1 on failure
779          *
780          * This function is called when the supplicant drops all PMKSA cache
781          * entries for any reason.
782          *
783          * If the driver generates RSN IE, i.e., it does not use wpa_ie in
784          * associate(), remove_pmkid() can be used to synchronize PMKSA caches
785          * between the driver and wpa_supplicant. If the driver uses wpa_ie
786          * from wpa_supplicant, this driver_ops function does not need to be
787          * implemented. Likewise, if the driver does not support WPA, this
788          * function is not needed.
789          */
790         int (*flush_pmkid)(void *priv);
791
792         /**
793          * flush_pmkid - Flush PMKSA cache
794          * @priv: private driver interface data
795          *
796          * Returns: 0 on success, -1 on failure
797          *
798          * Get driver/firmware/hardware capabilities.
799          */
800         int (*get_capa)(void *priv, struct wpa_driver_capa *capa);
801
802         /**
803          * poll - Poll driver for association information
804          * @priv: private driver interface data
805          *
806          * This is an option callback that can be used when the driver does not
807          * provide event mechanism for association events. This is called when
808          * receiving WPA EAPOL-Key messages that require association
809          * information. The driver interface is supposed to generate associnfo
810          * event before returning from this callback function. In addition, the
811          * driver interface should generate an association event after having
812          * sent out associnfo.
813          */
814         void (*poll)(void *priv);
815
816         /**
817          * get_ifname - Get interface name
818          * @priv: private driver interface data
819          *
820          * Returns: Pointer to the interface name. This can differ from the
821          * interface name used in init() call. Init() is called first.
822          *
823          * This optional function can be used to allow the driver interface to
824          * replace the interface name with something else, e.g., based on an
825          * interface mapping from a more descriptive name.
826          */
827         const char * (*get_ifname)(void *priv);
828
829         /**
830          * get_mac_addr - Get own MAC address
831          * @priv: private driver interface data
832          *
833          * Returns: Pointer to own MAC address or %NULL on failure
834          *
835          * This optional function can be used to get the own MAC address of the
836          * device from the driver interface code. This is only needed if the
837          * l2_packet implementation for the OS does not provide easy access to
838          * a MAC address. */
839         const u8 * (*get_mac_addr)(void *priv);
840
841         /**
842          * send_eapol - Optional function for sending EAPOL packets
843          * @priv: private driver interface data
844          * @dest: Destination MAC address
845          * @proto: Ethertype
846          * @data: EAPOL packet starting with IEEE 802.1X header
847          * @data_len: Size of the EAPOL packet
848          *
849          * Returns: 0 on success, -1 on failure
850          *
851          * This optional function can be used to override l2_packet operations
852          * with driver specific functionality. If this function pointer is set,
853          * l2_packet module is not used at all and the driver interface code is
854          * responsible for receiving and sending all EAPOL packets. The
855          * received EAPOL packets are sent to core code by calling
856          * wpa_supplicant_rx_eapol(). The driver interface is required to
857          * implement get_mac_addr() handler if send_eapol() is used.
858          */
859         int (*send_eapol)(void *priv, const u8 *dest, u16 proto,
860                           const u8 *data, size_t data_len);
861
862         /**
863          * set_operstate - Sets device operating state to DORMANT or UP
864          * @priv: private driver interface data
865          * @state: 0 = dormant, 1 = up
866          * Returns: 0 on success, -1 on failure
867          *
868          * This is an optional function that can be used on operating systems
869          * that support a concept of controlling network device state from user
870          * space applications. This function, if set, gets called with
871          * state = 1 when authentication has been completed and with state = 0
872          * when connection is lost.
873          */
874         int (*set_operstate)(void *priv, int state);
875
876         /**
877          * mlme_setprotection - MLME-SETPROTECTION.request primitive
878          * @priv: Private driver interface data
879          * @addr: Address of the station for which to set protection (may be
880          * %NULL for group keys)
881          * @protect_type: MLME_SETPROTECTION_PROTECT_TYPE_*
882          * @key_type: MLME_SETPROTECTION_KEY_TYPE_*
883          * Returns: 0 on success, -1 on failure
884          *
885          * This is an optional function that can be used to set the driver to
886          * require protection for Tx and/or Rx frames. This uses the layer
887          * interface defined in IEEE 802.11i-2004 clause 10.3.22.1
888          * (MLME-SETPROTECTION.request). Many drivers do not use explicit
889          * set protection operation; instead, they set protection implicitly
890          * based on configured keys.
891          */
892         int (*mlme_setprotection)(void *priv, const u8 *addr, int protect_type,
893                                   int key_type);
894
895         /**
896          * get_hw_feature_data - Get hardware support data (channels and rates)
897          * @priv: Private driver interface data
898          * @num_modes: Variable for returning the number of returned modes
899          * flags: Variable for returning hardware feature flags
900          * Returns: Pointer to allocated hardware data on success or %NULL on
901          * failure. Caller is responsible for freeing this.
902          *
903          * This function is only needed for drivers that export MLME
904          * (management frame processing) to wpa_supplicant.
905          */
906         struct wpa_hw_modes * (*get_hw_feature_data)(void *priv,
907                                                      u16 *num_modes,
908                                                      u16 *flags);
909
910         /**
911          * set_channel - Set channel
912          * @priv: Private driver interface data
913          * @phymode: WPA_MODE_IEEE80211B, ..
914          * @chan: IEEE 802.11 channel number
915          * @freq: Frequency of the channel in MHz
916          * Returns: 0 on success, -1 on failure
917          *
918          * This function is only needed for drivers that export MLME
919          * (management frame processing) to wpa_supplicant.
920          */
921         int (*set_channel)(void *priv, wpa_hw_mode phymode, int chan,
922                            int freq);
923
924         /**
925          * set_ssid - Set SSID
926          * @priv: Private driver interface data
927          * @ssid: SSID
928          * @ssid_len: SSID length
929          * Returns: 0 on success, -1 on failure
930          *
931          * This function is only needed for drivers that export MLME
932          * (management frame processing) to wpa_supplicant.
933          */
934         int (*set_ssid)(void *priv, const u8 *ssid, size_t ssid_len);
935
936         /**
937          * set_bssid - Set BSSID
938          * @priv: Private driver interface data
939          * @bssid: BSSID
940          * Returns: 0 on success, -1 on failure
941          *
942          * This function is only needed for drivers that export MLME
943          * (management frame processing) to wpa_supplicant.
944          */
945         int (*set_bssid)(void *priv, const u8 *bssid);
946
947         /**
948          * send_mlme - Send management frame from MLME
949          * @priv: Private driver interface data
950          * @data: IEEE 802.11 management frame with IEEE 802.11 header
951          * @data_len: Size of the management frame
952          * Returns: 0 on success, -1 on failure
953          *
954          * This function is only needed for drivers that export MLME
955          * (management frame processing) to wpa_supplicant.
956          */
957         int (*send_mlme)(void *priv, const u8 *data, size_t data_len);
958
959         /**
960          * mlme_add_sta - Add a STA entry into the driver/netstack
961          * @priv: Private driver interface data
962          * @addr: MAC address of the STA (e.g., BSSID of the AP)
963          * @supp_rates: Supported rate set (from (Re)AssocResp); in IEEE 802.11
964          * format (one octet per rate, 1 = 0.5 Mbps)
965          * @supp_rates_len: Number of entries in supp_rates
966          * Returns: 0 on success, -1 on failure
967          *
968          * This function is only needed for drivers that export MLME
969          * (management frame processing) to wpa_supplicant. When the MLME code
970          * completes association with an AP, this function is called to
971          * configure the driver/netstack with a STA entry for data frame
972          * processing (TX rate control, encryption/decryption).
973          */
974         int (*mlme_add_sta)(void *priv, const u8 *addr, const u8 *supp_rates,
975                             size_t supp_rates_len);
976
977         /**
978          * mlme_remove_sta - Remove a STA entry from the driver/netstack
979          * @priv: Private driver interface data
980          * @addr: MAC address of the STA (e.g., BSSID of the AP)
981          * Returns: 0 on success, -1 on failure
982          *
983          * This function is only needed for drivers that export MLME
984          * (management frame processing) to wpa_supplicant.
985          */
986         int (*mlme_remove_sta)(void *priv, const u8 *addr);
987
988         /**
989          * update_ft_ies - Update FT (IEEE 802.11r) IEs
990          * @priv: Private driver interface data
991          * @md: Mobility domain (2 octets) (also included inside ies)
992          * @ies: FT IEs (MDIE, FTIE, ...) or %NULL to remove IEs
993          * @ies_len: Length of FT IEs in bytes
994          * Returns: 0 on success, -1 on failure
995          *
996          * The supplicant uses this callback to let the driver know that keying
997          * material for FT is available and that the driver can use the
998          * provided IEs in the next message in FT authentication sequence.
999          *
1000          * This function is only needed for driver that support IEEE 802.11r
1001          * (Fast BSS Transition).
1002          */
1003         int (*update_ft_ies)(void *priv, const u8 *md, const u8 *ies,
1004                              size_t ies_len);
1005
1006         /**
1007          * send_ft_action - Send FT Action frame (IEEE 802.11r)
1008          * @priv: Private driver interface data
1009          * @action: Action field value
1010          * @target_ap: Target AP address
1011          * @ies: FT IEs (MDIE, FTIE, ...) (FT Request action frame body)
1012          * @ies_len: Length of FT IEs in bytes
1013          * Returns: 0 on success, -1 on failure
1014          *
1015          * The supplicant uses this callback to request the driver to transmit
1016          * an FT Action frame (action category 6) for over-the-DS fast BSS
1017          * transition.
1018          */
1019         int (*send_ft_action)(void *priv, u8 action, const u8 *target_ap,
1020                               const u8 *ies, size_t ies_len);
1021
1022         /**
1023          * get_scan_results2 - Fetch the latest scan results
1024          * @priv: private driver interface data
1025          *
1026          * Returns: Allocated buffer of scan results (caller is responsible for
1027          * freeing the data structure) on success, NULL on failure
1028          */
1029          struct wpa_scan_results * (*get_scan_results2)(void *priv);
1030
1031         /**
1032          * set_probe_req_ie - Set information element(s) for Probe Request
1033          * @priv: private driver interface data
1034          * @ies: Information elements to append or %NULL to remove extra IEs
1035          * @ies_len: Length of the IE buffer in octets
1036          * Returns: 0 on success, -1 on failure
1037          */
1038         int (*set_probe_req_ie)(void *priv, const u8 *ies, size_t ies_len);
1039
1040         /**
1041          * set_mode - Request driver to set the operating mode
1042          * @priv: private driver interface data
1043          * @mode: Operation mode (infra/ibss) IEEE80211_MODE_*
1044          *
1045          * This handler will be called before any key configuration and call to
1046          * associate() handler in order to allow the operation mode to be
1047          * configured as early as possible. This information is also available
1048          * in associate() params and as such, driver wrappers may not need
1049          * to implement set_mode() handler.
1050          *
1051          * This function is deprecated. New driver wrapper implementations
1052          * should use associate() parameter mode instead.
1053          *
1054          * Returns: 0 on success, -1 on failure
1055          */
1056         int (*set_mode)(void *priv, int mode);
1057
1058         /**
1059          * set_country - Set country
1060          * @priv: Private driver interface data
1061          * @alpha2: country to which to switch to
1062          * Returns: 0 on success, -1 on failure
1063          *
1064          * This function is for drivers which support some form
1065          * of setting a regulatory domain.
1066          */
1067         int (*set_country)(void *priv, const char *alpha2);
1068
1069         /**
1070          * global_init - Global driver initialization
1071          * Returns: Pointer to private data (global), %NULL on failure
1072          *
1073          * This optional function is called to initialize the driver wrapper
1074          * for global data, i.e., data that applies to all interfaces. If this
1075          * function is implemented, global_deinit() will also need to be
1076          * implemented to free the private data. The driver will also likely
1077          * use init2() function instead of init() to get the pointer to global
1078          * data available to per-interface initializer.
1079          */
1080         void * (*global_init)(void);
1081
1082         /**
1083          * global_deinit - Global driver deinitialization
1084          * @priv: private driver global data from global_init()
1085          *
1086          * Terminate any global driver related functionality and free the
1087          * global data structure.
1088          */
1089         void (*global_deinit)(void *priv);
1090
1091         /**
1092          * init2 - Initialize driver interface (with global data)
1093          * @ctx: context to be used when calling wpa_supplicant functions,
1094          * e.g., wpa_supplicant_event()
1095          * @ifname: interface name, e.g., wlan0
1096          * @global_priv: private driver global data from global_init()
1097          * Returns: Pointer to private data, %NULL on failure
1098          *
1099          * This function can be used instead of init() if the driver wrapper
1100          * uses global data.
1101          */
1102         void * (*init2)(void *ctx, const char *ifname, void *global_priv);
1103
1104         /**
1105          * get_interfaces - Get information about available interfaces
1106          * @global_priv: private driver global data from global_init()
1107          * Returns: Allocated buffer of interface information (caller is
1108          * responsible for freeing the data structure) on success, NULL on
1109          * failure
1110          */
1111         struct wpa_interface_info * (*get_interfaces)(void *global_priv);
1112
1113         /**
1114          * scan2 - Request the driver to initiate scan
1115          * @priv: private driver interface data
1116          * @params: Scan parameters
1117          *
1118          * Returns: 0 on success, -1 on failure
1119          *
1120          * Once the scan results are ready, the driver should report scan
1121          * results event for wpa_supplicant which will eventually request the
1122          * results with wpa_driver_get_scan_results2().
1123          */
1124         int (*scan2)(void *priv, struct wpa_driver_scan_params *params);
1125
1126         /**
1127          * authenticate - Request driver to authenticate
1128          * @priv: private driver interface data
1129          * @params: authentication parameters
1130          * Returns: 0 on success, -1 on failure
1131          *
1132          * This is an optional function that can be used with drivers that
1133          * support separate authentication and association steps, i.e., when
1134          * wpa_supplicant can act as the SME. If not implemented, associate()
1135          * function is expected to take care of IEEE 802.11 authentication,
1136          * too.
1137          */
1138          int (*authenticate)(void *priv,
1139                              struct wpa_driver_auth_params *params);
1140 };
1141
1142 /**
1143  * enum wpa_event_type - Event type for wpa_supplicant_event() calls
1144  */
1145 typedef enum wpa_event_type {
1146         /**
1147          * EVENT_ASSOC - Association completed
1148          *
1149          * This event needs to be delivered when the driver completes IEEE
1150          * 802.11 association or reassociation successfully.
1151          * wpa_driver_ops::get_bssid() is expected to provide the current BSSID
1152          * after this event has been generated. In addition, optional
1153          * EVENT_ASSOCINFO may be generated just before EVENT_ASSOC to provide
1154          * more information about the association. If the driver interface gets
1155          * both of these events at the same time, it can also include the
1156          * assoc_info data in EVENT_ASSOC call.
1157          */
1158         EVENT_ASSOC,
1159
1160         /**
1161          * EVENT_DISASSOC - Association lost
1162          *
1163          * This event should be called when association is lost either due to
1164          * receiving deauthenticate or disassociate frame from the AP or when
1165          * sending either of these frames to the current AP. If the driver
1166          * supports separate deauthentication event, EVENT_DISASSOC should only
1167          * be used for disassociation and EVENT_DEAUTH for deauthentication.
1168          */
1169         EVENT_DISASSOC,
1170
1171         /**
1172          * EVENT_MICHAEL_MIC_FAILURE - Michael MIC (TKIP) detected
1173          *
1174          * This event must be delivered when a Michael MIC error is detected by
1175          * the local driver. Additional data for event processing is
1176          * provided with union wpa_event_data::michael_mic_failure. This
1177          * information is used to request new encyption key and to initiate
1178          * TKIP countermeasures if needed.
1179          */
1180         EVENT_MICHAEL_MIC_FAILURE,
1181
1182         /**
1183          * EVENT_SCAN_RESULTS - Scan results available
1184          *
1185          * This event must be called whenever scan results are available to be
1186          * fetched with struct wpa_driver_ops::get_scan_results(). This event
1187          * is expected to be used some time after struct wpa_driver_ops::scan()
1188          * is called. If the driver provides an unsolicited event when the scan
1189          * has been completed, this event can be used to trigger
1190          * EVENT_SCAN_RESULTS call. If such event is not available from the
1191          * driver, the driver wrapper code is expected to use a registered
1192          * timeout to generate EVENT_SCAN_RESULTS call after the time that the
1193          * scan is expected to be completed.
1194          */
1195         EVENT_SCAN_RESULTS,
1196
1197         /**
1198          * EVENT_ASSOCINFO - Report optional extra information for association
1199          *
1200          * This event can be used to report extra association information for
1201          * EVENT_ASSOC processing. This extra information includes IEs from
1202          * association frames and Beacon/Probe Response frames in union
1203          * wpa_event_data::assoc_info. EVENT_ASSOCINFO must be send just before
1204          * EVENT_ASSOC. Alternatively, the driver interface can include
1205          * assoc_info data in the EVENT_ASSOC call if it has all the
1206          * information available at the same point.
1207          */
1208         EVENT_ASSOCINFO,
1209
1210         /**
1211          * EVENT_INTERFACE_STATUS - Report interface status changes
1212          *
1213          * This optional event can be used to report changes in interface
1214          * status (interface added/removed) using union
1215          * wpa_event_data::interface_status. This can be used to trigger
1216          * wpa_supplicant to stop and re-start processing for the interface,
1217          * e.g., when a cardbus card is ejected/inserted.
1218          */
1219         EVENT_INTERFACE_STATUS,
1220
1221         /**
1222          * EVENT_PMKID_CANDIDATE - Report a candidate AP for pre-authentication
1223          *
1224          * This event can be used to inform wpa_supplicant about candidates for
1225          * RSN (WPA2) pre-authentication. If wpa_supplicant is not responsible
1226          * for scan request (ap_scan=2 mode), this event is required for
1227          * pre-authentication. If wpa_supplicant is performing scan request
1228          * (ap_scan=1), this event is optional since scan results can be used
1229          * to add pre-authentication candidates. union
1230          * wpa_event_data::pmkid_candidate is used to report the BSSID of the
1231          * candidate and priority of the candidate, e.g., based on the signal
1232          * strength, in order to try to pre-authenticate first with candidates
1233          * that are most likely targets for re-association.
1234          *
1235          * EVENT_PMKID_CANDIDATE can be called whenever the driver has updates
1236          * on the candidate list. In addition, it can be called for the current
1237          * AP and APs that have existing PMKSA cache entries. wpa_supplicant
1238          * will automatically skip pre-authentication in cases where a valid
1239          * PMKSA exists. When more than one candidate exists, this event should
1240          * be generated once for each candidate.
1241          *
1242          * Driver will be notified about successful pre-authentication with
1243          * struct wpa_driver_ops::add_pmkid() calls.
1244          */
1245         EVENT_PMKID_CANDIDATE,
1246
1247         /**
1248          * EVENT_STKSTART - Request STK handshake (MLME-STKSTART.request)
1249          *
1250          * This event can be used to inform wpa_supplicant about desire to set
1251          * up secure direct link connection between two stations as defined in
1252          * IEEE 802.11e with a new PeerKey mechanism that replaced the original
1253          * STAKey negotiation. The caller will need to set peer address for the
1254          * event.
1255          */
1256         EVENT_STKSTART,
1257
1258         /**
1259          * EVENT_FT_RESPONSE - Report FT (IEEE 802.11r) response IEs
1260          *
1261          * The driver is expected to report the received FT IEs from
1262          * FT authentication sequence from the AP. The FT IEs are included in
1263          * the extra information in union wpa_event_data::ft_ies.
1264          */
1265         EVENT_FT_RESPONSE,
1266
1267         /**
1268          * EVENT_IBSS_RSN_START - Request RSN authentication in IBSS
1269          *
1270          * The driver can use this event to inform wpa_supplicant about a STA
1271          * in an IBSS with which protected frames could be exchanged. This
1272          * event starts RSN authentication with the other STA to authenticate
1273          * the STA and set up encryption keys with it.
1274          */
1275         EVENT_IBSS_RSN_START,
1276
1277         /**
1278          * EVENT_AUTH - Authentication result
1279          *
1280          * This event should be called when authentication attempt has been
1281          * completed. This is only used if the driver supports separate
1282          * authentication step (struct wpa_driver_ops::authenticate).
1283          * Information about authentication result is included in
1284          * union wpa_event_data::auth.
1285          */
1286         EVENT_AUTH,
1287
1288         /**
1289          * EVENT_DEAUTH - Authentication lost
1290          *
1291          * This event should be called when authentication is lost either due
1292          * to receiving deauthenticate frame from the AP or when sending that
1293          * frame to the current AP.
1294          */
1295         EVENT_DEAUTH
1296 } wpa_event_type;
1297
1298
1299 /**
1300  * union wpa_event_data - Additional data for wpa_supplicant_event() calls
1301  */
1302 union wpa_event_data {
1303         /**
1304          * struct assoc_info - Data for EVENT_ASSOC and EVENT_ASSOCINFO events
1305          *
1306          * This structure is optional for EVENT_ASSOC calls and required for
1307          * EVENT_ASSOCINFO calls. By using EVENT_ASSOC with this data, the
1308          * driver interface does not need to generate separate EVENT_ASSOCINFO
1309          * calls.
1310          */
1311         struct assoc_info {
1312                 /**
1313                  * req_ies - (Re)Association Request IEs
1314                  *
1315                  * If the driver generates WPA/RSN IE, this event data must be
1316                  * returned for WPA handshake to have needed information. If
1317                  * wpa_supplicant-generated WPA/RSN IE is used, this
1318                  * information event is optional.
1319                  *
1320                  * This should start with the first IE (fixed fields before IEs
1321                  * are not included).
1322                  */
1323                 u8 *req_ies;
1324
1325                 /**
1326                  * req_ies_len - Length of req_ies in bytes
1327                  */
1328                 size_t req_ies_len;
1329
1330                 /**
1331                  * resp_ies - (Re)Association Response IEs
1332                  *
1333                  * Optional association data from the driver. This data is not
1334                  * required WPA, but may be useful for some protocols and as
1335                  * such, should be reported if this is available to the driver
1336                  * interface.
1337                  *
1338                  * This should start with the first IE (fixed fields before IEs
1339                  * are not included).
1340                  */
1341                 u8 *resp_ies;
1342
1343                 /**
1344                  * resp_ies_len - Length of resp_ies in bytes
1345                  */
1346                 size_t resp_ies_len;
1347
1348                 /**
1349                  * beacon_ies - Beacon or Probe Response IEs
1350                  *
1351                  * Optional Beacon/ProbeResp data: IEs included in Beacon or
1352                  * Probe Response frames from the current AP (i.e., the one
1353                  * that the client just associated with). This information is
1354                  * used to update WPA/RSN IE for the AP. If this field is not
1355                  * set, the results from previous scan will be used. If no
1356                  * data for the new AP is found, scan results will be requested
1357                  * again (without scan request). At this point, the driver is
1358                  * expected to provide WPA/RSN IE for the AP (if WPA/WPA2 is
1359                  * used).
1360                  *
1361                  * This should start with the first IE (fixed fields before IEs
1362                  * are not included).
1363                  */
1364                 u8 *beacon_ies;
1365
1366                 /**
1367                  * beacon_ies_len - Length of beacon_ies */
1368                 size_t beacon_ies_len;
1369         } assoc_info;
1370
1371         /**
1372          * struct michael_mic_failure - Data for EVENT_MICHAEL_MIC_FAILURE
1373          */
1374         struct michael_mic_failure {
1375                 int unicast;
1376         } michael_mic_failure;
1377
1378         /**
1379          * struct interface_status - Data for EVENT_INTERFACE_STATUS
1380          */
1381         struct interface_status {
1382                 char ifname[100];
1383                 enum {
1384                         EVENT_INTERFACE_ADDED, EVENT_INTERFACE_REMOVED
1385                 } ievent;
1386         } interface_status;
1387
1388         /**
1389          * struct pmkid_candidate - Data for EVENT_PMKID_CANDIDATE
1390          */
1391         struct pmkid_candidate {
1392                 /** BSSID of the PMKID candidate */
1393                 u8 bssid[ETH_ALEN];
1394                 /** Smaller the index, higher the priority */
1395                 int index;
1396                 /** Whether RSN IE includes pre-authenticate flag */
1397                 int preauth;
1398         } pmkid_candidate;
1399
1400         /**
1401          * struct stkstart - Data for EVENT_STKSTART
1402          */
1403         struct stkstart {
1404                 u8 peer[ETH_ALEN];
1405         } stkstart;
1406
1407         /**
1408          * struct ft_ies - FT information elements (EVENT_FT_RESPONSE)
1409          *
1410          * During FT (IEEE 802.11r) authentication sequence, the driver is
1411          * expected to use this event to report received FT IEs (MDIE, FTIE,
1412          * RSN IE, TIE, possible resource request) to the supplicant. The FT
1413          * IEs for the next message will be delivered through the
1414          * struct wpa_driver_ops::update_ft_ies() callback.
1415          */
1416         struct ft_ies {
1417                 const u8 *ies;
1418                 size_t ies_len;
1419                 int ft_action;
1420                 u8 target_ap[ETH_ALEN];
1421                 /** Optional IE(s), e.g., WMM TSPEC(s), for RIC-Request */
1422                 const u8 *ric_ies;
1423                 /** Length of ric_ies buffer in octets */
1424                 size_t ric_ies_len;
1425         } ft_ies;
1426
1427         /**
1428          * struct ibss_rsn_start - Data for EVENT_IBSS_RSN_START
1429          */
1430         struct ibss_rsn_start {
1431                 u8 peer[ETH_ALEN];
1432         } ibss_rsn_start;
1433
1434         /**
1435          * struct auth_info - Data for EVENT_AUTH events
1436          */
1437         struct auth_info {
1438                 u8 peer[ETH_ALEN];
1439                 u16 auth_type;
1440                 u16 status_code;
1441                 const u8 *ies;
1442                 size_t ies_len;
1443         } auth;
1444 };
1445
1446 /**
1447  * wpa_supplicant_event - Report a driver event for wpa_supplicant
1448  * @ctx: Context pointer (wpa_s); this is the ctx variable registered
1449  *      with struct wpa_driver_ops::init()
1450  * @event: event type (defined above)
1451  * @data: possible extra data for the event
1452  *
1453  * Driver wrapper code should call this function whenever an event is received
1454  * from the driver.
1455  */
1456 void wpa_supplicant_event(void *ctx, wpa_event_type event,
1457                           union wpa_event_data *data);
1458
1459 /**
1460  * wpa_supplicant_rx_eapol - Deliver a received EAPOL frame to wpa_supplicant
1461  * @ctx: Context pointer (wpa_s); this is the ctx variable registered
1462  *      with struct wpa_driver_ops::init()
1463  * @src_addr: Source address of the EAPOL frame
1464  * @buf: EAPOL data starting from the EAPOL header (i.e., no Ethernet header)
1465  * @len: Length of the EAPOL data
1466  *
1467  * This function is called for each received EAPOL frame. Most driver
1468  * interfaces rely on more generic OS mechanism for receiving frames through
1469  * l2_packet, but if such a mechanism is not available, the driver wrapper may
1470  * take care of received EAPOL frames and deliver them to the core supplicant
1471  * code by calling this function.
1472  */
1473 void wpa_supplicant_rx_eapol(void *ctx, const u8 *src_addr,
1474                              const u8 *buf, size_t len);
1475
1476 void wpa_supplicant_sta_rx(void *ctx, const u8 *buf, size_t len,
1477                            struct ieee80211_rx_status *rx_status);
1478 void wpa_supplicant_sta_free_hw_features(struct wpa_hw_modes *hw_features,
1479                                          size_t num_hw_features);
1480
1481 const u8 * wpa_scan_get_ie(const struct wpa_scan_res *res, u8 ie);
1482 #define WPA_IE_VENDOR_TYPE 0x0050f201
1483 #define WPS_IE_VENDOR_TYPE 0x0050f204
1484 const u8 * wpa_scan_get_vendor_ie(const struct wpa_scan_res *res,
1485                                   u32 vendor_type);
1486 struct wpabuf * wpa_scan_get_vendor_ie_multi(const struct wpa_scan_res *res,
1487                                              u32 vendor_type);
1488 int wpa_scan_get_max_rate(const struct wpa_scan_res *res);
1489 void wpa_scan_results_free(struct wpa_scan_results *res);
1490 void wpa_scan_sort_results(struct wpa_scan_results *res);
1491
1492 #endif /* DRIVER_H */