Mark sme_send_authentication() static
This function is not used outside sme.c. Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
5cc7032239
commit
215ae884d6
1 changed files with 3 additions and 3 deletions
|
@ -80,9 +80,9 @@ static struct wpabuf * sme_auth_build_sae_confirm(struct wpa_supplicant *wpa_s)
|
||||||
#endif /* CONFIG_SAE */
|
#endif /* CONFIG_SAE */
|
||||||
|
|
||||||
|
|
||||||
void sme_send_authentication(struct wpa_supplicant *wpa_s,
|
static void sme_send_authentication(struct wpa_supplicant *wpa_s,
|
||||||
struct wpa_bss *bss, struct wpa_ssid *ssid,
|
struct wpa_bss *bss, struct wpa_ssid *ssid,
|
||||||
int start)
|
int start)
|
||||||
{
|
{
|
||||||
struct wpa_driver_auth_params params;
|
struct wpa_driver_auth_params params;
|
||||||
struct wpa_ssid *old_ssid;
|
struct wpa_ssid *old_ssid;
|
||||||
|
|
Loading…
Reference in a new issue