handshake: Remove unused handshake_state_get_8021x_config

This commit is contained in:
Andrew Zaborowski 2019-02-08 18:32:10 +01:00 committed by Denis Kenzior
parent 08b6f4c432
commit 8dfb8e9207
2 changed files with 0 additions and 6 deletions

View File

@ -118,11 +118,6 @@ void handshake_state_set_8021x_config(struct handshake_state *s,
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,
const struct ie_rsn_info *info)
{

View File

@ -135,7 +135,6 @@ void handshake_state_set_pmk(struct handshake_state *s, const uint8_t *pmk,
size_t pmk_len);
void handshake_state_set_8021x_config(struct handshake_state *s,
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,
const uint8_t *rsn_ie);
bool handshake_state_set_authenticator_rsn(struct handshake_state *s,