Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/wpa/src/ap/
Dsta_info.c293 (sta->timeout_next == STA_NULLFUNC || in ap_handle_timer()
320 sta->timeout_next = STA_NULLFUNC; in ap_handle_timer()
343 sta->timeout_next = STA_NULLFUNC; in ap_handle_timer()
356 if (sta->timeout_next == STA_NULLFUNC && in ap_handle_timer()
382 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.c1295 sta->timeout_next = STA_NULLFUNC; in handle_assoc()
1337 if (sta->timeout_next == STA_NULLFUNC || in handle_disassoc()
/freebsd-10-stable/contrib/wpa/hostapd/
Ddump_state.c137 (sta->timeout_next == STA_NULLFUNC ? "NULLFUNC POLL" : in hostapd_dump_state()