Searched refs:deauth_mac (Results 1 – 2 of 2) sorted by relevance
102 u8 *deauth_mac; in mwifiex_process_uap_event() local163 deauth_mac = adapter->event_body + in mwifiex_process_uap_event()165 cfg80211_del_sta(priv->netdev, deauth_mac, GFP_KERNEL); in mwifiex_process_uap_event()168 mwifiex_11n_del_rx_reorder_tbl_by_ta(priv, deauth_mac); in mwifiex_process_uap_event()169 mwifiex_del_tx_ba_stream_tbl_by_ra(priv, deauth_mac); in mwifiex_process_uap_event()171 mwifiex_wmm_del_peer_ra_list(priv, deauth_mac); in mwifiex_process_uap_event()172 mwifiex_del_sta_entry(priv, deauth_mac); in mwifiex_process_uap_event()
1907 u8 deauth_mac[ETH_ALEN]; in mwifiex_cfg80211_del_station() local1923 eth_zero_addr(deauth_mac); in mwifiex_cfg80211_del_station()1928 ether_addr_copy(deauth_mac, params->mac); in mwifiex_cfg80211_del_station()1931 if (is_valid_ether_addr(deauth_mac)) { in mwifiex_cfg80211_del_station()1934 deauth_mac, true)) in mwifiex_cfg80211_del_station()