Home
last modified time | relevance | path

Searched refs:f_rate_cnt (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/usr.sbin/hostapd/
Dhandle.c251 frame->f_rate_cnt++; in hostapd_handle_frame()
252 if (frame->f_rate_cnt < frame->f_rate) in hostapd_handle_frame()
256 frame->f_rate_cnt = 0; in hostapd_handle_frame()
261 if (frame->f_rate_cnt == 0 || min_rate == 0) in hostapd_handle_frame()
273 frame->f_rate_cnt = 0; in hostapd_handle_frame()
310 apme->a_iface, frame->f_rate_cnt, in hostapd_handle_action()
Dhostapd.h257 long f_rate_cnt, f_rate_delay; member