2 * WPA Supplicant - driver interface definition
3 * Copyright (c) 2003-2009, Jouni Malinen <j@w1.fi>
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.
9 * Alternatively, this software may be distributed under the terms of BSD
12 * See README and COPYING for more details.
18 #define WPA_SUPPLICANT_DRIVER_VERSION 4
20 #include "common/defs.h"
22 #define HOSTAPD_CHAN_DISABLED 0x00000001
23 #define HOSTAPD_CHAN_PASSIVE_SCAN 0x00000002
24 #define HOSTAPD_CHAN_NO_IBSS 0x00000004
25 #define HOSTAPD_CHAN_RADAR 0x00000008
27 struct hostapd_channel_data
{
28 short chan
; /* channel number (IEEE 802.11) */
29 short freq
; /* frequency in MHz */
30 int flag
; /* flag for hostapd use (HOSTAPD_CHAN_*) */
31 u8 max_tx_power
; /* maximum transmit power in dBm */
34 struct hostapd_hw_modes
{
35 enum hostapd_hw_mode mode
;
37 struct hostapd_channel_data
*channels
;
39 int *rates
; /* array of rates in 100 kbps units */
46 #define AUTH_ALG_OPEN_SYSTEM 0x01
47 #define AUTH_ALG_SHARED_KEY 0x02
48 #define AUTH_ALG_LEAP 0x04
49 #define AUTH_ALG_FT 0x08
51 #define IEEE80211_MODE_INFRA 0
52 #define IEEE80211_MODE_IBSS 1
53 #define IEEE80211_MODE_AP 2
55 #define IEEE80211_CAP_ESS 0x0001
56 #define IEEE80211_CAP_IBSS 0x0002
57 #define IEEE80211_CAP_PRIVACY 0x0010
59 #define WPA_SCAN_QUAL_INVALID BIT(0)
60 #define WPA_SCAN_NOISE_INVALID BIT(1)
61 #define WPA_SCAN_LEVEL_INVALID BIT(2)
62 #define WPA_SCAN_LEVEL_DBM BIT(3)
63 #define WPA_SCAN_AUTHENTICATED BIT(4)
64 #define WPA_SCAN_ASSOCIATED BIT(5)
67 * struct wpa_scan_res - Scan result for an BSS/IBSS
68 * @flags: information flags about the BSS/IBSS (WPA_SCAN_*)
70 * @freq: frequency of the channel in MHz (e.g., 2412 = channel 1)
71 * @beacon_int: beacon interval in TUs (host byte order)
72 * @caps: capability information field in host byte order
73 * @qual: signal quality
75 * @level: signal level
77 * @age: Age of the information in milliseconds (i.e., how many milliseconds
78 * ago the last Beacon or Probe Response frame was received)
79 * @ie_len: length of the following IE field in octets
81 * This structure is used as a generic format for scan results from the
82 * driver. Each driver interface implementation is responsible for converting
83 * the driver or OS specific scan results into this format.
85 * If the driver does not support reporting all IEs, the IE data structure is
86 * constructed of the IEs that are available. This field will also need to
87 * include SSID in IE format. All drivers are encouraged to be extended to
88 * report all IEs to make it easier to support future additions.
102 /* followed by ie_len octets of IEs */
106 * struct wpa_scan_results - Scan results
107 * @res: Array of pointers to allocated variable length scan result entries
108 * @num: Number of entries in the scan result array
110 struct wpa_scan_results
{
111 struct wpa_scan_res
**res
;
116 * struct wpa_interface_info - Network interface information
117 * @next: Pointer to the next interface or NULL if this is the last one
118 * @ifname: Interface name that can be used with init() or init2()
119 * @desc: Human readable adapter description (e.g., vendor/model) or NULL if
121 * @drv_name: struct wpa_driver_ops::name (note: unlike other strings, this one
122 * is not an allocated copy, i.e., get_interfaces() caller will not free
125 struct wpa_interface_info
{
126 struct wpa_interface_info
*next
;
129 const char *drv_name
;
132 #define WPAS_MAX_SCAN_SSIDS 4
135 * struct wpa_driver_scan_params - Scan parameters
136 * Data for struct wpa_driver_ops::scan2().
138 struct wpa_driver_scan_params
{
140 * ssids - SSIDs to scan for
142 struct wpa_driver_scan_ssid
{
144 * ssid - specific SSID to scan for (ProbeReq)
145 * %NULL or zero-length SSID is used to indicate active scan
146 * with wildcard SSID.
150 * ssid_len: Length of the SSID in octets
153 } ssids
[WPAS_MAX_SCAN_SSIDS
];
156 * num_ssids - Number of entries in ssids array
157 * Zero indicates a request for a passive scan.
162 * extra_ies - Extra IE(s) to add into Probe Request or %NULL
167 * extra_ies_len - Length of extra_ies in octets
169 size_t extra_ies_len
;
172 * freqs - Array of frequencies to scan or %NULL for all frequencies
174 * The frequency is set in MHz. The array is zero-terminated.
180 * struct wpa_driver_auth_params - Authentication parameters
181 * Data for struct wpa_driver_ops::authenticate().
183 struct wpa_driver_auth_params
{
191 const u8
*wep_key
[4];
192 size_t wep_key_len
[4];
197 * struct wpa_driver_associate_params - Association parameters
198 * Data for struct wpa_driver_ops::associate().
200 struct wpa_driver_associate_params
{
202 * bssid - BSSID of the selected AP
203 * This can be %NULL, if ap_scan=2 mode is used and the driver is
204 * responsible for selecting with which BSS to associate. */
208 * ssid - The selected SSID
214 * freq - Frequency of the channel the selected AP is using
215 * Frequency that the selected AP is using (in MHz as
216 * reported in the scan results)
221 * wpa_ie - WPA information element for (Re)Association Request
222 * WPA information element to be included in (Re)Association
223 * Request (including information element id and length). Use
224 * of this WPA IE is optional. If the driver generates the WPA
225 * IE, it can use pairwise_suite, group_suite, and
226 * key_mgmt_suite to select proper algorithms. In this case,
227 * the driver has to notify wpa_supplicant about the used WPA
228 * IE by generating an event that the interface code will
229 * convert into EVENT_ASSOCINFO data (see below).
231 * When using WPA2/IEEE 802.11i, wpa_ie is used for RSN IE
232 * instead. The driver can determine which version is used by
233 * looking at the first byte of the IE (0xdd for WPA, 0x30 for
236 * When using WPS, wpa_ie is used for WPS IE instead of WPA/RSN IE.
240 * wpa_ie_len - length of the wpa_ie
244 /* The selected pairwise/group cipher and key management
245 * suites. These are usually ignored if @wpa_ie is used. */
246 enum wpa_cipher pairwise_suite
;
247 enum wpa_cipher group_suite
;
248 enum wpa_key_mgmt key_mgmt_suite
;
251 * auth_alg - Allowed authentication algorithms
252 * Bit field of AUTH_ALG_*
257 * mode - Operation mode (infra/ibss) IEEE80211_MODE_*
262 * wep_key - WEP keys for static WEP configuration
264 const u8
*wep_key
[4];
267 * wep_key_len - WEP key length for static WEP configuration
269 size_t wep_key_len
[4];
272 * wep_tx_keyidx - WEP TX key index for static WEP configuration
277 * mgmt_frame_protection - IEEE 802.11w management frame protection
280 NO_MGMT_FRAME_PROTECTION
,
281 MGMT_FRAME_PROTECTION_OPTIONAL
,
282 MGMT_FRAME_PROTECTION_REQUIRED
283 } mgmt_frame_protection
;
286 * ft_ies - IEEE 802.11r / FT information elements
287 * If the supplicant is using IEEE 802.11r (FT) and has the needed keys
288 * for fast transition, this parameter is set to include the IEs that
289 * are to be sent in the next FT Authentication Request message.
290 * update_ft_ies() handler is called to update the IEs for further
291 * FT messages in the sequence.
293 * The driver should use these IEs only if the target AP is advertising
294 * the same mobility domain as the one included in the MDIE here.
296 * In ap_scan=2 mode, the driver can use these IEs when moving to a new
297 * AP after the initial association. These IEs can only be used if the
298 * target AP is advertising support for FT and is using the same MDIE
299 * and SSID as the current AP.
301 * The driver is responsible for reporting the FT IEs received from the
302 * AP's response using wpa_supplicant_event() with EVENT_FT_RESPONSE
303 * type. update_ft_ies() handler will then be called with the FT IEs to
304 * include in the next frame in the authentication sequence.
309 * ft_ies_len - Length of ft_ies in bytes
314 * ft_md - FT Mobility domain (6 octets) (also included inside ft_ies)
316 * This value is provided to allow the driver interface easier access
317 * to the current mobility domain. This value is set to %NULL if no
318 * mobility domain is currently active.
323 * passphrase - RSN passphrase for PSK
325 * This value is made available only for WPA/WPA2-Personal (PSK) and
326 * only for drivers that set WPA_DRIVER_FLAGS_4WAY_HANDSHAKE. This is
327 * the 8..63 character ASCII passphrase, if available. Please note that
328 * this can be %NULL if passphrase was not used to generate the PSK. In
329 * that case, the psk field must be used to fetch the PSK.
331 const char *passphrase
;
334 * psk - RSN PSK (alternative for passphrase for PSK)
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 32-octet (256-bit) PSK, if available. The driver wrapper should
339 * be prepared to handle %NULL value as an error.
344 * drop_unencrypted - Enable/disable unencrypted frame filtering
346 * Configure the driver to drop all non-EAPOL frames (both receive and
347 * transmit paths). Unencrypted EAPOL frames (ethertype 0x888e) must
348 * still be allowed for key negotiation.
350 int drop_unencrypted
;
353 * prev_bssid - Previously used BSSID in this ESS
355 * When not %NULL, this is a request to use reassociation instead of
358 const u8
*prev_bssid
;
362 * struct wpa_driver_capa - Driver capability information
364 struct wpa_driver_capa
{
365 #define WPA_DRIVER_CAPA_KEY_MGMT_WPA 0x00000001
366 #define WPA_DRIVER_CAPA_KEY_MGMT_WPA2 0x00000002
367 #define WPA_DRIVER_CAPA_KEY_MGMT_WPA_PSK 0x00000004
368 #define WPA_DRIVER_CAPA_KEY_MGMT_WPA2_PSK 0x00000008
369 #define WPA_DRIVER_CAPA_KEY_MGMT_WPA_NONE 0x00000010
370 #define WPA_DRIVER_CAPA_KEY_MGMT_FT 0x00000020
371 #define WPA_DRIVER_CAPA_KEY_MGMT_FT_PSK 0x00000040
372 unsigned int key_mgmt
;
374 #define WPA_DRIVER_CAPA_ENC_WEP40 0x00000001
375 #define WPA_DRIVER_CAPA_ENC_WEP104 0x00000002
376 #define WPA_DRIVER_CAPA_ENC_TKIP 0x00000004
377 #define WPA_DRIVER_CAPA_ENC_CCMP 0x00000008
380 #define WPA_DRIVER_AUTH_OPEN 0x00000001
381 #define WPA_DRIVER_AUTH_SHARED 0x00000002
382 #define WPA_DRIVER_AUTH_LEAP 0x00000004
385 /* Driver generated WPA/RSN IE */
386 #define WPA_DRIVER_FLAGS_DRIVER_IE 0x00000001
387 /* Driver needs static WEP key setup after association command */
388 #define WPA_DRIVER_FLAGS_SET_KEYS_AFTER_ASSOC 0x00000002
389 #define WPA_DRIVER_FLAGS_USER_SPACE_MLME 0x00000004
390 /* Driver takes care of RSN 4-way handshake internally; PMK is configured with
391 * struct wpa_driver_ops::set_key using alg = WPA_ALG_PMK */
392 #define WPA_DRIVER_FLAGS_4WAY_HANDSHAKE 0x00000008
393 #define WPA_DRIVER_FLAGS_WIRED 0x00000010
394 /* Driver provides separate commands for authentication and association (SME in
395 * wpa_supplicant). */
396 #define WPA_DRIVER_FLAGS_SME 0x00000020
397 /* Driver supports AP mode */
398 #define WPA_DRIVER_FLAGS_AP 0x00000040
399 /* Driver needs static WEP key setup after association has been completed */
400 #define WPA_DRIVER_FLAGS_SET_KEYS_AFTER_ASSOC_DONE 0x00000080
407 struct ieee80211_rx_status
{
415 struct hostap_sta_driver_data
{
416 unsigned long rx_packets
, tx_packets
, rx_bytes
, tx_bytes
;
417 unsigned long current_tx_rate
;
418 unsigned long inactive_msec
;
420 unsigned long num_ps_buf_frames
;
421 unsigned long tx_retry_failed
;
422 unsigned long tx_retry_count
;
427 struct hostapd_sta_add_params
{
431 const u8
*supp_rates
;
432 size_t supp_rates_len
;
434 const struct ieee80211_ht_capabilities
*ht_capabilities
;
437 struct hostapd_freq_params
{
442 int sec_channel_offset
; /* 0 = HT40 disabled, -1 = HT40 enabled,
443 * secondary channel below primary, 1 = HT40
444 * enabled, secondary channel above primary */
447 enum wpa_driver_if_type
{
449 * WPA_IF_STATION - Station mode interface
454 * WPA_IF_AP_VLAN - AP mode VLAN interface
456 * This interface shares its address and Beacon frame with the main
462 * WPA_IF_AP_BSS - AP mode BSS interface
464 * This interface has its own address and Beacon frame.
469 struct wpa_init_params
{
474 const char *test_socket
;
475 int use_pae_group_addr
;
479 u8
*own_addr
; /* buffer for writing own MAC address */
483 struct wpa_bss_params
{
484 /** Interface name (for multi-SSID/VLAN support) */
486 /** Whether IEEE 802.1X or WPA/WPA2 is enabled */
497 #define WPA_STA_AUTHORIZED BIT(0)
498 #define WPA_STA_WMM BIT(1)
499 #define WPA_STA_SHORT_PREAMBLE BIT(2)
500 #define WPA_STA_MFP BIT(3)
503 * struct wpa_driver_ops - Driver interface API definition
505 * This structure defines the API that each driver interface needs to implement
506 * for core wpa_supplicant code. All driver specific functionality is captured
509 struct wpa_driver_ops
{
510 /** Name of the driver interface */
512 /** One line description of the driver interface */
516 * get_bssid - Get the current BSSID
517 * @priv: private driver interface data
518 * @bssid: buffer for BSSID (ETH_ALEN = 6 bytes)
520 * Returns: 0 on success, -1 on failure
522 * Query kernel driver for the current BSSID and copy it to bssid.
523 * Setting bssid to 00:00:00:00:00:00 is recommended if the STA is not
526 int (*get_bssid
)(void *priv
, u8
*bssid
);
529 * get_ssid - Get the current SSID
530 * @priv: private driver interface data
531 * @ssid: buffer for SSID (at least 32 bytes)
533 * Returns: Length of the SSID on success, -1 on failure
535 * Query kernel driver for the current SSID and copy it to ssid.
536 * Returning zero is recommended if the STA is not associated.
538 * Note: SSID is an array of octets, i.e., it is not nul terminated and
539 * can, at least in theory, contain control characters (including nul)
540 * and as such, should be processed as binary data, not a printable
543 int (*get_ssid
)(void *priv
, u8
*ssid
);
546 * set_key - Configure encryption key
547 * @ifname: Interface name (for multi-SSID/VLAN support)
548 * @priv: private driver interface data
549 * @alg: encryption algorithm (%WPA_ALG_NONE, %WPA_ALG_WEP,
550 * %WPA_ALG_TKIP, %WPA_ALG_CCMP, %WPA_ALG_IGTK, %WPA_ALG_PMK);
551 * %WPA_ALG_NONE clears the key.
552 * @addr: address of the peer STA or ff:ff:ff:ff:ff:ff for
553 * broadcast/default keys
554 * @key_idx: key index (0..3), usually 0 for unicast keys; 0..4095 for
556 * @set_tx: configure this key as the default Tx key (only used when
557 * driver does not support separate unicast/individual key
558 * @seq: sequence number/packet number, seq_len octets, the next
559 * packet number to be used for in replay protection; configured
560 * for Rx keys (in most cases, this is only used with broadcast
561 * keys and set to zero for unicast keys)
562 * @seq_len: length of the seq, depends on the algorithm:
563 * TKIP: 6 octets, CCMP: 6 octets, IGTK: 6 octets
564 * @key: key buffer; TKIP: 16-byte temporal key, 8-byte Tx Mic key,
566 * @key_len: length of the key buffer in octets (WEP: 5 or 13,
567 * TKIP: 32, CCMP: 16, IGTK: 16)
569 * Returns: 0 on success, -1 on failure
571 * Configure the given key for the kernel driver. If the driver
572 * supports separate individual keys (4 default keys + 1 individual),
573 * addr can be used to determine whether the key is default or
574 * individual. If only 4 keys are supported, the default key with key
575 * index 0 is used as the individual key. STA must be configured to use
576 * it as the default Tx key (set_tx is set) and accept Rx for all the
577 * key indexes. In most cases, WPA uses only key indexes 1 and 2 for
578 * broadcast keys, so key index 0 is available for this kind of
581 * Please note that TKIP keys include separate TX and RX MIC keys and
582 * some drivers may expect them in different order than wpa_supplicant
583 * is using. If the TX/RX keys are swapped, all TKIP encrypted packets
584 * will tricker Michael MIC errors. This can be fixed by changing the
585 * order of MIC keys by swapping te bytes 16..23 and 24..31 of the key
586 * in driver_*.c set_key() implementation, see driver_ndis.c for an
587 * example on how this can be done.
589 int (*set_key
)(const char *ifname
, void *priv
, enum wpa_alg alg
,
590 const u8
*addr
, int key_idx
, int set_tx
,
591 const u8
*seq
, size_t seq_len
,
592 const u8
*key
, size_t key_len
);
595 * init - Initialize driver interface
596 * @ctx: context to be used when calling wpa_supplicant functions,
597 * e.g., wpa_supplicant_event()
598 * @ifname: interface name, e.g., wlan0
600 * Returns: Pointer to private data, %NULL on failure
602 * Initialize driver interface, including event processing for kernel
603 * driver events (e.g., associated, scan results, Michael MIC failure).
604 * This function can allocate a private configuration data area for
605 * @ctx, file descriptor, interface name, etc. information that may be
606 * needed in future driver operations. If this is not used, non-NULL
607 * value will need to be returned because %NULL is used to indicate
608 * failure. The returned value will be used as 'void *priv' data for
609 * all other driver_ops functions.
611 * The main event loop (eloop.c) of wpa_supplicant can be used to
612 * register callback for read sockets (eloop_register_read_sock()).
614 * See below for more information about events and
615 * wpa_supplicant_event() function.
617 void * (*init
)(void *ctx
, const char *ifname
);
620 * deinit - Deinitialize driver interface
621 * @priv: private driver interface data from init()
623 * Shut down driver interface and processing of driver events. Free
624 * private data buffer if one was allocated in init() handler.
626 void (*deinit
)(void *priv
);
629 * set_param - Set driver configuration parameters
630 * @priv: private driver interface data from init()
631 * @param: driver specific configuration parameters
633 * Returns: 0 on success, -1 on failure
635 * Optional handler for notifying driver interface about configuration
636 * parameters (driver_param).
638 int (*set_param
)(void *priv
, const char *param
);
641 * set_countermeasures - Enable/disable TKIP countermeasures
642 * @priv: private driver interface data
643 * @enabled: 1 = countermeasures enabled, 0 = disabled
645 * Returns: 0 on success, -1 on failure
647 * Configure TKIP countermeasures. When these are enabled, the driver
648 * should drop all received and queued frames that are using TKIP.
650 int (*set_countermeasures
)(void *priv
, int enabled
);
653 * deauthenticate - Request driver to deauthenticate
654 * @priv: private driver interface data
655 * @addr: peer address (BSSID of the AP)
656 * @reason_code: 16-bit reason code to be sent in the deauthentication
659 * Returns: 0 on success, -1 on failure
661 int (*deauthenticate
)(void *priv
, const u8
*addr
, int reason_code
);
664 * disassociate - Request driver to disassociate
665 * @priv: private driver interface data
666 * @addr: peer address (BSSID of the AP)
667 * @reason_code: 16-bit reason code to be sent in the disassociation
670 * Returns: 0 on success, -1 on failure
672 int (*disassociate
)(void *priv
, const u8
*addr
, int reason_code
);
675 * associate - Request driver to associate
676 * @priv: private driver interface data
677 * @params: association parameters
679 * Returns: 0 on success, -1 on failure
681 int (*associate
)(void *priv
,
682 struct wpa_driver_associate_params
*params
);
685 * add_pmkid - Add PMKSA cache entry to the driver
686 * @priv: private driver interface data
687 * @bssid: BSSID for the PMKSA cache entry
688 * @pmkid: PMKID for the PMKSA cache entry
690 * Returns: 0 on success, -1 on failure
692 * This function is called when a new PMK is received, as a result of
693 * either normal authentication or RSN pre-authentication.
695 * If the driver generates RSN IE, i.e., it does not use wpa_ie in
696 * associate(), add_pmkid() can be used to add new PMKSA cache entries
697 * in the driver. If the driver uses wpa_ie from wpa_supplicant, this
698 * driver_ops function does not need to be implemented. Likewise, if
699 * the driver does not support WPA, this function is not needed.
701 int (*add_pmkid
)(void *priv
, const u8
*bssid
, const u8
*pmkid
);
704 * remove_pmkid - Remove PMKSA cache entry to the driver
705 * @priv: private driver interface data
706 * @bssid: BSSID for the PMKSA cache entry
707 * @pmkid: PMKID for the PMKSA cache entry
709 * Returns: 0 on success, -1 on failure
711 * This function is called when the supplicant drops a PMKSA cache
712 * entry for any reason.
714 * If the driver generates RSN IE, i.e., it does not use wpa_ie in
715 * associate(), remove_pmkid() can be used to synchronize PMKSA caches
716 * between the driver and wpa_supplicant. If the driver uses wpa_ie
717 * from wpa_supplicant, this driver_ops function does not need to be
718 * implemented. Likewise, if the driver does not support WPA, this
719 * function is not needed.
721 int (*remove_pmkid
)(void *priv
, const u8
*bssid
, const u8
*pmkid
);
724 * flush_pmkid - Flush PMKSA cache
725 * @priv: private driver interface data
727 * Returns: 0 on success, -1 on failure
729 * This function is called when the supplicant drops all PMKSA cache
730 * entries for any reason.
732 * If the driver generates RSN IE, i.e., it does not use wpa_ie in
733 * associate(), remove_pmkid() can be used to synchronize PMKSA caches
734 * between the driver and wpa_supplicant. If the driver uses wpa_ie
735 * from wpa_supplicant, this driver_ops function does not need to be
736 * implemented. Likewise, if the driver does not support WPA, this
737 * function is not needed.
739 int (*flush_pmkid
)(void *priv
);
742 * get_capa - Get driver capabilities
743 * @priv: private driver interface data
745 * Returns: 0 on success, -1 on failure
747 * Get driver/firmware/hardware capabilities.
749 int (*get_capa
)(void *priv
, struct wpa_driver_capa
*capa
);
752 * poll - Poll driver for association information
753 * @priv: private driver interface data
755 * This is an option callback that can be used when the driver does not
756 * provide event mechanism for association events. This is called when
757 * receiving WPA EAPOL-Key messages that require association
758 * information. The driver interface is supposed to generate associnfo
759 * event before returning from this callback function. In addition, the
760 * driver interface should generate an association event after having
761 * sent out associnfo.
763 void (*poll
)(void *priv
);
766 * get_ifname - Get interface name
767 * @priv: private driver interface data
769 * Returns: Pointer to the interface name. This can differ from the
770 * interface name used in init() call. Init() is called first.
772 * This optional function can be used to allow the driver interface to
773 * replace the interface name with something else, e.g., based on an
774 * interface mapping from a more descriptive name.
776 const char * (*get_ifname
)(void *priv
);
779 * get_mac_addr - Get own MAC address
780 * @priv: private driver interface data
782 * Returns: Pointer to own MAC address or %NULL on failure
784 * This optional function can be used to get the own MAC address of the
785 * device from the driver interface code. This is only needed if the
786 * l2_packet implementation for the OS does not provide easy access to
788 const u8
* (*get_mac_addr
)(void *priv
);
791 * send_eapol - Optional function for sending EAPOL packets
792 * @priv: private driver interface data
793 * @dest: Destination MAC address
795 * @data: EAPOL packet starting with IEEE 802.1X header
796 * @data_len: Size of the EAPOL packet
798 * Returns: 0 on success, -1 on failure
800 * This optional function can be used to override l2_packet operations
801 * with driver specific functionality. If this function pointer is set,
802 * l2_packet module is not used at all and the driver interface code is
803 * responsible for receiving and sending all EAPOL packets. The
804 * received EAPOL packets are sent to core code by calling
805 * wpa_supplicant_rx_eapol(). The driver interface is required to
806 * implement get_mac_addr() handler if send_eapol() is used.
808 int (*send_eapol
)(void *priv
, const u8
*dest
, u16 proto
,
809 const u8
*data
, size_t data_len
);
812 * set_operstate - Sets device operating state to DORMANT or UP
813 * @priv: private driver interface data
814 * @state: 0 = dormant, 1 = up
815 * Returns: 0 on success, -1 on failure
817 * This is an optional function that can be used on operating systems
818 * that support a concept of controlling network device state from user
819 * space applications. This function, if set, gets called with
820 * state = 1 when authentication has been completed and with state = 0
821 * when connection is lost.
823 int (*set_operstate
)(void *priv
, int state
);
826 * mlme_setprotection - MLME-SETPROTECTION.request primitive
827 * @priv: Private driver interface data
828 * @addr: Address of the station for which to set protection (may be
829 * %NULL for group keys)
830 * @protect_type: MLME_SETPROTECTION_PROTECT_TYPE_*
831 * @key_type: MLME_SETPROTECTION_KEY_TYPE_*
832 * Returns: 0 on success, -1 on failure
834 * This is an optional function that can be used to set the driver to
835 * require protection for Tx and/or Rx frames. This uses the layer
836 * interface defined in IEEE 802.11i-2004 clause 10.3.22.1
837 * (MLME-SETPROTECTION.request). Many drivers do not use explicit
838 * set protection operation; instead, they set protection implicitly
839 * based on configured keys.
841 int (*mlme_setprotection
)(void *priv
, const u8
*addr
, int protect_type
,
845 * get_hw_feature_data - Get hardware support data (channels and rates)
846 * @priv: Private driver interface data
847 * @num_modes: Variable for returning the number of returned modes
848 * flags: Variable for returning hardware feature flags
849 * Returns: Pointer to allocated hardware data on success or %NULL on
850 * failure. Caller is responsible for freeing this.
852 * This function is only needed for drivers that export MLME
853 * (management frame processing) to wpa_supplicant.
855 struct hostapd_hw_modes
* (*get_hw_feature_data
)(void *priv
,
860 * set_channel - Set channel
861 * @priv: Private driver interface data
862 * @phymode: HOSTAPD_MODE_IEEE80211B, ..
863 * @chan: IEEE 802.11 channel number
864 * @freq: Frequency of the channel in MHz
865 * Returns: 0 on success, -1 on failure
867 * This function is only needed for drivers that export MLME
868 * (management frame processing) to wpa_supplicant.
870 int (*set_channel
)(void *priv
, enum hostapd_hw_mode phymode
, int chan
,
874 * set_ssid - Set SSID
875 * @priv: Private driver interface data
877 * @ssid_len: SSID length
878 * Returns: 0 on success, -1 on failure
880 * This function is only needed for drivers that export MLME
881 * (management frame processing) to wpa_supplicant.
883 int (*set_ssid
)(void *priv
, const u8
*ssid
, size_t ssid_len
);
886 * set_bssid - Set BSSID
887 * @priv: Private driver interface data
889 * Returns: 0 on success, -1 on failure
891 * This function is only needed for drivers that export MLME
892 * (management frame processing) to wpa_supplicant.
894 int (*set_bssid
)(void *priv
, const u8
*bssid
);
897 * send_mlme - Send management frame from MLME
898 * @priv: Private driver interface data
899 * @data: IEEE 802.11 management frame with IEEE 802.11 header
900 * @data_len: Size of the management frame
901 * Returns: 0 on success, -1 on failure
903 * This function is only needed for drivers that export MLME
904 * (management frame processing) to wpa_supplicant.
906 int (*send_mlme
)(void *priv
, const u8
*data
, size_t data_len
);
909 * mlme_add_sta - Add a STA entry into the driver/netstack
910 * @priv: Private driver interface data
911 * @addr: MAC address of the STA (e.g., BSSID of the AP)
912 * @supp_rates: Supported rate set (from (Re)AssocResp); in IEEE 802.11
913 * format (one octet per rate, 1 = 0.5 Mbps)
914 * @supp_rates_len: Number of entries in supp_rates
915 * Returns: 0 on success, -1 on failure
917 * This function is only needed for drivers that export MLME
918 * (management frame processing) to wpa_supplicant. When the MLME code
919 * completes association with an AP, this function is called to
920 * configure the driver/netstack with a STA entry for data frame
921 * processing (TX rate control, encryption/decryption).
923 int (*mlme_add_sta
)(void *priv
, const u8
*addr
, const u8
*supp_rates
,
924 size_t supp_rates_len
);
927 * mlme_remove_sta - Remove a STA entry from the driver/netstack
928 * @priv: Private driver interface data
929 * @addr: MAC address of the STA (e.g., BSSID of the AP)
930 * Returns: 0 on success, -1 on failure
932 * This function is only needed for drivers that export MLME
933 * (management frame processing) to wpa_supplicant.
935 int (*mlme_remove_sta
)(void *priv
, const u8
*addr
);
938 * update_ft_ies - Update FT (IEEE 802.11r) IEs
939 * @priv: Private driver interface data
940 * @md: Mobility domain (2 octets) (also included inside ies)
941 * @ies: FT IEs (MDIE, FTIE, ...) or %NULL to remove IEs
942 * @ies_len: Length of FT IEs in bytes
943 * Returns: 0 on success, -1 on failure
945 * The supplicant uses this callback to let the driver know that keying
946 * material for FT is available and that the driver can use the
947 * provided IEs in the next message in FT authentication sequence.
949 * This function is only needed for driver that support IEEE 802.11r
950 * (Fast BSS Transition).
952 int (*update_ft_ies
)(void *priv
, const u8
*md
, const u8
*ies
,
956 * send_ft_action - Send FT Action frame (IEEE 802.11r)
957 * @priv: Private driver interface data
958 * @action: Action field value
959 * @target_ap: Target AP address
960 * @ies: FT IEs (MDIE, FTIE, ...) (FT Request action frame body)
961 * @ies_len: Length of FT IEs in bytes
962 * Returns: 0 on success, -1 on failure
964 * The supplicant uses this callback to request the driver to transmit
965 * an FT Action frame (action category 6) for over-the-DS fast BSS
968 int (*send_ft_action
)(void *priv
, u8 action
, const u8
*target_ap
,
969 const u8
*ies
, size_t ies_len
);
972 * get_scan_results2 - Fetch the latest scan results
973 * @priv: private driver interface data
975 * Returns: Allocated buffer of scan results (caller is responsible for
976 * freeing the data structure) on success, NULL on failure
978 struct wpa_scan_results
* (*get_scan_results2
)(void *priv
);
981 * set_country - Set country
982 * @priv: Private driver interface data
983 * @alpha2: country to which to switch to
984 * Returns: 0 on success, -1 on failure
986 * This function is for drivers which support some form
987 * of setting a regulatory domain.
989 int (*set_country
)(void *priv
, const char *alpha2
);
992 * global_init - Global driver initialization
993 * Returns: Pointer to private data (global), %NULL on failure
995 * This optional function is called to initialize the driver wrapper
996 * for global data, i.e., data that applies to all interfaces. If this
997 * function is implemented, global_deinit() will also need to be
998 * implemented to free the private data. The driver will also likely
999 * use init2() function instead of init() to get the pointer to global
1000 * data available to per-interface initializer.
1002 void * (*global_init
)(void);
1005 * global_deinit - Global driver deinitialization
1006 * @priv: private driver global data from global_init()
1008 * Terminate any global driver related functionality and free the
1009 * global data structure.
1011 void (*global_deinit
)(void *priv
);
1014 * init2 - Initialize driver interface (with global data)
1015 * @ctx: context to be used when calling wpa_supplicant functions,
1016 * e.g., wpa_supplicant_event()
1017 * @ifname: interface name, e.g., wlan0
1018 * @global_priv: private driver global data from global_init()
1019 * Returns: Pointer to private data, %NULL on failure
1021 * This function can be used instead of init() if the driver wrapper
1024 void * (*init2
)(void *ctx
, const char *ifname
, void *global_priv
);
1027 * get_interfaces - Get information about available interfaces
1028 * @global_priv: private driver global data from global_init()
1029 * Returns: Allocated buffer of interface information (caller is
1030 * responsible for freeing the data structure) on success, NULL on
1033 struct wpa_interface_info
* (*get_interfaces
)(void *global_priv
);
1036 * scan2 - Request the driver to initiate scan
1037 * @priv: private driver interface data
1038 * @params: Scan parameters
1040 * Returns: 0 on success, -1 on failure
1042 * Once the scan results are ready, the driver should report scan
1043 * results event for wpa_supplicant which will eventually request the
1044 * results with wpa_driver_get_scan_results2().
1046 int (*scan2
)(void *priv
, struct wpa_driver_scan_params
*params
);
1049 * authenticate - Request driver to authenticate
1050 * @priv: private driver interface data
1051 * @params: authentication parameters
1052 * Returns: 0 on success, -1 on failure
1054 * This is an optional function that can be used with drivers that
1055 * support separate authentication and association steps, i.e., when
1056 * wpa_supplicant can act as the SME. If not implemented, associate()
1057 * function is expected to take care of IEEE 802.11 authentication,
1060 int (*authenticate
)(void *priv
,
1061 struct wpa_driver_auth_params
*params
);
1064 * set_beacon - Set Beacon frame template
1065 * @iface: Interface name (main interface or virtual BSS)
1066 * @priv: Private driver interface data
1067 * @head: Beacon head from IEEE 802.11 header to IEs before TIM IE
1068 * @head_len: Length of the head buffer in octets
1069 * @tail: Beacon tail following TIM IE
1070 * @tail_len: Length of the tail buffer in octets
1071 * @dtim_period: DTIM period
1072 * @beacon_int: Beacon interval
1073 * Returns: 0 on success, -1 on failure
1075 * This function is used to configure Beacon template for the driver in
1076 * AP mode. The driver is responsible for building the full Beacon
1077 * frame by concatenating the head part with TIM IE generated by the
1078 * driver/firmware and finishing with the tail part.
1080 int (*set_beacon
)(const char *ifname
, void *priv
,
1081 const u8
*head
, size_t head_len
,
1082 const u8
*tail
, size_t tail_len
, int dtim_period
,
1086 * hapd_init - Initialize driver interface (hostapd only)
1087 * @hapd: Pointer to hostapd context
1088 * @params: Configuration for the driver wrapper
1089 * Returns: Pointer to private data, %NULL on failure
1091 * This function is used instead of init() or init2() when the driver
1092 * wrapper is used withh hostapd.
1094 void * (*hapd_init
)(struct hostapd_data
*hapd
,
1095 struct wpa_init_params
*params
);
1098 * hapd_deinit - Deinitialize driver interface (hostapd only)
1099 * @priv: Private driver interface data from hapd_init()
1101 void (*hapd_deinit
)(void *priv
);
1104 * set_ieee8021x - Enable/disable IEEE 802.1X support (AP only)
1105 * @priv: Private driver interface data
1106 * @params: BSS parameters
1107 * Returns: 0 on success, -1 on failure
1109 * This is an optional function to configure the kernel driver to
1110 * enable/disable IEEE 802.1X support and set WPA/WPA2 parameters. This
1111 * can be left undefined (set to %NULL) if IEEE 802.1X support is
1112 * always enabled and the driver uses set_beacon() to set WPA/RSN IE
1113 * for Beacon frames.
1115 int (*set_ieee8021x
)(void *priv
, struct wpa_bss_params
*params
);
1118 * set_privacy - Enable/disable privacy (AP only)
1119 * @priv: Private driver interface data
1120 * @enabled: 1 = privacy enabled, 0 = disabled
1121 * Returns: 0 on success, -1 on failure
1123 * This is an optional function to configure privacy field in the
1124 * kernel driver for Beacon frames. This can be left undefined (set to
1125 * %NULL) if the driver uses the Beacon template from set_beacon().
1127 int (*set_privacy
)(const char *ifname
, void *priv
, int enabled
);
1130 * get_seqnum - Fetch the current TSC/packet number (AP only)
1131 * @ifname: The interface name (main or virtual)
1132 * @priv: Private driver interface data
1133 * @addr: MAC address of the station or %NULL for group keys
1135 * @seq: Buffer for returning the latest used TSC/packet number
1136 * Returns: 0 on success, -1 on failure
1138 * This function is used to fetch the last used TSC/packet number for
1139 * a TKIP, CCMP, or BIP/IGTK key. It is mainly used with group keys, so
1140 * there is no strict requirement on implementing support for unicast
1141 * keys (i.e., addr != %NULL).
1143 int (*get_seqnum
)(const char *ifname
, void *priv
, const u8
*addr
,
1147 * flush - Flush all association stations (AP only)
1148 * @priv: Private driver interface data
1149 * Returns: 0 on success, -1 on failure
1151 * This function requests the driver to disassociate all associated
1152 * stations. This function does not need to be implemented if the
1153 * driver does not process association frames internally.
1155 int (*flush
)(void *priv
);
1158 * set_generic_elem - Add IEs into Beacon/Probe Response frames (AP)
1159 * @ifname: The interface name (main or virtual BSS)
1160 * @priv: Private driver interface data
1161 * @elem: Information elements
1162 * @elem_len: Length of the elem buffer in octets
1163 * Returns: 0 on success, -1 on failure
1165 * This is an optional function to add information elements in the
1166 * kernel driver for Beacon and Probe Response frames. This can be left
1167 * undefined (set to %NULL) if the driver uses the Beacon template from
1170 int (*set_generic_elem
)(const char *ifname
, void *priv
, const u8
*elem
,
1174 * read_sta_data - Fetch station data (AP only)
1175 * @priv: Private driver interface data
1176 * @data: Buffer for returning station information
1177 * @addr: MAC address of the station
1178 * Returns: 0 on success, -1 on failure
1180 int (*read_sta_data
)(void *priv
, struct hostap_sta_driver_data
*data
,
1184 * hapd_send_eapol - Send an EAPOL packet (AP only)
1185 * @priv: private driver interface data
1186 * @addr: Destination MAC address
1187 * @data: EAPOL packet starting with IEEE 802.1X header
1188 * @data_len: Length of the EAPOL packet in octets
1189 * @encrypt: Whether the frame should be encrypted
1190 * @own_addr: Source MAC address
1192 * Returns: 0 on success, -1 on failure
1194 int (*hapd_send_eapol
)(void *priv
, const u8
*addr
, const u8
*data
,
1195 size_t data_len
, int encrypt
,
1196 const u8
*own_addr
);
1199 * sta_deauth - Deauthenticate a station (AP only)
1200 * @priv: Private driver interface data
1201 * @own_addr: Source address and BSSID for the Deauthentication frame
1202 * @addr: MAC address of the station to deauthenticate
1203 * @reason: Reason code for the Deauthentiation frame
1204 * Returns: 0 on success, -1 on failure
1206 * This function requests a specific station to be deauthenticated and
1207 * a Deauthentication frame to be sent to it.
1209 int (*sta_deauth
)(void *priv
, const u8
*own_addr
, const u8
*addr
,
1213 * sta_disassoc - Disassociate a station (AP only)
1214 * @priv: Private driver interface data
1215 * @own_addr: Source address and BSSID for the Disassociation frame
1216 * @addr: MAC address of the station to disassociate
1217 * @reason: Reason code for the Disassociation frame
1218 * Returns: 0 on success, -1 on failure
1220 * This function requests a specific station to be disassociated and
1221 * a Disassociation frame to be sent to it.
1223 int (*sta_disassoc
)(void *priv
, const u8
*own_addr
, const u8
*addr
,
1227 * sta_remove - Remove a station entry (AP only)
1228 * @priv: Private driver interface data
1229 * @addr: MAC address of the station to be removed
1230 * Returns: 0 on success, -1 on failure
1232 int (*sta_remove
)(void *priv
, const u8
*addr
);
1235 * hapd_get_ssid - Get the current SSID (AP only)
1236 * @ifname: Interface (master or virtual BSS)
1237 * @priv: Private driver interface data
1238 * @buf: Buffer for returning the SSID
1239 * @len: Maximum length of the buffer
1240 * Returns: Length of the SSID on success, -1 on failure
1242 * This function need not be implemented if the driver uses Beacon
1243 * template from set_beacon() and does not reply to Probe Request
1246 int (*hapd_get_ssid
)(const char *ifname
, void *priv
, u8
*buf
, int len
);
1249 * hapd_set_ssid - Set SSID (AP only)
1250 * @ifname: Interface (master or virtual BSS)
1251 * @priv: Private driver interface data
1253 * @len: Length of the SSID in octets
1254 * Returns: 0 on success, -1 on failure
1256 int (*hapd_set_ssid
)(const char *ifname
, void *priv
, const u8
*buf
,
1259 * hapd_set_countermeasures - Enable/disable TKIP countermeasures (AP)
1260 * @priv: Private driver interface data
1261 * @enabled: 1 = countermeasures enabled, 0 = disabled
1262 * Returns: 0 on success, -1 on failure
1264 * This need not be implemented if the driver does not take care of
1265 * association processing.
1267 int (*hapd_set_countermeasures
)(void *priv
, int enabled
);
1270 * sta_add - Add a station entry
1271 * @ifname: Interface (master or virtual)
1272 * @priv: Private driver interface data
1273 * @params: Station parameters
1274 * Returns: 0 on success, -1 on failure
1276 * This function is used to add a station entry to the driver once the
1277 * station has completed association. This is only used if the driver
1278 * does not take care of association processing.
1280 int (*sta_add
)(const char *ifname
, void *priv
,
1281 struct hostapd_sta_add_params
*params
);
1284 * get_inact_sec - Get station inactivity duration (AP only)
1285 * @priv: Private driver interface data
1286 * @addr: Station address
1287 * Returns: Number of seconds station has been inactive, -1 on failure
1289 int (*get_inact_sec
)(void *priv
, const u8
*addr
);
1292 * sta_clear_stats - Clear station statistics (AP only)
1293 * @priv: Private driver interface data
1294 * @addr: Station address
1295 * Returns: 0 on success, -1 on failure
1297 int (*sta_clear_stats
)(void *priv
, const u8
*addr
);
1300 * set_freq - Set channel/frequency (AP only)
1301 * @priv: Private driver interface data
1302 * @freq: Channel parameters
1303 * Returns: 0 on success, -1 on failure
1305 int (*set_freq
)(void *priv
, struct hostapd_freq_params
*freq
);
1308 * set_rts - Set RTS threshold
1309 * @priv: Private driver interface data
1310 * @rts: RTS threshold in octets
1311 * Returns: 0 on success, -1 on failure
1313 int (*set_rts
)(void *priv
, int rts
);
1316 * set_frag - Set fragmentation threshold
1317 * @priv: Private driver interface data
1318 * @frag: Fragmentation threshold in octets
1319 * Returns: 0 on success, -1 on failure
1321 int (*set_frag
)(void *priv
, int frag
);
1324 * sta_set_flags - Set station flags (AP only)
1325 * @priv: Private driver interface data
1326 * @addr: Station address
1327 * @total_flags: Bitmap of all WPA_STA_* flags currently set
1328 * @flags_or: Bitmap of WPA_STA_* flags to add
1329 * @flags_and: Bitmap of WPA_STA_* flags to us as a mask
1330 * Returns: 0 on success, -1 on failure
1332 int (*sta_set_flags
)(void *priv
, const u8
*addr
,
1333 int total_flags
, int flags_or
, int flags_and
);
1336 * set_rate_sets - Set supported and basic rate sets (AP only)
1337 * @priv: Private driver interface data
1338 * @supp_rates: -1 terminated array of supported rates in 100 kbps
1339 * @basic_rates: -1 terminated array of basic rates in 100 kbps
1340 * @mode: hardware mode (HOSTAPD_MODE_*)
1341 * Returns: 0 on success, -1 on failure
1343 int (*set_rate_sets
)(void *priv
, int *supp_rates
, int *basic_rates
,
1347 * set_cts_protect - Set CTS protection mode (AP only)
1348 * @priv: Private driver interface data
1349 * @value: Whether CTS protection is enabled
1350 * Returns: 0 on success, -1 on failure
1352 int (*set_cts_protect
)(void *priv
, int value
);
1355 * set_preamble - Set preamble mode (AP only)
1356 * @priv: Private driver interface data
1357 * @value: Whether short preamble is enabled
1358 * Returns: 0 on success, -1 on failure
1360 int (*set_preamble
)(void *priv
, int value
);
1363 * set_short_slot_time - Set short slot time (AP only)
1364 * @priv: Private driver interface data
1365 * @value: Whether short slot time is enabled
1366 * Returns: 0 on success, -1 on failure
1368 int (*set_short_slot_time
)(void *priv
, int value
);
1371 * set_tx_queue_params - Set TX queue parameters
1372 * @priv: Private driver interface data
1373 * @queue: Queue number
1377 * @burst_time: Maximum length for bursting in 0.1 msec units
1379 int (*set_tx_queue_params
)(void *priv
, int queue
, int aifs
, int cw_min
,
1380 int cw_max
, int burst_time
);
1383 * valid_bss_mask - Validate BSSID mask
1384 * @priv: Private driver interface data
1387 * Returns: 0 if mask is valid, -1 if mask is not valid, 1 if mask can
1388 * be used, but the main interface address must be the first address in
1389 * the block if mask is applied
1391 int (*valid_bss_mask
)(void *priv
, const u8
*addr
, const u8
*mask
);
1394 * if_add - Add a virtual interface
1395 * @iface: Parent interface name
1396 * @priv: Private driver interface data
1397 * @type: Interface type
1398 * @ifname: Interface name for the new virtual interface
1399 * @addr: Local address to use for the interface or %NULL to use the
1400 * parent interface address
1401 * @bss_ctx: BSS context for %WPA_IF_AP_BSS interfaces
1402 * Returns: 0 on success, -1 on failure
1404 int (*if_add
)(const char *iface
, void *priv
,
1405 enum wpa_driver_if_type type
, const char *ifname
,
1406 const u8
*addr
, void *bss_ctx
);
1409 * if_remove - Remove a virtual interface
1410 * @priv: Private driver interface data
1411 * @type: Interface type
1412 * @ifname: Interface name of the virtual interface to be removed
1413 * Returns: 0 on success, -1 on failure
1415 int (*if_remove
)(void *priv
, enum wpa_driver_if_type type
,
1416 const char *ifname
);
1419 * set_sta_vlan - Bind a station into a specific interface (AP only)
1420 * @priv: Private driver interface data
1421 * @ifname: Interface (main or virtual BSS or VLAN)
1422 * @addr: MAC address of the associated station
1424 * Returns: 0 on success, -1 on failure
1426 * This function is used to bind a station to a specific virtual
1427 * interface. It is only used if when virtual interfaces are supported,
1428 * e.g., to assign stations to different VLAN interfaces based on
1429 * information from a RADIUS server. This allows separate broadcast
1430 * domains to be used with a single BSS.
1432 int (*set_sta_vlan
)(void *priv
, const u8
*addr
, const char *ifname
,
1436 * commit - Optional commit changes handler (AP only)
1437 * @priv: driver private data
1438 * Returns: 0 on success, -1 on failure
1440 * This optional handler function can be registered if the driver
1441 * interface implementation needs to commit changes (e.g., by setting
1442 * network interface up) at the end of initial configuration. If set,
1443 * this handler will be called after initial setup has been completed.
1445 int (*commit
)(void *priv
);
1448 * send_ether - Send an ethernet packet (AP only)
1449 * @priv: private driver interface data
1450 * @dst: Destination MAC address
1451 * @src: Source MAC address
1453 * @data: EAPOL packet starting with IEEE 802.1X header
1454 * @data_len: Length of the EAPOL packet in octets
1455 * Returns: 0 on success, -1 on failure
1457 int (*send_ether
)(void *priv
, const u8
*dst
, const u8
*src
, u16 proto
,
1458 const u8
*data
, size_t data_len
);
1461 * set_radius_acl_auth - Notification of RADIUS ACL change
1462 * @priv: Private driver interface data
1463 * @mac: MAC address of the station
1464 * @accepted: Whether the station was accepted
1465 * @session_timeout: Session timeout for the station
1466 * Returns: 0 on success, -1 on failure
1468 int (*set_radius_acl_auth
)(void *priv
, const u8
*mac
, int accepted
,
1469 u32 session_timeout
);
1472 * set_radius_acl_expire - Notification of RADIUS ACL expiration
1473 * @priv: Private driver interface data
1474 * @mac: MAC address of the station
1475 * Returns: 0 on success, -1 on failure
1477 int (*set_radius_acl_expire
)(void *priv
, const u8
*mac
);
1480 * set_ht_params - Set HT parameters (AP only)
1481 * @ifname: The interface name (main or virtual BSS)
1482 * @priv: Private driver interface data
1483 * @ht_capab: HT Capabilities IE
1484 * @ht_capab_len: Length of ht_capab in octets
1485 * @ht_oper: HT Operation IE
1486 * @ht_oper_len: Length of ht_oper in octets
1487 * Returns: 0 on success, -1 on failure
1489 int (*set_ht_params
)(const char *ifname
, void *priv
,
1490 const u8
*ht_capab
, size_t ht_capab_len
,
1491 const u8
*ht_oper
, size_t ht_oper_len
);
1494 * set_ap_wps_ie - Add WPS IE into Beacon/Probe Response frames (AP)
1495 * @ifname: The interface name (main or virtual BSS)
1496 * @priv: Private driver interface data
1497 * @beacon: WPS IE for Beacon frames
1498 * @proberesp: WPS IE for Probe Response frames
1499 * Returns: 0 on success, -1 on failure
1501 * This is an optional function to add WPS IE in the kernel driver for
1502 * Beacon and Probe Response frames. This can be left undefined (set
1503 * to %NULL) if the driver uses the Beacon template from set_beacon()
1504 * and does not process Probe Request frames.
1506 int (*set_ap_wps_ie
)(const char *ifname
, void *priv
,
1507 const struct wpabuf
*beacon
,
1508 const struct wpabuf
*proberesp
);
1511 * set_supp_port - Set IEEE 802.1X Supplicant Port status
1512 * @priv: Private driver interface data
1513 * @authorized: Whether the port is authorized
1514 * Returns: 0 on success, -1 on failure
1516 int (*set_supp_port
)(void *priv
, int authorized
);
1519 * set_wds_sta - Bind a station into a 4-address WDS (AP only)
1520 * @priv: Private driver interface data
1521 * @addr: MAC address of the associated station
1522 * @aid: Association ID
1523 * @val: 1 = bind to 4-address WDS; 0 = unbind
1524 * Returns: 0 on success, -1 on failure
1526 int (*set_wds_sta
)(void *priv
, const u8
*addr
, int aid
, int val
);
1530 * enum wpa_event_type - Event type for wpa_supplicant_event() calls
1532 typedef enum wpa_event_type
{
1534 * EVENT_ASSOC - Association completed
1536 * This event needs to be delivered when the driver completes IEEE
1537 * 802.11 association or reassociation successfully.
1538 * wpa_driver_ops::get_bssid() is expected to provide the current BSSID
1539 * after this event has been generated. In addition, optional
1540 * EVENT_ASSOCINFO may be generated just before EVENT_ASSOC to provide
1541 * more information about the association. If the driver interface gets
1542 * both of these events at the same time, it can also include the
1543 * assoc_info data in EVENT_ASSOC call.
1548 * EVENT_DISASSOC - Association lost
1550 * This event should be called when association is lost either due to
1551 * receiving deauthenticate or disassociate frame from the AP or when
1552 * sending either of these frames to the current AP. If the driver
1553 * supports separate deauthentication event, EVENT_DISASSOC should only
1554 * be used for disassociation and EVENT_DEAUTH for deauthentication.
1559 * EVENT_MICHAEL_MIC_FAILURE - Michael MIC (TKIP) detected
1561 * This event must be delivered when a Michael MIC error is detected by
1562 * the local driver. Additional data for event processing is
1563 * provided with union wpa_event_data::michael_mic_failure. This
1564 * information is used to request new encyption key and to initiate
1565 * TKIP countermeasures if needed.
1567 EVENT_MICHAEL_MIC_FAILURE
,
1570 * EVENT_SCAN_RESULTS - Scan results available
1572 * This event must be called whenever scan results are available to be
1573 * fetched with struct wpa_driver_ops::get_scan_results(). This event
1574 * is expected to be used some time after struct wpa_driver_ops::scan()
1575 * is called. If the driver provides an unsolicited event when the scan
1576 * has been completed, this event can be used to trigger
1577 * EVENT_SCAN_RESULTS call. If such event is not available from the
1578 * driver, the driver wrapper code is expected to use a registered
1579 * timeout to generate EVENT_SCAN_RESULTS call after the time that the
1580 * scan is expected to be completed.
1585 * EVENT_ASSOCINFO - Report optional extra information for association
1587 * This event can be used to report extra association information for
1588 * EVENT_ASSOC processing. This extra information includes IEs from
1589 * association frames and Beacon/Probe Response frames in union
1590 * wpa_event_data::assoc_info. EVENT_ASSOCINFO must be send just before
1591 * EVENT_ASSOC. Alternatively, the driver interface can include
1592 * assoc_info data in the EVENT_ASSOC call if it has all the
1593 * information available at the same point.
1598 * EVENT_INTERFACE_STATUS - Report interface status changes
1600 * This optional event can be used to report changes in interface
1601 * status (interface added/removed) using union
1602 * wpa_event_data::interface_status. This can be used to trigger
1603 * wpa_supplicant to stop and re-start processing for the interface,
1604 * e.g., when a cardbus card is ejected/inserted.
1606 EVENT_INTERFACE_STATUS
,
1609 * EVENT_PMKID_CANDIDATE - Report a candidate AP for pre-authentication
1611 * This event can be used to inform wpa_supplicant about candidates for
1612 * RSN (WPA2) pre-authentication. If wpa_supplicant is not responsible
1613 * for scan request (ap_scan=2 mode), this event is required for
1614 * pre-authentication. If wpa_supplicant is performing scan request
1615 * (ap_scan=1), this event is optional since scan results can be used
1616 * to add pre-authentication candidates. union
1617 * wpa_event_data::pmkid_candidate is used to report the BSSID of the
1618 * candidate and priority of the candidate, e.g., based on the signal
1619 * strength, in order to try to pre-authenticate first with candidates
1620 * that are most likely targets for re-association.
1622 * EVENT_PMKID_CANDIDATE can be called whenever the driver has updates
1623 * on the candidate list. In addition, it can be called for the current
1624 * AP and APs that have existing PMKSA cache entries. wpa_supplicant
1625 * will automatically skip pre-authentication in cases where a valid
1626 * PMKSA exists. When more than one candidate exists, this event should
1627 * be generated once for each candidate.
1629 * Driver will be notified about successful pre-authentication with
1630 * struct wpa_driver_ops::add_pmkid() calls.
1632 EVENT_PMKID_CANDIDATE
,
1635 * EVENT_STKSTART - Request STK handshake (MLME-STKSTART.request)
1637 * This event can be used to inform wpa_supplicant about desire to set
1638 * up secure direct link connection between two stations as defined in
1639 * IEEE 802.11e with a new PeerKey mechanism that replaced the original
1640 * STAKey negotiation. The caller will need to set peer address for the
1646 * EVENT_FT_RESPONSE - Report FT (IEEE 802.11r) response IEs
1648 * The driver is expected to report the received FT IEs from
1649 * FT authentication sequence from the AP. The FT IEs are included in
1650 * the extra information in union wpa_event_data::ft_ies.
1655 * EVENT_IBSS_RSN_START - Request RSN authentication in IBSS
1657 * The driver can use this event to inform wpa_supplicant about a STA
1658 * in an IBSS with which protected frames could be exchanged. This
1659 * event starts RSN authentication with the other STA to authenticate
1660 * the STA and set up encryption keys with it.
1662 EVENT_IBSS_RSN_START
,
1665 * EVENT_AUTH - Authentication result
1667 * This event should be called when authentication attempt has been
1668 * completed. This is only used if the driver supports separate
1669 * authentication step (struct wpa_driver_ops::authenticate).
1670 * Information about authentication result is included in
1671 * union wpa_event_data::auth.
1676 * EVENT_DEAUTH - Authentication lost
1678 * This event should be called when authentication is lost either due
1679 * to receiving deauthenticate frame from the AP or when sending that
1680 * frame to the current AP.
1685 * EVENT_ASSOC_REJECT - Association rejected
1687 * This event should be called when (re)association attempt has been
1688 * rejected by the AP. Information about authentication result is
1689 * included in union wpa_event_data::assoc_reject.
1694 * EVENT_AUTH_TIMED_OUT - Authentication timed out
1696 EVENT_AUTH_TIMED_OUT
,
1699 * EVENT_ASSOC_TIMED_OUT - Association timed out
1701 EVENT_ASSOC_TIMED_OUT
,
1704 * EVENT_FT_RRB_RX - FT (IEEE 802.11r) RRB frame received
1709 * EVENT_WPS_BUTTON_PUSHED - Report hardware push button press for WPS
1711 EVENT_WPS_BUTTON_PUSHED
,
1714 * EVENT_TX_STATUS - Report TX status
1719 * EVENT_RX_FROM_UNKNOWN - Report RX from unknown STA
1721 EVENT_RX_FROM_UNKNOWN
,
1724 * EVENT_RX_MGMT - Report RX of a management frame
1731 * union wpa_event_data - Additional data for wpa_supplicant_event() calls
1733 union wpa_event_data
{
1735 * struct assoc_info - Data for EVENT_ASSOC and EVENT_ASSOCINFO events
1737 * This structure is optional for EVENT_ASSOC calls and required for
1738 * EVENT_ASSOCINFO calls. By using EVENT_ASSOC with this data, the
1739 * driver interface does not need to generate separate EVENT_ASSOCINFO
1744 * req_ies - (Re)Association Request IEs
1746 * If the driver generates WPA/RSN IE, this event data must be
1747 * returned for WPA handshake to have needed information. If
1748 * wpa_supplicant-generated WPA/RSN IE is used, this
1749 * information event is optional.
1751 * This should start with the first IE (fixed fields before IEs
1752 * are not included).
1757 * req_ies_len - Length of req_ies in bytes
1762 * resp_ies - (Re)Association Response IEs
1764 * Optional association data from the driver. This data is not
1765 * required WPA, but may be useful for some protocols and as
1766 * such, should be reported if this is available to the driver
1769 * This should start with the first IE (fixed fields before IEs
1770 * are not included).
1775 * resp_ies_len - Length of resp_ies in bytes
1777 size_t resp_ies_len
;
1780 * beacon_ies - Beacon or Probe Response IEs
1782 * Optional Beacon/ProbeResp data: IEs included in Beacon or
1783 * Probe Response frames from the current AP (i.e., the one
1784 * that the client just associated with). This information is
1785 * used to update WPA/RSN IE for the AP. If this field is not
1786 * set, the results from previous scan will be used. If no
1787 * data for the new AP is found, scan results will be requested
1788 * again (without scan request). At this point, the driver is
1789 * expected to provide WPA/RSN IE for the AP (if WPA/WPA2 is
1792 * This should start with the first IE (fixed fields before IEs
1793 * are not included).
1798 * beacon_ies_len - Length of beacon_ies */
1799 size_t beacon_ies_len
;
1802 * freq - Frequency of the operational channel in MHz
1808 * struct michael_mic_failure - Data for EVENT_MICHAEL_MIC_FAILURE
1810 struct michael_mic_failure
{
1813 } michael_mic_failure
;
1816 * struct interface_status - Data for EVENT_INTERFACE_STATUS
1818 struct interface_status
{
1821 EVENT_INTERFACE_ADDED
, EVENT_INTERFACE_REMOVED
1826 * struct pmkid_candidate - Data for EVENT_PMKID_CANDIDATE
1828 struct pmkid_candidate
{
1829 /** BSSID of the PMKID candidate */
1831 /** Smaller the index, higher the priority */
1833 /** Whether RSN IE includes pre-authenticate flag */
1838 * struct stkstart - Data for EVENT_STKSTART
1845 * struct ft_ies - FT information elements (EVENT_FT_RESPONSE)
1847 * During FT (IEEE 802.11r) authentication sequence, the driver is
1848 * expected to use this event to report received FT IEs (MDIE, FTIE,
1849 * RSN IE, TIE, possible resource request) to the supplicant. The FT
1850 * IEs for the next message will be delivered through the
1851 * struct wpa_driver_ops::update_ft_ies() callback.
1857 u8 target_ap
[ETH_ALEN
];
1858 /** Optional IE(s), e.g., WMM TSPEC(s), for RIC-Request */
1860 /** Length of ric_ies buffer in octets */
1865 * struct ibss_rsn_start - Data for EVENT_IBSS_RSN_START
1867 struct ibss_rsn_start
{
1872 * struct auth_info - Data for EVENT_AUTH events
1883 * struct assoc_reject - Data for EVENT_ASSOC_REJECT events
1885 struct assoc_reject
{
1887 * resp_ies - (Re)Association Response IEs
1889 * Optional association data from the driver. This data is not
1890 * required WPA, but may be useful for some protocols and as
1891 * such, should be reported if this is available to the driver
1894 * This should start with the first IE (fixed fields before IEs
1895 * are not included).
1900 * resp_ies_len - Length of resp_ies in bytes
1902 size_t resp_ies_len
;
1905 * status_code - Status Code from (Re)association Response
1910 struct timeout_event
{
1915 * struct ft_rrb_rx - Data for EVENT_FT_RRB_RX events
1924 * struct tx_status - Data for EVENT_TX_STATUS events
1936 * struct rx_from_unknown - Data for EVENT_RX_FROM_UNKNOWN events
1938 struct rx_from_unknown
{
1939 const struct ieee80211_hdr
*hdr
;
1944 * struct rx_mgmt - Data for EVENT_RX_MGMT events
1949 struct hostapd_frame_info
*fi
;
1954 * wpa_supplicant_event - Report a driver event for wpa_supplicant
1955 * @ctx: Context pointer (wpa_s); this is the ctx variable registered
1956 * with struct wpa_driver_ops::init()
1957 * @event: event type (defined above)
1958 * @data: possible extra data for the event
1960 * Driver wrapper code should call this function whenever an event is received
1963 void wpa_supplicant_event(void *ctx
, wpa_event_type event
,
1964 union wpa_event_data
*data
);
1967 * wpa_supplicant_rx_eapol - Deliver a received EAPOL frame to wpa_supplicant
1968 * @ctx: Context pointer (wpa_s); this is the ctx variable registered
1969 * with struct wpa_driver_ops::init()
1970 * @src_addr: Source address of the EAPOL frame
1971 * @buf: EAPOL data starting from the EAPOL header (i.e., no Ethernet header)
1972 * @len: Length of the EAPOL data
1974 * This function is called for each received EAPOL frame. Most driver
1975 * interfaces rely on more generic OS mechanism for receiving frames through
1976 * l2_packet, but if such a mechanism is not available, the driver wrapper may
1977 * take care of received EAPOL frames and deliver them to the core supplicant
1978 * code by calling this function.
1980 void wpa_supplicant_rx_eapol(void *ctx
, const u8
*src_addr
,
1981 const u8
*buf
, size_t len
);
1983 void wpa_supplicant_sta_rx(void *ctx
, const u8
*buf
, size_t len
,
1984 struct ieee80211_rx_status
*rx_status
);
1986 const u8
* wpa_scan_get_ie(const struct wpa_scan_res
*res
, u8 ie
);
1987 const u8
* wpa_scan_get_vendor_ie(const struct wpa_scan_res
*res
,
1989 struct wpabuf
* wpa_scan_get_vendor_ie_multi(const struct wpa_scan_res
*res
,
1991 int wpa_scan_get_max_rate(const struct wpa_scan_res
*res
);
1992 void wpa_scan_results_free(struct wpa_scan_results
*res
);
1993 void wpa_scan_sort_results(struct wpa_scan_results
*res
);
1995 /* hostapd functions for driver wrappers */
1998 struct ieee80211_hdr
;
2000 int hostapd_notif_new_sta(struct hostapd_data
*hapd
, const u8
*addr
);
2001 int hostapd_notif_assoc(struct hostapd_data
*hapd
, const u8
*addr
,
2002 const u8
*ie
, size_t ielen
);
2003 void hostapd_notif_disassoc(struct hostapd_data
*hapd
, const u8
*addr
);
2004 void hostapd_eapol_receive(struct hostapd_data
*hapd
, const u8
*sa
,
2005 const u8
*buf
, size_t len
);
2007 struct hostapd_frame_info
{
2013 struct hostapd_data
* hostapd_sta_get_bss(struct hostapd_data
*hapd
,
2015 int hostapd_probe_req_rx(struct hostapd_data
*hapd
, const u8
*sa
,
2016 const u8
*ie
, size_t ie_len
);
2018 #endif /* DRIVER_H */