Home
last modified time | relevance | path

Searched refs:STA_NULLFUNC (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dsta_info.c291 (sta->timeout_next == STA_NULLFUNC || in ap_handle_timer()
318 sta->timeout_next = STA_NULLFUNC; in ap_handle_timer()
341 sta->timeout_next = STA_NULLFUNC; in ap_handle_timer()
354 if (sta->timeout_next == STA_NULLFUNC && in ap_handle_timer()
380 case STA_NULLFUNC: in ap_handle_timer()
Dsta_info.h65 STA_NULLFUNC = 0, STA_DISASSOC, STA_DEAUTH, STA_REMOVE enumerator
Ddrv_callbacks.c93 sta->timeout_next = STA_NULLFUNC; in hostapd_notif_assoc()
Dieee802_11.c1114 sta->timeout_next = STA_NULLFUNC; in handle_assoc()
1156 if (sta->timeout_next == STA_NULLFUNC || in handle_disassoc()
/external/wpa_supplicant_8/hostapd/
Ddump_state.c137 (sta->timeout_next == STA_NULLFUNC ? "NULLFUNC POLL" : in hostapd_dump_state()