Lines Matching refs:peermac
348 tp->peermac, tp->tx_pause, in mwifiex_process_uap_tx_pause()
351 if (ether_addr_equal(tp->peermac, priv->netdev->dev_addr)) { in mwifiex_process_uap_tx_pause()
356 } else if (is_multicast_ether_addr(tp->peermac)) { in mwifiex_process_uap_tx_pause()
357 mwifiex_update_ralist_tx_pause(priv, tp->peermac, tp->tx_pause); in mwifiex_process_uap_tx_pause()
360 sta_ptr = mwifiex_get_sta_entry(priv, tp->peermac); in mwifiex_process_uap_tx_pause()
364 mwifiex_update_ralist_tx_pause(priv, tp->peermac, in mwifiex_process_uap_tx_pause()
382 tp->peermac, tp->tx_pause, in mwifiex_process_sta_tx_pause()
385 if (ether_addr_equal(tp->peermac, priv->cfg_bssid)) { in mwifiex_process_sta_tx_pause()
394 status = mwifiex_get_tdls_link_status(priv, tp->peermac); in mwifiex_process_sta_tx_pause()
397 sta_ptr = mwifiex_get_sta_entry(priv, tp->peermac); in mwifiex_process_sta_tx_pause()
402 tp->peermac, in mwifiex_process_sta_tx_pause()