Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_event.c341 tp->peermac, tp->tx_pause, in mwifiex_process_uap_tx_pause()
344 if (ether_addr_equal(tp->peermac, priv->netdev->dev_addr)) { in mwifiex_process_uap_tx_pause()
349 } else if (is_multicast_ether_addr(tp->peermac)) { in mwifiex_process_uap_tx_pause()
350 mwifiex_update_ralist_tx_pause(priv, tp->peermac, tp->tx_pause); in mwifiex_process_uap_tx_pause()
353 sta_ptr = mwifiex_get_sta_entry(priv, tp->peermac); in mwifiex_process_uap_tx_pause()
357 mwifiex_update_ralist_tx_pause(priv, tp->peermac, in mwifiex_process_uap_tx_pause()
375 tp->peermac, tp->tx_pause, in mwifiex_process_sta_tx_pause()
378 if (ether_addr_equal(tp->peermac, priv->cfg_bssid)) { in mwifiex_process_sta_tx_pause()
387 status = mwifiex_get_tdls_link_status(priv, tp->peermac); in mwifiex_process_sta_tx_pause()
390 sta_ptr = mwifiex_get_sta_entry(priv, tp->peermac); in mwifiex_process_sta_tx_pause()
[all …]
H A Dfw.h1288 u8 peermac[ETH_ALEN]; member
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_mlme.h147 u8 peermac[ETH_ALEN]; member