Searched refs:deauth_mac (Results 1 – 2 of 2) sorted by relevance
114 u8 *deauth_mac; in mwifiex_process_uap_event() local175 deauth_mac = adapter->event_body + in mwifiex_process_uap_event()177 cfg80211_del_sta(priv->netdev, deauth_mac, GFP_KERNEL); in mwifiex_process_uap_event()180 mwifiex_11n_del_rx_reorder_tbl_by_ta(priv, deauth_mac); in mwifiex_process_uap_event()181 mwifiex_del_tx_ba_stream_tbl_by_ra(priv, deauth_mac); in mwifiex_process_uap_event()183 mwifiex_wmm_del_peer_ra_list(priv, deauth_mac); in mwifiex_process_uap_event()184 mwifiex_del_sta_entry(priv, deauth_mac); in mwifiex_process_uap_event()
1817 u8 deauth_mac[ETH_ALEN]; in mwifiex_cfg80211_del_station() local1833 eth_zero_addr(deauth_mac); in mwifiex_cfg80211_del_station()1838 ether_addr_copy(deauth_mac, params->mac); in mwifiex_cfg80211_del_station()1841 if (is_valid_ether_addr(deauth_mac)) { in mwifiex_cfg80211_del_station()1844 deauth_mac, true)) in mwifiex_cfg80211_del_station()