Home
last modified time | relevance | path

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

/drivers/net/wireless/hostap/
Dhostap_80211.h24 } __attribute__ ((packed)) deauth; member
Dhostap_ap.c256 int deauth = sta->timeout_next == STA_DEAUTH; in ap_handle_timer() local
261 deauth ? "deauthentication" : "disassociation", in ap_handle_timer()
264 resp = cpu_to_le16(deauth ? WLAN_REASON_PREV_AUTH_NOT_VALID : in ap_handle_timer()
267 (deauth ? IEEE80211_STYPE_DEAUTH : in ap_handle_timer()