diff options
author | Jouni Malinen <jouni.malinen@atheros.com> | 2009-10-22 11:11:53 -0700 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2009-10-22 11:11:53 -0700 |
commit | e5fc45d7aec5270c0742e30956233ac28d50bedb (patch) | |
tree | 6a9255ab6850c933df10589f8563b9fbba45a56f /src/eap_peer/eap_methods.h | |
parent | 2d8fe38109e63532ff7b8a50396ceb458273ba55 (diff) | |
download | external_wpa_supplicant_8_ti-e5fc45d7aec5270c0742e30956233ac28d50bedb.zip external_wpa_supplicant_8_ti-e5fc45d7aec5270c0742e30956233ac28d50bedb.tar.gz external_wpa_supplicant_8_ti-e5fc45d7aec5270c0742e30956233ac28d50bedb.tar.bz2 |
Fix dbus build without EAP
Diffstat (limited to 'src/eap_peer/eap_methods.h')
-rw-r--r-- | src/eap_peer/eap_methods.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/eap_peer/eap_methods.h b/src/eap_peer/eap_methods.h index c11bd8c..9fd9b51 100644 --- a/src/eap_peer/eap_methods.h +++ b/src/eap_peer/eap_methods.h @@ -62,6 +62,11 @@ static inline void eap_peer_unregister_methods(void) { } +static inline char ** eap_get_names_as_string_array(size_t *num) +{ + return NULL; +} + #endif /* IEEE8021X_EAPOL */ |