Home
last modified time | relevance | path

Searched refs:ap_sta_is_authorized (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dsta_info.h162 static inline int ap_sta_is_authorized(struct sta_info *sta) in ap_sta_is_authorized() function
Dieee802_1x.c812 if (!ap_sta_is_authorized(sta)) { in ieee802_1x_receive()
/external/wpa_supplicant_8/hostapd/
Ddump_state.c114 (ap_sta_is_authorized(sta) ? "[AUTHORIZED]" : ""), in hostapd_dump_state()