wpa_supplicant: Add wpa_supplicant_get_eap_mode method
Signed-off-by: Paul Stewart <pstew@google.com>
This commit is contained in:
parent
c83e2e1c45
commit
cf83fb0b5b
3 changed files with 27 additions and 0 deletions
|
@ -343,6 +343,10 @@ static inline void eapol_sm_notify_lower_layer_success(struct eapol_sm *sm,
|
|||
static inline void eapol_sm_invalidate_cached_session(struct eapol_sm *sm)
|
||||
{
|
||||
}
|
||||
static inline const char * eapol_sm_get_method_name(struct eapol_sm *sm)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
#endif /* IEEE8021X_EAPOL */
|
||||
|
||||
#endif /* EAPOL_SUPP_SM_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue