Searched defs:myhwaddr (Results 1 - 6 of 6) sorted by relevance

/drivers/staging/rtl8712/
H A Drtl871x_recv.c323 u8 *myhwaddr = myid(&adapter->eeprompriv); local
330 if (!memcmp(myhwaddr, pattrib->src, ETH_ALEN))
332 if ((memcmp(myhwaddr, pattrib->dst, ETH_ALEN)) && (!bmcast))
388 u8 *myhwaddr = myid(&adapter->eeprompriv); local
405 if (!memcmp(myhwaddr, pattrib->src, ETH_ALEN))
409 if ((memcmp(myhwaddr, pattrib->dst, ETH_ALEN)) && (!bmcast))
H A Drtl871x_mlme.c1626 u8 *myhwaddr = myid(peepriv); local
1628 memcpy(pdev_network->MacAddress, myhwaddr, ETH_ALEN);
/drivers/staging/rtl8188eu/core/
H A Drtw_recv.c722 u8 *myhwaddr = myid(&adapter->eeprompriv); local
730 if (!memcmp(myhwaddr, pattrib->src, ETH_ALEN)) {
736 if ((memcmp(myhwaddr, pattrib->dst, ETH_ALEN)) && (!bmcast)) {
811 u8 *myhwaddr = myid(&adapter->eeprompriv); local
819 if (!memcmp(myhwaddr, pattrib->src, ETH_ALEN)) {
826 if ((memcmp(myhwaddr, pattrib->dst, ETH_ALEN)) && (!bmcast)) {
892 if (!memcmp(myhwaddr, pattrib->dst, ETH_ALEN) && (!bmcast)) {
953 u8 *myhwaddr = myid(&adapter->eeprompriv); local
954 if (memcmp(pattrib->ra, myhwaddr, ETH_ALEN)) {
H A Drtw_mlme.c1833 u8 *myhwaddr = myid(peepriv); local
1835 memcpy(pdev_network->MacAddress, myhwaddr, ETH_ALEN);
/drivers/staging/rtl8723au/core/
H A Drtw_recv.c796 u8 *myhwaddr = myid(&adapter->eeprompriv); local
806 if (ether_addr_equal(myhwaddr, pattrib->src)) {
813 if (!ether_addr_equal(myhwaddr, pattrib->dst) && !bmcast) {
898 u8 *myhwaddr = myid(&adapter->eeprompriv); local
908 if (ether_addr_equal(myhwaddr, pattrib->src)) {
916 if (!ether_addr_equal(myhwaddr, pattrib->dst) && !bmcast) {
992 if (ether_addr_equal(myhwaddr, pattrib->dst) && !bmcast) {
1068 u8 *myhwaddr = myid(&adapter->eeprompriv); local
1069 if (!ether_addr_equal(pattrib->ra, myhwaddr)) {
H A Drtw_mlme.c2057 u8 *myhwaddr = myid(peepriv); local
2059 ether_addr_copy(pdev_network->MacAddress, myhwaddr);

Completed in 59 milliseconds