Searched refs:timeout_next (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_ap.h98 enum { STA_NULLFUNC = 0, STA_DISASSOC, STA_DEAUTH } timeout_next; member in struct:sta_info
H A Dhostap_ap.c202 sta->timeout_next = STA_NULLFUNC;
204 } else if (sta->timeout_next == STA_DISASSOC &&
207 sta->timeout_next = STA_NULLFUNC;
218 sta->timeout_next = STA_DEAUTH;
220 if (sta->timeout_next == STA_DEAUTH && !(sta->flags & WLAN_STA_PERM)) {
226 } else if (sta->timeout_next == STA_DISASSOC)
232 if (sta->timeout_next == STA_DEAUTH && sta->aid > 0 &&
245 } else if (sta->timeout_next == STA_NULLFUNC) {
256 int deauth = sta->timeout_next == STA_DEAUTH;
272 if (sta->timeout_next
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/chat/
H A Dchat.c202 int n_aborts = 0, abort_next = 0, timeout_next = 0, echo_next = 0; variable
958 ++timeout_next;
1168 if (timeout_next) {
1169 timeout_next = 0;

Completed in 29 milliseconds