Searched refs:deauth (Results 1 – 10 of 10) sorted by relevance
/drivers/net/wireless/hostap/ |
D | hostap_80211.h | 25 } __packed deauth; member
|
D | hostap_ap.c | 265 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/ |
D | rtllib_wx.c | 747 bool deauth = false; in rtllib_wx_set_mlme() local 757 deauth = true; in rtllib_wx_set_mlme() 761 if (deauth) in rtllib_wx_set_mlme() 768 SendDisassociation(ieee, deauth, mlme->reason_code); in rtllib_wx_set_mlme()
|
D | rtllib_softmac.c | 3553 void SendDisassociation(struct rtllib_device *ieee, bool deauth, u16 asRsn) in SendDisassociation() argument 3558 if (deauth) in SendDisassociation()
|
D | rtllib.h | 2747 void SendDisassociation(struct rtllib_device *ieee, bool deauth, u16 asRsn);
|
/drivers/staging/rtl8188eu/include/ |
D | ieee80211_ext.h | 192 } __packed deauth; member
|
/drivers/net/wireless/mwifiex/ |
D | sta_cmd.c | 452 struct host_cmd_ds_802_11_deauthenticate *deauth = &cmd->params.deauth; in mwifiex_cmd_802_11_deauthenticate() local 459 memcpy(deauth->mac_addr, mac, ETH_ALEN); in mwifiex_cmd_802_11_deauthenticate() 461 dev_dbg(priv->adapter->dev, "cmd: Deauth: %pM\n", deauth->mac_addr); in mwifiex_cmd_802_11_deauthenticate() 463 deauth->reason_code = cpu_to_le16(WLAN_REASON_DEAUTH_LEAVING); in mwifiex_cmd_802_11_deauthenticate()
|
D | sta_cmdresp.c | 550 if (!memcmp(resp->params.deauth.mac_addr, in mwifiex_ret_802_11_deauthenticate() 552 sizeof(resp->params.deauth.mac_addr))) in mwifiex_ret_802_11_deauthenticate()
|
D | fw.h | 1842 struct host_cmd_ds_802_11_deauthenticate deauth; member
|
/drivers/staging/rtl8723au/core/ |
D | rtw_mlme_ext.c | 1894 reason = le16_to_cpu(mgmt->u.deauth.reason_code); in OnDeAuth23a() 3644 mgmt->u.deauth.reason_code = cpu_to_le16(reason); in _issue_deauth()
|