timeout_next      199 drivers/net/wireless/intersil/hostap/hostap_ap.c 		sta->timeout_next = STA_NULLFUNC;
timeout_next      201 drivers/net/wireless/intersil/hostap/hostap_ap.c 	} else if (sta->timeout_next == STA_DISASSOC &&
timeout_next      204 drivers/net/wireless/intersil/hostap/hostap_ap.c 		sta->timeout_next = STA_NULLFUNC;
timeout_next      215 drivers/net/wireless/intersil/hostap/hostap_ap.c 		sta->timeout_next = STA_DEAUTH;
timeout_next      217 drivers/net/wireless/intersil/hostap/hostap_ap.c 	if (sta->timeout_next == STA_DEAUTH && !(sta->flags & WLAN_STA_PERM)) {
timeout_next      223 drivers/net/wireless/intersil/hostap/hostap_ap.c 	} else if (sta->timeout_next == STA_DISASSOC)
timeout_next      229 drivers/net/wireless/intersil/hostap/hostap_ap.c 	if (sta->timeout_next == STA_DEAUTH && sta->aid > 0 &&
timeout_next      242 drivers/net/wireless/intersil/hostap/hostap_ap.c 	} else if (sta->timeout_next == STA_NULLFUNC) {
timeout_next      253 drivers/net/wireless/intersil/hostap/hostap_ap.c 		int deauth = sta->timeout_next == STA_DEAUTH;
timeout_next      269 drivers/net/wireless/intersil/hostap/hostap_ap.c 	if (sta->timeout_next == STA_DEAUTH) {
timeout_next      280 drivers/net/wireless/intersil/hostap/hostap_ap.c 	if (sta->timeout_next == STA_NULLFUNC) {
timeout_next      281 drivers/net/wireless/intersil/hostap/hostap_ap.c 		sta->timeout_next = STA_DISASSOC;
timeout_next      284 drivers/net/wireless/intersil/hostap/hostap_ap.c 		sta->timeout_next = STA_DEAUTH;
timeout_next       99 drivers/net/wireless/intersil/hostap/hostap_ap.h 	enum { STA_NULLFUNC = 0, STA_DISASSOC, STA_DEAUTH } timeout_next;