Searched refs:peermac (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/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() 385 tp->peermac, tp->tx_pause, in mwifiex_process_sta_tx_pause() 388 if (ether_addr_equal(tp->peermac, priv->cfg_bssid)) { in mwifiex_process_sta_tx_pause() 397 status = mwifiex_get_tdls_link_status(priv, tp->peermac); in mwifiex_process_sta_tx_pause() 400 sta_ptr = mwifiex_get_sta_entry(priv, tp->peermac); in mwifiex_process_sta_tx_pause() [all …]
|
D | fw.h | 1298 u8 peermac[ETH_ALEN]; member
|
/Linux-v5.15/drivers/staging/r8188eu/include/ |
D | rtw_mlme.h | 117 u8 peermac[ ETH_ALEN ]; member
|
/Linux-v5.15/drivers/staging/rtl8723bs/include/ |
D | rtw_mlme.h | 143 u8 peermac[ETH_ALEN]; member
|
/Linux-v5.15/drivers/staging/r8188eu/core/ |
D | rtw_mlme_ext.c | 3208 profileinfo->peermac[0], profileinfo->peermac[1], profileinfo->peermac[2], in is_matched_in_profilelist() 3209 profileinfo->peermac[3], profileinfo->peermac[4], profileinfo->peermac[5]); in is_matched_in_profilelist() 3210 if (!memcmp(peermacaddr, profileinfo->peermac, ETH_ALEN)) { in is_matched_in_profilelist()
|
/Linux-v5.15/drivers/staging/r8188eu/os_dep/ |
D | ioctl_linux.c | 2749 … pwdinfo->profileinfo[pwdinfo->profileindex].peermac[jj] = key_2char2num(extra[kk], extra[kk + 1]); in rtw_p2p_profilefound()
|