Comment out unused functions if IEEE8021X_EAPOL is not defined
This commit is contained in:
parent
36c88ec814
commit
b14912025f
1 changed files with 2 additions and 0 deletions
|
@ -499,6 +499,7 @@ static int wpa_supplicant_send_ft_action(void *ctx, u8 action,
|
|||
#endif /* CONFIG_NO_WPA */
|
||||
|
||||
|
||||
#ifdef IEEE8021X_EAPOL
|
||||
#if defined(CONFIG_CTRL_IFACE) || !defined(CONFIG_NO_STDOUT_DEBUG)
|
||||
static void wpa_supplicant_eap_param_needed(void *ctx, const char *field,
|
||||
const char *txt)
|
||||
|
@ -544,6 +545,7 @@ static void wpa_supplicant_port_cb(void *ctx, int authorized)
|
|||
authorized ? "Authorized" : "Unauthorized");
|
||||
wpa_drv_set_supp_port(wpa_s, authorized);
|
||||
}
|
||||
#endif /* IEEE8021X_EAPOL */
|
||||
|
||||
|
||||
int wpa_supplicant_init_eapol(struct wpa_supplicant *wpa_s)
|
||||
|
|
Loading…
Reference in a new issue