Searched refs:StaAddr (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/staging/rtl8188eu/hal/ |
D | rtl8188e_cmd.c | 316 u8 *StaAddr, in ConstructNullFunctionData() argument 343 ether_addr_copy(pwlanhdr->addr3, StaAddr); in ConstructNullFunctionData() 347 ether_addr_copy(pwlanhdr->addr1, StaAddr); in ConstructNullFunctionData() 353 ether_addr_copy(pwlanhdr->addr1, StaAddr); in ConstructNullFunctionData() 380 static void ConstructProbeRsp(struct adapter *adapt, u8 *pframe, u32 *pLength, u8 *StaAddr, bool bH… in ConstructProbeRsp() argument 397 ether_addr_copy(pwlanhdr->addr1, StaAddr); in ConstructProbeRsp()
|
/Linux-v5.10/drivers/staging/rtl8723bs/hal/ |
D | rtl8723b_cmd.c | 252 u8 *StaAddr, in ConstructNullFunctionData() argument 282 memcpy(pwlanhdr->addr3, StaAddr, ETH_ALEN); in ConstructNullFunctionData() 286 memcpy(pwlanhdr->addr1, StaAddr, ETH_ALEN); in ConstructNullFunctionData() 292 memcpy(pwlanhdr->addr1, StaAddr, ETH_ALEN); in ConstructNullFunctionData() 714 static void ConstructProbeRsp(struct adapter *padapter, u8 *pframe, u32 *pLength, u8 *StaAddr, bool… in ConstructProbeRsp() argument 736 memcpy(pwlanhdr->addr1, StaAddr, ETH_ALEN); in ConstructProbeRsp() 741 DBG_871X("%s FW IP Addr" IP_FMT "\n", __func__, IP_ARG(StaAddr)); in ConstructProbeRsp() 2072 u8 *StaAddr, in ConstructBtNullFunctionData() argument 2090 if (!StaAddr) { in ConstructBtNullFunctionData() 2092 StaAddr = bssid; in ConstructBtNullFunctionData() [all …]
|
/Linux-v5.10/drivers/staging/rtl8723bs/core/ |
D | rtw_wlan_util.c | 2128 void rtw_get_sec_iv(struct adapter *padapter, u8 *pcur_dot11txpn, u8 *StaAddr) in rtw_get_sec_iv() argument 2134 if (NULL == StaAddr) in rtw_get_sec_iv() 2136 psta = rtw_get_stainfo(&padapter->stapriv, StaAddr); in rtw_get_sec_iv() 2138 __func__, StaAddr[0], StaAddr[1], StaAddr[2], in rtw_get_sec_iv() 2139 StaAddr[3], StaAddr[4], StaAddr[5]); in rtw_get_sec_iv()
|
/Linux-v5.10/drivers/staging/rtl8723bs/include/ |
D | hal_com_h2c.h | 283 void rtw_get_sec_iv(struct adapter *padapter, u8*pcur_dot11txpn, u8 *StaAddr);
|