Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:timeout

59  * eloop_timeout_handler - eloop timeout event callback type
180 * eloop_register_timeout - Register timeout
181 * @secs: Number of seconds to the timeout
182 * @usecs: Number of microseconds to the timeout
183 * @handler: Callback function to be called when timeout occurs
188 * Register a timeout that will cause the handler function to be called after
210 * eloop_is_timeout_registered - Check if a timeout is already registered
214 * Returns: 1 if the timeout is registered, 0 if the timeout is not registered
216 * Determine if a matching <handler,eloop_data,user_data> timeout is registered