Home
last modified time | relevance | path

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

/drivers/net/wireless/hostap/
Dhostap_80211.h25 } __packed deauth; member
Dhostap_ap.c265 int deauth = sta->timeout_next == STA_DEAUTH; in ap_handle_timer() local
270 deauth ? "deauthentication" : "disassociation", in ap_handle_timer()
273 resp = cpu_to_le16(deauth ? WLAN_REASON_PREV_AUTH_NOT_VALID : in ap_handle_timer()
276 (deauth ? IEEE80211_STYPE_DEAUTH : in ap_handle_timer()
/drivers/staging/rtl8192e/
Drtllib_wx.c742 bool deauth = false; in rtllib_wx_set_mlme() local
752 deauth = true; in rtllib_wx_set_mlme()
756 if (deauth == true) in rtllib_wx_set_mlme()
763 SendDisassociation(ieee, deauth, mlme->reason_code); in rtllib_wx_set_mlme()
Drtllib_softmac.c3537 void SendDisassociation(struct rtllib_device *ieee, bool deauth, u16 asRsn) in SendDisassociation() argument
3542 if (deauth) in SendDisassociation()
Drtllib.h2746 void SendDisassociation(struct rtllib_device *ieee, bool deauth, u16 asRsn);
/drivers/net/wireless/mwifiex/
Dsta_cmd.c438 struct host_cmd_ds_802_11_deauthenticate *deauth = &cmd->params.deauth; in mwifiex_cmd_802_11_deauthenticate() local
445 memcpy(deauth->mac_addr, mac, ETH_ALEN); in mwifiex_cmd_802_11_deauthenticate()
447 dev_dbg(priv->adapter->dev, "cmd: Deauth: %pM\n", deauth->mac_addr); in mwifiex_cmd_802_11_deauthenticate()
449 deauth->reason_code = cpu_to_le16(WLAN_REASON_DEAUTH_LEAVING); in mwifiex_cmd_802_11_deauthenticate()
Dsta_cmdresp.c542 if (!memcmp(resp->params.deauth.mac_addr, in mwifiex_ret_802_11_deauthenticate()
544 sizeof(resp->params.deauth.mac_addr))) in mwifiex_ret_802_11_deauthenticate()
Dfw.h1604 struct host_cmd_ds_802_11_deauthenticate deauth; member