Found 9 other functions taking a
os_time
argument:
os_get_time - Get current time (sec, usec) @t: Pointer to buffer for the time Returns: 0 on success, -1 on failure
wpa_bss_update_scan_res - Update a BSS table entry based on a scan result @wpa_s: Pointer to wpa_supplicant data @res: Scan result @fetch_time: Time when the result was fetched from the driver This function updates a BSS table entry (or adds one) based on a scan result. This is called separately for each scan result between the calls to wpa_bss_update_start() and wpa_bss_update_end().
eloop_cancel_timeout_one - Cancel a single timeout @handler: Matching callback function @eloop_data: Matching eloop_data @user_data: Matching user_data @remaining: Time left on the cancelled timer Returns: Number of cancelled timeouts Cancel matching timeout registered with eloop_register_timeout() and return the remaining time left.