mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 21:22:37 +01:00
eap-tls-common: Make send empty response func. public
This commit is contained in:
parent
779f668ab9
commit
8dc9276800
@ -320,7 +320,7 @@ static void eap_tls_send_response(struct eap_state *eap,
|
||||
eap_tls_send_fragment(eap);
|
||||
}
|
||||
|
||||
static void eap_tls_common_send_empty_response(struct eap_state *eap)
|
||||
void eap_tls_common_send_empty_response(struct eap_state *eap)
|
||||
{
|
||||
struct eap_tls_state *eap_tls = eap_get_data(eap);
|
||||
uint8_t buf[EAP_TLS_HEADER_LEN];
|
||||
|
@ -68,3 +68,5 @@ bool eap_tls_common_settings_load(struct eap_state *eap,
|
||||
struct l_settings *settings, const char *prefix,
|
||||
const struct eap_tls_variant_ops *variant_ops,
|
||||
void *variant_data);
|
||||
|
||||
void eap_tls_common_send_empty_response(struct eap_state *eap);
|
||||
|
Loading…
Reference in New Issue
Block a user