mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 21:22:37 +01:00
handshake: Remove unused handshake_state_get_8021x_config
This commit is contained in:
parent
08b6f4c432
commit
8dfb8e9207
@ -118,11 +118,6 @@ void handshake_state_set_8021x_config(struct handshake_state *s,
|
|||||||
s->settings_8021x = settings;
|
s->settings_8021x = settings;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct l_settings *handshake_state_get_8021x_config(struct handshake_state *s)
|
|
||||||
{
|
|
||||||
return s->settings_8021x;
|
|
||||||
}
|
|
||||||
|
|
||||||
static bool handshake_state_setup_own_ciphers(struct handshake_state *s,
|
static bool handshake_state_setup_own_ciphers(struct handshake_state *s,
|
||||||
const struct ie_rsn_info *info)
|
const struct ie_rsn_info *info)
|
||||||
{
|
{
|
||||||
|
@ -135,7 +135,6 @@ void handshake_state_set_pmk(struct handshake_state *s, const uint8_t *pmk,
|
|||||||
size_t pmk_len);
|
size_t pmk_len);
|
||||||
void handshake_state_set_8021x_config(struct handshake_state *s,
|
void handshake_state_set_8021x_config(struct handshake_state *s,
|
||||||
struct l_settings *settings);
|
struct l_settings *settings);
|
||||||
struct l_settings *handshake_state_get_8021x_config(struct handshake_state *s);
|
|
||||||
bool handshake_state_set_supplicant_rsn(struct handshake_state *s,
|
bool handshake_state_set_supplicant_rsn(struct handshake_state *s,
|
||||||
const uint8_t *rsn_ie);
|
const uint8_t *rsn_ie);
|
||||||
bool handshake_state_set_authenticator_rsn(struct handshake_state *s,
|
bool handshake_state_set_authenticator_rsn(struct handshake_state *s,
|
||||||
|
Loading…
Reference in New Issue
Block a user