Home
last modified time | relevance | path

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

/drivers/net/wireless/marvell/mwifiex/
Duap_cmd.c756 struct host_cmd_ds_sta_deauth *sta_deauth = &cmd->params.sta_deauth; in mwifiex_cmd_uap_sta_deauth() local
759 memcpy(sta_deauth->mac, mac, ETH_ALEN); in mwifiex_cmd_uap_sta_deauth()
760 sta_deauth->reason = cpu_to_le16(WLAN_REASON_DEAUTH_LEAVING); in mwifiex_cmd_uap_sta_deauth()
Dfw.h2304 struct host_cmd_ds_sta_deauth sta_deauth; member