Searched refs:deauth (Results 1 – 8 of 8) 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 | 742 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()
|
D | rtllib_softmac.c | 3537 void SendDisassociation(struct rtllib_device *ieee, bool deauth, u16 asRsn) in SendDisassociation() argument 3542 if (deauth) in SendDisassociation()
|
D | rtllib.h | 2746 void SendDisassociation(struct rtllib_device *ieee, bool deauth, u16 asRsn);
|
/drivers/net/wireless/mwifiex/ |
D | sta_cmd.c | 438 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()
|
D | sta_cmdresp.c | 542 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()
|
D | fw.h | 1604 struct host_cmd_ds_802_11_deauthenticate deauth; member
|