Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_event.c698 u8 ibss_sta_addr[ETH_ALEN]; in mwifiex_process_sta_event() local
926 ether_addr_copy(ibss_sta_addr, adapter->event_body + 2); in mwifiex_process_sta_event()
928 ibss_sta_addr); in mwifiex_process_sta_event()
929 sta_ptr = mwifiex_add_sta_entry(priv, ibss_sta_addr); in mwifiex_process_sta_event()
946 ether_addr_copy(ibss_sta_addr, adapter->event_body + 2); in mwifiex_process_sta_event()
948 ibss_sta_addr); in mwifiex_process_sta_event()
949 sta_ptr = mwifiex_get_sta_entry(priv, ibss_sta_addr); in mwifiex_process_sta_event()
952 ibss_sta_addr); in mwifiex_process_sta_event()
953 mwifiex_del_tx_ba_stream_tbl_by_ra(priv, ibss_sta_addr); in mwifiex_process_sta_event()
955 mwifiex_wmm_del_peer_ra_list(priv, ibss_sta_addr); in mwifiex_process_sta_event()
[all …]