Searched refs:deauth_mac (Results 1 – 2 of 2) sorted by relevance
114 u8 *deauth_mac; in mwifiex_process_uap_event() local168 deauth_mac = adapter->event_body + in mwifiex_process_uap_event()170 cfg80211_del_sta(priv->netdev, deauth_mac, GFP_KERNEL); in mwifiex_process_uap_event()173 mwifiex_11n_del_rx_reorder_tbl_by_ta(priv, deauth_mac); in mwifiex_process_uap_event()174 mwifiex_del_tx_ba_stream_tbl_by_ra(priv, deauth_mac); in mwifiex_process_uap_event()176 mwifiex_wmm_del_peer_ra_list(priv, deauth_mac); in mwifiex_process_uap_event()177 mwifiex_del_sta_entry(priv, deauth_mac); in mwifiex_process_uap_event()
1701 u8 deauth_mac[ETH_ALEN]; in mwifiex_cfg80211_del_station() local1713 eth_zero_addr(deauth_mac); in mwifiex_cfg80211_del_station()1718 ether_addr_copy(deauth_mac, params->mac); in mwifiex_cfg80211_del_station()1721 if (is_valid_ether_addr(deauth_mac)) { in mwifiex_cfg80211_del_station()1724 deauth_mac, true)) in mwifiex_cfg80211_del_station()