Home
last modified time | relevance | path

Searched refs:sta_deauth (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Devent.c103 const struct qlink_event_sta_deauth *sta_deauth, in qtnf_event_handle_sta_deauth() argument
109 if (unlikely(len < sizeof(*sta_deauth))) { in qtnf_event_handle_sta_deauth()
122 sta_addr = sta_deauth->sta_addr; in qtnf_event_handle_sta_deauth()
123 reason = le16_to_cpu(sta_deauth->reason); in qtnf_event_handle_sta_deauth()
129 cfg80211_del_sta(vif->netdev, sta_deauth->sta_addr, in qtnf_event_handle_sta_deauth()
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Duap_cmd.c760 struct host_cmd_ds_sta_deauth *sta_deauth = &cmd->params.sta_deauth; in mwifiex_cmd_uap_sta_deauth() local
763 memcpy(sta_deauth->mac, mac, ETH_ALEN); in mwifiex_cmd_uap_sta_deauth()
764 sta_deauth->reason = cpu_to_le16(WLAN_REASON_DEAUTH_LEAVING); in mwifiex_cmd_uap_sta_deauth()
H A Dfw.h2364 struct host_cmd_ds_sta_deauth sta_deauth; member