Searched refs:peermac (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/drivers/net/wireless/marvell/mwifiex/ |
| D | sta_event.c | 353 tp->peermac, tp->tx_pause, in mwifiex_process_uap_tx_pause() 356 if (ether_addr_equal(tp->peermac, priv->netdev->dev_addr)) { in mwifiex_process_uap_tx_pause() 361 } else if (is_multicast_ether_addr(tp->peermac)) { in mwifiex_process_uap_tx_pause() 362 mwifiex_update_ralist_tx_pause(priv, tp->peermac, tp->tx_pause); in mwifiex_process_uap_tx_pause() 365 sta_ptr = mwifiex_get_sta_entry(priv, tp->peermac); in mwifiex_process_uap_tx_pause() 368 mwifiex_update_ralist_tx_pause(priv, tp->peermac, in mwifiex_process_uap_tx_pause() 386 tp->peermac, tp->tx_pause, in mwifiex_process_sta_tx_pause() 389 if (ether_addr_equal(tp->peermac, priv->cfg_bssid)) { in mwifiex_process_sta_tx_pause() 398 status = mwifiex_get_tdls_link_status(priv, tp->peermac); in mwifiex_process_sta_tx_pause() 401 sta_ptr = mwifiex_get_sta_entry(priv, tp->peermac); in mwifiex_process_sta_tx_pause() [all …]
|
| D | fw.h | 1290 u8 peermac[ETH_ALEN]; member
|
| /Linux-v4.19/drivers/staging/rtl8723bs/include/ |
| D | rtw_mlme.h | 158 u8 peermac[ ETH_ALEN ]; member
|