Fix dbus build without EAP
This commit is contained in:
parent
2d8fe38109
commit
e5fc45d7ae
1 changed files with 5 additions and 0 deletions
|
@ -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 */
|
#endif /* IEEE8021X_EAPOL */
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue