Home
last modified time | relevance | path

Searched refs:get_da (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/drivers/staging/r8188eu/hal/
Drtl8188e_rxdesc.c149 (!memcmp(get_da(wlanhdr), in update_recvframe_phyinfo_88e()
/Linux-v5.15/drivers/staging/rtl8723bs/include/
Dwifi.h242 static inline unsigned char *get_da(unsigned char *pframe) in get_da() function
/Linux-v5.15/drivers/staging/r8188eu/include/
Dwifi.h379 static inline unsigned char *get_da(unsigned char *pframe) in get_da() function
/Linux-v5.15/drivers/staging/rtl8723bs/core/
Drtw_recv.c1241 pda = get_da(ptr); in validate_recv_data_frame()
Drtw_mlme_ext.c876 if (memcmp(myid(&(padapter->eeprompriv)), get_da(pframe), ETH_ALEN)) in OnAuthClient()
1397 if (memcmp(myid(&(padapter->eeprompriv)), get_da(pframe), ETH_ALEN)) in OnAssocRsp()
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_recv.c1053 pda = get_da(ptr); in validate_recv_data_frame()
Drtw_mlme_ext.c910 if (memcmp(myid(&padapter->eeprompriv), get_da(pframe), ETH_ALEN)) in OnAuthClient()
1449 if (memcmp(myid(&padapter->eeprompriv), get_da(pframe), ETH_ALEN)) in OnAssocRsp()