HomeSort by: relevance | last modified time | path
    Searched refs:fils_hlp_timeout (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
ieee802_11.h 208 void fils_hlp_timeout(void *eloop_ctx, void *eloop_data);
fils_hlp.c 584 eloop_is_timeout_registered(fils_hlp_timeout, hapd, sta)) {
drv_callbacks.c 60 eloop_cancel_timeout(fils_hlp_timeout, hapd, sta);
742 eloop_cancel_timeout(fils_hlp_timeout, hapd, sta);
770 fils_hlp_timeout, hapd, sta);
ieee802_11.c 5241 eloop_cancel_timeout(fils_hlp_timeout, hapd, sta);
5266 void fils_hlp_timeout(void *eloop_ctx, void *eloop_data) function
5707 eloop_is_timeout_registered(fils_hlp_timeout, hapd, sta) &&
5709 /* Do not reschedule fils_hlp_timeout in case the station
5720 eloop_cancel_timeout(fils_hlp_timeout, hapd, sta);
5735 eloop_cancel_timeout(fils_hlp_timeout, hapd, sta);
5737 fils_hlp_timeout, hapd, sta);
sta_info.c 438 eloop_cancel_timeout(fils_hlp_timeout, hapd, sta);

Completed in 55 milliseconds