2008-02-28 02:34:43 +01:00
|
|
|
/*
|
2010-01-06 20:23:15 +01:00
|
|
|
* Internal WPA/RSN supplicant state machine definitions
|
2018-06-04 14:16:54 +02:00
|
|
|
* Copyright (c) 2004-2018, Jouni Malinen <j@w1.fi>
|
2008-02-28 02:34:43 +01:00
|
|
|
*
|
2012-02-11 15:46:35 +01:00
|
|
|
* This software may be distributed under the terms of the BSD license.
|
|
|
|
* See README for more details.
|
2008-02-28 02:34:43 +01:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef WPA_I_H
|
|
|
|
#define WPA_I_H
|
|
|
|
|
2010-01-06 20:23:15 +01:00
|
|
|
#include "utils/list.h"
|
|
|
|
|
2010-10-07 09:26:56 +02:00
|
|
|
struct wpa_tdls_peer;
|
2008-02-28 02:34:43 +01:00
|
|
|
struct wpa_eapol_key;
|
|
|
|
|
2020-12-16 12:01:03 +01:00
|
|
|
struct pasn_ft_r1kh {
|
|
|
|
u8 bssid[ETH_ALEN];
|
|
|
|
u8 r1kh_id[FT_R1KH_ID_LEN];
|
|
|
|
};
|
|
|
|
|
2008-02-28 02:34:43 +01:00
|
|
|
/**
|
|
|
|
* struct wpa_sm - Internal WPA state machine data
|
|
|
|
*/
|
|
|
|
struct wpa_sm {
|
2015-10-14 00:18:11 +02:00
|
|
|
u8 pmk[PMK_LEN_MAX];
|
2008-02-28 02:34:43 +01:00
|
|
|
size_t pmk_len;
|
|
|
|
struct wpa_ptk ptk, tptk;
|
|
|
|
int ptk_set, tptk_set;
|
2015-03-07 11:58:19 +01:00
|
|
|
unsigned int msg_3_of_4_ok:1;
|
2008-02-28 02:34:43 +01:00
|
|
|
u8 snonce[WPA_NONCE_LEN];
|
|
|
|
u8 anonce[WPA_NONCE_LEN]; /* ANonce from the last 1/4 msg */
|
|
|
|
int renew_snonce;
|
|
|
|
u8 rx_replay_counter[WPA_REPLAY_COUNTER_LEN];
|
|
|
|
int rx_replay_counter_set;
|
|
|
|
u8 request_counter[WPA_REPLAY_COUNTER_LEN];
|
2017-07-12 16:03:24 +02:00
|
|
|
struct wpa_gtk gtk;
|
2017-10-01 11:12:24 +02:00
|
|
|
struct wpa_gtk gtk_wnm_sleep;
|
2017-07-12 16:03:24 +02:00
|
|
|
struct wpa_igtk igtk;
|
2017-10-01 11:12:24 +02:00
|
|
|
struct wpa_igtk igtk_wnm_sleep;
|
2020-02-17 23:06:26 +01:00
|
|
|
struct wpa_bigtk bigtk;
|
|
|
|
struct wpa_bigtk bigtk_wnm_sleep;
|
2008-02-28 02:34:43 +01:00
|
|
|
|
|
|
|
struct eapol_sm *eapol; /* EAPOL state machine from upper level code */
|
|
|
|
|
|
|
|
struct rsn_pmksa_cache *pmksa; /* PMKSA cache */
|
|
|
|
struct rsn_pmksa_cache_entry *cur_pmksa; /* current PMKSA entry */
|
2010-01-06 20:23:15 +01:00
|
|
|
struct dl_list pmksa_candidates;
|
2008-02-28 02:34:43 +01:00
|
|
|
|
|
|
|
struct l2_packet_data *l2_preauth;
|
|
|
|
struct l2_packet_data *l2_preauth_br;
|
2010-10-07 09:26:56 +02:00
|
|
|
struct l2_packet_data *l2_tdls;
|
2008-02-28 02:34:43 +01:00
|
|
|
u8 preauth_bssid[ETH_ALEN]; /* current RSN pre-auth peer or
|
|
|
|
* 00:00:00:00:00:00 if no pre-auth is
|
|
|
|
* in progress */
|
|
|
|
struct eapol_sm *preauth_eapol;
|
|
|
|
|
|
|
|
struct wpa_sm_ctx *ctx;
|
|
|
|
|
|
|
|
void *scard_ctx; /* context for smartcard callbacks */
|
|
|
|
int fast_reauth; /* whether EAP fast re-authentication is enabled */
|
|
|
|
|
|
|
|
void *network_ctx;
|
|
|
|
int allowed_pairwise_cipher; /* bitfield of WPA_CIPHER_* */
|
|
|
|
int proactive_key_caching;
|
|
|
|
int eap_workaround;
|
|
|
|
void *eap_conf_ctx;
|
|
|
|
u8 ssid[32];
|
|
|
|
size_t ssid_len;
|
2008-11-06 18:57:21 +01:00
|
|
|
int wpa_ptk_rekey;
|
2020-01-10 23:19:09 +01:00
|
|
|
int wpa_deny_ptk0_rekey:1;
|
2013-03-16 18:13:31 +01:00
|
|
|
int p2p;
|
2015-10-14 11:26:33 +02:00
|
|
|
int wpa_rsc_relaxation;
|
2020-01-23 21:46:51 +01:00
|
|
|
int owe_ptk_workaround;
|
2020-02-17 23:16:55 +01:00
|
|
|
int beacon_prot;
|
2020-03-20 20:04:32 +01:00
|
|
|
int ext_key_id; /* whether Extended Key ID is enabled */
|
|
|
|
int use_ext_key_id; /* whether Extended Key ID has been detected
|
|
|
|
* to be used */
|
|
|
|
int keyidx_active; /* Key ID for the active TK */
|
2008-02-28 02:34:43 +01:00
|
|
|
|
2020-12-16 12:00:17 +01:00
|
|
|
/*
|
|
|
|
* If set Key Derivation Key should be derived as part of PMK to
|
2020-12-16 12:01:39 +01:00
|
|
|
* PTK derivation regardless of advertised capabilities.
|
2020-12-16 12:00:17 +01:00
|
|
|
*/
|
2020-12-16 12:01:39 +01:00
|
|
|
bool force_kdk_derivation;
|
2020-12-16 12:00:17 +01:00
|
|
|
|
2008-02-28 02:34:43 +01:00
|
|
|
u8 own_addr[ETH_ALEN];
|
|
|
|
const char *ifname;
|
|
|
|
const char *bridge_ifname;
|
|
|
|
u8 bssid[ETH_ALEN];
|
|
|
|
|
|
|
|
unsigned int dot11RSNAConfigPMKLifetime;
|
|
|
|
unsigned int dot11RSNAConfigPMKReauthThreshold;
|
|
|
|
unsigned int dot11RSNAConfigSATimeout;
|
|
|
|
|
|
|
|
unsigned int dot11RSNA4WayHandshakeFailures;
|
|
|
|
|
|
|
|
/* Selected configuration (based on Beacon/ProbeResp WPA IE) */
|
|
|
|
unsigned int proto;
|
|
|
|
unsigned int pairwise_cipher;
|
|
|
|
unsigned int group_cipher;
|
|
|
|
unsigned int key_mgmt;
|
|
|
|
unsigned int mgmt_group_cipher;
|
|
|
|
|
|
|
|
int rsn_enabled; /* Whether RSN is enabled in configuration */
|
2010-03-29 19:48:01 +02:00
|
|
|
int mfp; /* 0 = disabled, 1 = optional, 2 = mandatory */
|
2018-08-06 21:46:25 +02:00
|
|
|
int ocv; /* Operating Channel Validation */
|
2019-10-17 15:54:05 +02:00
|
|
|
int sae_pwe; /* SAE PWE generation options */
|
2020-12-16 12:01:37 +01:00
|
|
|
|
|
|
|
unsigned int sae_pk:1; /* whether SAE-PK is used */
|
|
|
|
unsigned int secure_ltf:1;
|
|
|
|
unsigned int secure_rtt:1;
|
|
|
|
unsigned int prot_range_neg:1;
|
2008-02-28 02:34:43 +01:00
|
|
|
|
|
|
|
u8 *assoc_wpa_ie; /* Own WPA/RSN IE from (Re)AssocReq */
|
|
|
|
size_t assoc_wpa_ie_len;
|
2019-10-17 15:54:05 +02:00
|
|
|
u8 *assoc_rsnxe; /* Own RSNXE from (Re)AssocReq */
|
|
|
|
size_t assoc_rsnxe_len;
|
2019-09-06 13:51:31 +02:00
|
|
|
u8 *ap_wpa_ie, *ap_rsn_ie, *ap_rsnxe;
|
|
|
|
size_t ap_wpa_ie_len, ap_rsn_ie_len, ap_rsnxe_len;
|
2008-02-28 02:34:43 +01:00
|
|
|
|
2010-10-07 09:26:56 +02:00
|
|
|
#ifdef CONFIG_TDLS
|
|
|
|
struct wpa_tdls_peer *tdls;
|
2011-01-28 18:27:28 +01:00
|
|
|
int tdls_prohibited;
|
2014-12-29 04:35:18 +01:00
|
|
|
int tdls_chan_switch_prohibited;
|
2011-03-24 19:44:17 +01:00
|
|
|
int tdls_disabled;
|
2011-09-26 12:55:25 +02:00
|
|
|
|
|
|
|
/* The driver supports TDLS */
|
|
|
|
int tdls_supported;
|
|
|
|
|
|
|
|
/*
|
|
|
|
* The driver requires explicit discovery/setup/teardown frames sent
|
|
|
|
* to it via tdls_mgmt.
|
|
|
|
*/
|
|
|
|
int tdls_external_setup;
|
2014-12-29 04:44:37 +01:00
|
|
|
|
|
|
|
/* The driver supports TDLS channel switching */
|
|
|
|
int tdls_chan_switch;
|
2010-10-07 09:26:56 +02:00
|
|
|
#endif /* CONFIG_TDLS */
|
2008-02-28 02:34:43 +01:00
|
|
|
|
|
|
|
#ifdef CONFIG_IEEE80211R
|
2018-06-04 14:16:54 +02:00
|
|
|
u8 xxkey[PMK_LEN_MAX]; /* PSK or the second 256 bits of MSK, or the
|
|
|
|
* first 384 bits of MSK */
|
2008-02-28 02:34:43 +01:00
|
|
|
size_t xxkey_len;
|
2018-06-04 14:16:54 +02:00
|
|
|
u8 pmk_r0[PMK_LEN_MAX];
|
|
|
|
size_t pmk_r0_len;
|
2008-02-28 02:34:43 +01:00
|
|
|
u8 pmk_r0_name[WPA_PMK_NAME_LEN];
|
2018-06-04 14:16:54 +02:00
|
|
|
u8 pmk_r1[PMK_LEN_MAX];
|
|
|
|
size_t pmk_r1_len;
|
2008-02-28 02:34:43 +01:00
|
|
|
u8 pmk_r1_name[WPA_PMK_NAME_LEN];
|
|
|
|
u8 mobility_domain[MOBILITY_DOMAIN_ID_LEN];
|
|
|
|
u8 r0kh_id[FT_R0KH_ID_MAX_LEN];
|
|
|
|
size_t r0kh_id_len;
|
|
|
|
u8 r1kh_id[FT_R1KH_ID_LEN];
|
2019-04-18 23:17:52 +02:00
|
|
|
unsigned int ft_completed:1;
|
|
|
|
unsigned int ft_reassoc_completed:1;
|
|
|
|
unsigned int ft_protocol:1;
|
2008-02-28 02:34:43 +01:00
|
|
|
int over_the_ds_in_progress;
|
|
|
|
u8 target_ap[ETH_ALEN]; /* over-the-DS target AP */
|
2010-03-13 16:15:38 +01:00
|
|
|
int set_ptk_after_assoc;
|
2010-04-09 15:41:57 +02:00
|
|
|
u8 mdie_ft_capab; /* FT Capability and Policy from target AP MDIE */
|
2010-04-10 15:48:40 +02:00
|
|
|
u8 *assoc_resp_ies; /* MDIE and FTIE from (Re)Association Response */
|
|
|
|
size_t assoc_resp_ies_len;
|
2020-12-16 12:01:03 +01:00
|
|
|
#ifdef CONFIG_PASN
|
|
|
|
/*
|
|
|
|
* Currently, the WPA state machine stores the PMK-R1, PMK-R1-Name and
|
|
|
|
* R1KH-ID only for the current association. As PMK-R1 is required to
|
|
|
|
* perform PASN authentication with FT, store the R1KH-ID for previous
|
|
|
|
* associations, which would later be used to derive the PMK-R1 as part
|
|
|
|
* of the PASN authentication flow.
|
|
|
|
*/
|
|
|
|
struct pasn_ft_r1kh *pasn_r1kh;
|
|
|
|
unsigned int n_pasn_r1kh;
|
|
|
|
#endif /* CONFIG_PASN */
|
2008-02-28 02:34:43 +01:00
|
|
|
#endif /* CONFIG_IEEE80211R */
|
2013-03-16 18:13:31 +01:00
|
|
|
|
|
|
|
#ifdef CONFIG_P2P
|
|
|
|
u8 p2p_ip_addr[3 * 4];
|
|
|
|
#endif /* CONFIG_P2P */
|
2015-12-06 18:30:59 +01:00
|
|
|
|
|
|
|
#ifdef CONFIG_TESTING_OPTIONS
|
|
|
|
struct wpabuf *test_assoc_ie;
|
2020-04-14 12:48:43 +02:00
|
|
|
int ft_rsnxe_used;
|
2020-05-08 19:59:04 +02:00
|
|
|
unsigned int oci_freq_override_eapol;
|
2020-06-26 10:19:14 +02:00
|
|
|
unsigned int oci_freq_override_eapol_g2;
|
|
|
|
unsigned int oci_freq_override_ft_assoc;
|
|
|
|
unsigned int oci_freq_override_fils_assoc;
|
2015-12-06 18:30:59 +01:00
|
|
|
#endif /* CONFIG_TESTING_OPTIONS */
|
2015-09-04 14:32:07 +02:00
|
|
|
|
|
|
|
#ifdef CONFIG_FILS
|
|
|
|
u8 fils_nonce[FILS_NONCE_LEN];
|
|
|
|
u8 fils_session[FILS_SESSION_LEN];
|
2015-09-07 23:14:13 +02:00
|
|
|
u8 fils_anonce[FILS_NONCE_LEN];
|
|
|
|
u8 fils_key_auth_ap[FILS_MAX_KEY_AUTH_LEN];
|
|
|
|
u8 fils_key_auth_sta[FILS_MAX_KEY_AUTH_LEN];
|
|
|
|
size_t fils_key_auth_len;
|
2015-09-09 16:34:13 +02:00
|
|
|
unsigned int fils_completed:1;
|
2017-01-13 20:06:21 +01:00
|
|
|
unsigned int fils_erp_pmkid_set:1;
|
2017-02-21 11:22:19 +01:00
|
|
|
unsigned int fils_cache_id_set:1;
|
2017-01-13 20:06:21 +01:00
|
|
|
u8 fils_erp_pmkid[PMKID_LEN];
|
2017-02-21 11:22:19 +01:00
|
|
|
u8 fils_cache_id[FILS_CACHE_ID_LEN];
|
2017-03-12 21:45:35 +01:00
|
|
|
struct crypto_ecdh *fils_ecdh;
|
|
|
|
int fils_dh_group;
|
|
|
|
size_t fils_dh_elem_len;
|
2017-05-07 11:00:27 +02:00
|
|
|
struct wpabuf *fils_ft_ies;
|
|
|
|
u8 fils_ft[FILS_FT_MAX_LEN];
|
|
|
|
size_t fils_ft_len;
|
2015-09-04 14:32:07 +02:00
|
|
|
#endif /* CONFIG_FILS */
|
2017-03-12 10:53:21 +01:00
|
|
|
|
|
|
|
#ifdef CONFIG_OWE
|
|
|
|
struct crypto_ecdh *owe_ecdh;
|
2017-10-08 15:39:08 +02:00
|
|
|
u16 owe_group;
|
2017-03-12 10:53:21 +01:00
|
|
|
#endif /* CONFIG_OWE */
|
2019-03-17 22:51:53 +01:00
|
|
|
|
|
|
|
#ifdef CONFIG_DPP2
|
|
|
|
struct wpabuf *dpp_z;
|
2020-05-01 18:53:07 +02:00
|
|
|
int dpp_pfs;
|
2019-03-17 22:51:53 +01:00
|
|
|
#endif /* CONFIG_DPP2 */
|
2008-02-28 02:34:43 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2009-12-26 09:35:08 +01:00
|
|
|
static inline void wpa_sm_set_state(struct wpa_sm *sm, enum wpa_states state)
|
2008-02-28 02:34:43 +01:00
|
|
|
{
|
|
|
|
WPA_ASSERT(sm->ctx->set_state);
|
|
|
|
sm->ctx->set_state(sm->ctx->ctx, state);
|
|
|
|
}
|
|
|
|
|
2009-12-26 09:35:08 +01:00
|
|
|
static inline enum wpa_states wpa_sm_get_state(struct wpa_sm *sm)
|
2008-02-28 02:34:43 +01:00
|
|
|
{
|
|
|
|
WPA_ASSERT(sm->ctx->get_state);
|
|
|
|
return sm->ctx->get_state(sm->ctx->ctx);
|
|
|
|
}
|
|
|
|
|
2019-04-22 19:17:38 +02:00
|
|
|
static inline void wpa_sm_deauthenticate(struct wpa_sm *sm, u16 reason_code)
|
2008-02-28 02:34:43 +01:00
|
|
|
{
|
|
|
|
WPA_ASSERT(sm->ctx->deauthenticate);
|
|
|
|
sm->ctx->deauthenticate(sm->ctx->ctx, reason_code);
|
|
|
|
}
|
|
|
|
|
2009-12-26 09:35:08 +01:00
|
|
|
static inline int wpa_sm_set_key(struct wpa_sm *sm, enum wpa_alg alg,
|
2008-02-28 02:34:43 +01:00
|
|
|
const u8 *addr, int key_idx, int set_tx,
|
|
|
|
const u8 *seq, size_t seq_len,
|
2020-01-04 23:10:04 +01:00
|
|
|
const u8 *key, size_t key_len,
|
|
|
|
enum key_flag key_flag)
|
2008-02-28 02:34:43 +01:00
|
|
|
{
|
|
|
|
WPA_ASSERT(sm->ctx->set_key);
|
|
|
|
return sm->ctx->set_key(sm->ctx->ctx, alg, addr, key_idx, set_tx,
|
2020-01-04 23:10:04 +01:00
|
|
|
seq, seq_len, key, key_len, key_flag);
|
2008-02-28 02:34:43 +01:00
|
|
|
}
|
|
|
|
|
2020-01-10 23:19:09 +01:00
|
|
|
static inline void wpa_sm_reconnect(struct wpa_sm *sm)
|
|
|
|
{
|
|
|
|
WPA_ASSERT(sm->ctx->reconnect);
|
|
|
|
sm->ctx->reconnect(sm->ctx->ctx);
|
|
|
|
}
|
|
|
|
|
2008-02-28 02:34:43 +01:00
|
|
|
static inline void * wpa_sm_get_network_ctx(struct wpa_sm *sm)
|
|
|
|
{
|
|
|
|
WPA_ASSERT(sm->ctx->get_network_ctx);
|
|
|
|
return sm->ctx->get_network_ctx(sm->ctx->ctx);
|
|
|
|
}
|
|
|
|
|
|
|
|
static inline int wpa_sm_get_bssid(struct wpa_sm *sm, u8 *bssid)
|
|
|
|
{
|
|
|
|
WPA_ASSERT(sm->ctx->get_bssid);
|
|
|
|
return sm->ctx->get_bssid(sm->ctx->ctx, bssid);
|
|
|
|
}
|
|
|
|
|
|
|
|
static inline int wpa_sm_ether_send(struct wpa_sm *sm, const u8 *dest,
|
|
|
|
u16 proto, const u8 *buf, size_t len)
|
|
|
|
{
|
|
|
|
WPA_ASSERT(sm->ctx->ether_send);
|
|
|
|
return sm->ctx->ether_send(sm->ctx->ctx, dest, proto, buf, len);
|
|
|
|
}
|
|
|
|
|
|
|
|
static inline int wpa_sm_get_beacon_ie(struct wpa_sm *sm)
|
|
|
|
{
|
|
|
|
WPA_ASSERT(sm->ctx->get_beacon_ie);
|
|
|
|
return sm->ctx->get_beacon_ie(sm->ctx->ctx);
|
|
|
|
}
|
|
|
|
|
|
|
|
static inline void wpa_sm_cancel_auth_timeout(struct wpa_sm *sm)
|
|
|
|
{
|
|
|
|
WPA_ASSERT(sm->ctx->cancel_auth_timeout);
|
|
|
|
sm->ctx->cancel_auth_timeout(sm->ctx->ctx);
|
|
|
|
}
|
|
|
|
|
|
|
|
static inline u8 * wpa_sm_alloc_eapol(struct wpa_sm *sm, u8 type,
|
|
|
|
const void *data, u16 data_len,
|
|
|
|
size_t *msg_len, void **data_pos)
|
|
|
|
{
|
|
|
|
WPA_ASSERT(sm->ctx->alloc_eapol);
|
|
|
|
return sm->ctx->alloc_eapol(sm->ctx->ctx, type, data, data_len,
|
|
|
|
msg_len, data_pos);
|
|
|
|
}
|
|
|
|
|
2016-12-12 19:59:41 +01:00
|
|
|
static inline int wpa_sm_add_pmkid(struct wpa_sm *sm, void *network_ctx,
|
2017-03-30 15:57:15 +02:00
|
|
|
const u8 *bssid, const u8 *pmkid,
|
|
|
|
const u8 *cache_id, const u8 *pmk,
|
2020-03-23 14:41:24 +01:00
|
|
|
size_t pmk_len, u32 pmk_lifetime,
|
2020-06-06 15:46:32 +02:00
|
|
|
u8 pmk_reauth_threshold, int akmp)
|
2008-02-28 02:34:43 +01:00
|
|
|
{
|
|
|
|
WPA_ASSERT(sm->ctx->add_pmkid);
|
2017-03-30 15:57:15 +02:00
|
|
|
return sm->ctx->add_pmkid(sm->ctx->ctx, network_ctx, bssid, pmkid,
|
2020-03-23 14:41:24 +01:00
|
|
|
cache_id, pmk, pmk_len, pmk_lifetime,
|
2020-06-06 15:46:32 +02:00
|
|
|
pmk_reauth_threshold, akmp);
|
2008-02-28 02:34:43 +01:00
|
|
|
}
|
|
|
|
|
2016-12-12 19:59:41 +01:00
|
|
|
static inline int wpa_sm_remove_pmkid(struct wpa_sm *sm, void *network_ctx,
|
2017-03-30 15:57:15 +02:00
|
|
|
const u8 *bssid, const u8 *pmkid,
|
|
|
|
const u8 *cache_id)
|
2008-02-28 02:34:43 +01:00
|
|
|
{
|
|
|
|
WPA_ASSERT(sm->ctx->remove_pmkid);
|
2017-03-30 15:57:15 +02:00
|
|
|
return sm->ctx->remove_pmkid(sm->ctx->ctx, network_ctx, bssid, pmkid,
|
|
|
|
cache_id);
|
2008-02-28 02:34:43 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
static inline int wpa_sm_mlme_setprotection(struct wpa_sm *sm, const u8 *addr,
|
|
|
|
int protect_type, int key_type)
|
|
|
|
{
|
|
|
|
WPA_ASSERT(sm->ctx->mlme_setprotection);
|
|
|
|
return sm->ctx->mlme_setprotection(sm->ctx->ctx, addr, protect_type,
|
|
|
|
key_type);
|
|
|
|
}
|
|
|
|
|
|
|
|
static inline int wpa_sm_update_ft_ies(struct wpa_sm *sm, const u8 *md,
|
|
|
|
const u8 *ies, size_t ies_len)
|
|
|
|
{
|
|
|
|
if (sm->ctx->update_ft_ies)
|
|
|
|
return sm->ctx->update_ft_ies(sm->ctx->ctx, md, ies, ies_len);
|
|
|
|
return -1;
|
|
|
|
}
|
|
|
|
|
|
|
|
static inline int wpa_sm_send_ft_action(struct wpa_sm *sm, u8 action,
|
|
|
|
const u8 *target_ap,
|
|
|
|
const u8 *ies, size_t ies_len)
|
|
|
|
{
|
|
|
|
if (sm->ctx->send_ft_action)
|
|
|
|
return sm->ctx->send_ft_action(sm->ctx->ctx, action, target_ap,
|
|
|
|
ies, ies_len);
|
|
|
|
return -1;
|
|
|
|
}
|
|
|
|
|
2010-03-13 17:28:15 +01:00
|
|
|
static inline int wpa_sm_mark_authenticated(struct wpa_sm *sm,
|
|
|
|
const u8 *target_ap)
|
|
|
|
{
|
|
|
|
if (sm->ctx->mark_authenticated)
|
|
|
|
return sm->ctx->mark_authenticated(sm->ctx->ctx, target_ap);
|
|
|
|
return -1;
|
|
|
|
}
|
|
|
|
|
2011-07-12 20:22:51 +02:00
|
|
|
static inline void wpa_sm_set_rekey_offload(struct wpa_sm *sm)
|
|
|
|
{
|
|
|
|
if (!sm->ctx->set_rekey_offload)
|
|
|
|
return;
|
2015-01-25 15:49:18 +01:00
|
|
|
sm->ctx->set_rekey_offload(sm->ctx->ctx, sm->ptk.kek, sm->ptk.kek_len,
|
|
|
|
sm->ptk.kck, sm->ptk.kck_len,
|
|
|
|
sm->rx_replay_counter);
|
2011-07-12 20:22:51 +02:00
|
|
|
}
|
|
|
|
|
2010-10-07 09:26:56 +02:00
|
|
|
#ifdef CONFIG_TDLS
|
2011-09-26 12:55:25 +02:00
|
|
|
static inline int wpa_sm_tdls_get_capa(struct wpa_sm *sm,
|
|
|
|
int *tdls_supported,
|
2014-12-29 04:44:37 +01:00
|
|
|
int *tdls_ext_setup,
|
|
|
|
int *tdls_chan_switch)
|
2011-09-26 12:55:25 +02:00
|
|
|
{
|
|
|
|
if (sm->ctx->tdls_get_capa)
|
|
|
|
return sm->ctx->tdls_get_capa(sm->ctx->ctx, tdls_supported,
|
2014-12-29 04:44:37 +01:00
|
|
|
tdls_ext_setup, tdls_chan_switch);
|
2011-09-26 12:55:25 +02:00
|
|
|
return -1;
|
|
|
|
}
|
|
|
|
|
2010-10-07 09:26:56 +02:00
|
|
|
static inline int wpa_sm_send_tdls_mgmt(struct wpa_sm *sm, const u8 *dst,
|
|
|
|
u8 action_code, u8 dialog_token,
|
2014-03-26 17:04:50 +01:00
|
|
|
u16 status_code, u32 peer_capab,
|
2014-09-29 20:47:51 +02:00
|
|
|
int initiator, const u8 *buf,
|
|
|
|
size_t len)
|
2010-10-07 09:26:56 +02:00
|
|
|
{
|
|
|
|
if (sm->ctx->send_tdls_mgmt)
|
|
|
|
return sm->ctx->send_tdls_mgmt(sm->ctx->ctx, dst, action_code,
|
|
|
|
dialog_token, status_code,
|
2014-09-29 20:47:51 +02:00
|
|
|
peer_capab, initiator, buf,
|
|
|
|
len);
|
2010-10-07 09:26:56 +02:00
|
|
|
return -1;
|
|
|
|
}
|
|
|
|
|
|
|
|
static inline int wpa_sm_tdls_oper(struct wpa_sm *sm, int oper,
|
|
|
|
const u8 *peer)
|
|
|
|
{
|
|
|
|
if (sm->ctx->tdls_oper)
|
|
|
|
return sm->ctx->tdls_oper(sm->ctx->ctx, oper, peer);
|
|
|
|
return -1;
|
|
|
|
}
|
2011-10-23 13:02:57 +02:00
|
|
|
|
|
|
|
static inline int
|
|
|
|
wpa_sm_tdls_peer_addset(struct wpa_sm *sm, const u8 *addr, int add,
|
2013-05-06 14:47:44 +02:00
|
|
|
u16 aid, u16 capability, const u8 *supp_rates,
|
2013-02-05 15:41:01 +01:00
|
|
|
size_t supp_rates_len,
|
|
|
|
const struct ieee80211_ht_capabilities *ht_capab,
|
2013-02-25 09:31:50 +01:00
|
|
|
const struct ieee80211_vht_capabilities *vht_capab,
|
2021-01-06 08:08:25 +01:00
|
|
|
const struct ieee80211_he_capabilities *he_capab,
|
|
|
|
size_t he_capab_len,
|
2014-09-29 20:47:53 +02:00
|
|
|
u8 qosinfo, int wmm, const u8 *ext_capab,
|
|
|
|
size_t ext_capab_len, const u8 *supp_channels,
|
|
|
|
size_t supp_channels_len, const u8 *supp_oper_classes,
|
2014-01-06 14:06:13 +01:00
|
|
|
size_t supp_oper_classes_len)
|
2011-10-23 13:02:57 +02:00
|
|
|
{
|
|
|
|
if (sm->ctx->tdls_peer_addset)
|
|
|
|
return sm->ctx->tdls_peer_addset(sm->ctx->ctx, addr, add,
|
2013-05-06 14:47:44 +02:00
|
|
|
aid, capability, supp_rates,
|
2013-02-05 15:41:01 +01:00
|
|
|
supp_rates_len, ht_capab,
|
2021-01-06 08:08:25 +01:00
|
|
|
vht_capab,
|
|
|
|
he_capab, he_capab_len,
|
|
|
|
qosinfo, wmm,
|
2014-01-06 14:06:13 +01:00
|
|
|
ext_capab, ext_capab_len,
|
|
|
|
supp_channels,
|
|
|
|
supp_channels_len,
|
|
|
|
supp_oper_classes,
|
|
|
|
supp_oper_classes_len);
|
2011-10-23 13:02:57 +02:00
|
|
|
return -1;
|
|
|
|
}
|
2014-12-29 06:20:51 +01:00
|
|
|
|
|
|
|
static inline int
|
|
|
|
wpa_sm_tdls_enable_channel_switch(struct wpa_sm *sm, const u8 *addr,
|
|
|
|
u8 oper_class,
|
|
|
|
const struct hostapd_freq_params *freq_params)
|
|
|
|
{
|
|
|
|
if (sm->ctx->tdls_enable_channel_switch)
|
|
|
|
return sm->ctx->tdls_enable_channel_switch(sm->ctx->ctx, addr,
|
|
|
|
oper_class,
|
|
|
|
freq_params);
|
|
|
|
return -1;
|
|
|
|
}
|
|
|
|
|
|
|
|
static inline int
|
|
|
|
wpa_sm_tdls_disable_channel_switch(struct wpa_sm *sm, const u8 *addr)
|
|
|
|
{
|
|
|
|
if (sm->ctx->tdls_disable_channel_switch)
|
|
|
|
return sm->ctx->tdls_disable_channel_switch(sm->ctx->ctx, addr);
|
|
|
|
return -1;
|
|
|
|
}
|
2010-10-07 09:26:56 +02:00
|
|
|
#endif /* CONFIG_TDLS */
|
2008-02-28 02:34:43 +01:00
|
|
|
|
2014-10-23 17:21:49 +02:00
|
|
|
static inline int wpa_sm_key_mgmt_set_pmk(struct wpa_sm *sm,
|
|
|
|
const u8 *pmk, size_t pmk_len)
|
|
|
|
{
|
|
|
|
if (!sm->ctx->key_mgmt_set_pmk)
|
|
|
|
return -1;
|
|
|
|
return sm->ctx->key_mgmt_set_pmk(sm->ctx->ctx, pmk, pmk_len);
|
|
|
|
}
|
|
|
|
|
2017-01-31 20:21:24 +01:00
|
|
|
static inline void wpa_sm_fils_hlp_rx(struct wpa_sm *sm,
|
|
|
|
const u8 *dst, const u8 *src,
|
|
|
|
const u8 *pkt, size_t pkt_len)
|
|
|
|
{
|
|
|
|
if (sm->ctx->fils_hlp_rx)
|
|
|
|
sm->ctx->fils_hlp_rx(sm->ctx->ctx, dst, src, pkt, pkt_len);
|
|
|
|
}
|
|
|
|
|
2018-08-06 21:46:20 +02:00
|
|
|
static inline int wpa_sm_channel_info(struct wpa_sm *sm,
|
|
|
|
struct wpa_channel_info *ci)
|
|
|
|
{
|
|
|
|
if (!sm->ctx->channel_info)
|
|
|
|
return -1;
|
|
|
|
return sm->ctx->channel_info(sm->ctx->ctx, ci);
|
|
|
|
}
|
|
|
|
|
2020-03-25 23:10:16 +01:00
|
|
|
static inline void wpa_sm_transition_disable(struct wpa_sm *sm, u8 bitmap)
|
|
|
|
{
|
|
|
|
if (sm->ctx->transition_disable)
|
|
|
|
sm->ctx->transition_disable(sm->ctx->ctx, bitmap);
|
|
|
|
}
|
|
|
|
|
2020-12-16 12:00:27 +01:00
|
|
|
static inline void wpa_sm_store_ptk(struct wpa_sm *sm,
|
|
|
|
u8 *addr, int cipher,
|
|
|
|
u32 life_time, struct wpa_ptk *ptk)
|
|
|
|
{
|
|
|
|
if (sm->ctx->store_ptk)
|
|
|
|
sm->ctx->store_ptk(sm->ctx->ctx, addr, cipher, life_time,
|
|
|
|
ptk);
|
|
|
|
}
|
2017-01-31 20:21:24 +01:00
|
|
|
|
2015-09-03 11:31:55 +02:00
|
|
|
int wpa_eapol_key_send(struct wpa_sm *sm, struct wpa_ptk *ptk,
|
2015-10-27 07:47:15 +01:00
|
|
|
int ver, const u8 *dest, u16 proto,
|
|
|
|
u8 *msg, size_t msg_len, u8 *key_mic);
|
2008-02-28 02:34:43 +01:00
|
|
|
int wpa_supplicant_send_2_of_4(struct wpa_sm *sm, const unsigned char *dst,
|
|
|
|
const struct wpa_eapol_key *key,
|
|
|
|
int ver, const u8 *nonce,
|
|
|
|
const u8 *wpa_ie, size_t wpa_ie_len,
|
|
|
|
struct wpa_ptk *ptk);
|
|
|
|
int wpa_supplicant_send_4_of_4(struct wpa_sm *sm, const unsigned char *dst,
|
|
|
|
const struct wpa_eapol_key *key,
|
|
|
|
u16 ver, u16 key_info,
|
|
|
|
struct wpa_ptk *ptk);
|
|
|
|
|
|
|
|
int wpa_derive_ptk_ft(struct wpa_sm *sm, const unsigned char *src_addr,
|
2015-01-25 15:49:18 +01:00
|
|
|
const struct wpa_eapol_key *key, struct wpa_ptk *ptk);
|
2008-02-28 02:34:43 +01:00
|
|
|
|
2011-01-21 19:51:55 +01:00
|
|
|
void wpa_tdls_assoc(struct wpa_sm *sm);
|
|
|
|
void wpa_tdls_disassoc(struct wpa_sm *sm);
|
|
|
|
|
2008-02-28 02:34:43 +01:00
|
|
|
#endif /* WPA_I_H */
|