/linux-4.4.14/drivers/staging/rtl8712/ |
D | usb_intf.c | 414 u8 *pdata = padapter->eeprompriv.efuse_eeprom_data; in r871xu_drv_init() 470 padapter->eeprompriv.CustomerID = in r871xu_drv_init() 474 padapter->eeprompriv.CustomerID = in r871xu_drv_init() 478 padapter->eeprompriv.CustomerID = in r871xu_drv_init() 482 padapter->eeprompriv.CustomerID = in r871xu_drv_init() 486 padapter->eeprompriv.CustomerID = in r871xu_drv_init() 490 padapter->eeprompriv.CustomerID = in r871xu_drv_init() 494 padapter->eeprompriv.CustomerID = in r871xu_drv_init() 498 padapter->eeprompriv.CustomerID = in r871xu_drv_init() 504 padapter->eeprompriv.CustomerID = in r871xu_drv_init() [all …]
|
D | drv_types.h | 156 struct eeprom_priv eeprompriv; member
|
D | os_intfs.c | 396 padapter->eeprompriv.mac_addr, ETH_ALEN); in netdev_open() 412 memcpy(padapter->eeprompriv.mac_addr, in netdev_open()
|
D | rtl871x_ioctl_rtl.c | 207 struct eeprom_priv *peeprompriv = &padapter->eeprompriv; in oid_rt_get_channelplan_hdl() 221 struct eeprom_priv *peeprompriv = &padapter->eeprompriv; in oid_rt_set_channelplan_hdl()
|
D | rtl871x_recv.c | 325 u8 *myhwaddr = myid(&adapter->eeprompriv); in sta2sta_data_frame() 391 u8 *myhwaddr = myid(&adapter->eeprompriv); in ap2sta_data_frame()
|
D | hal_init.c | 355 padapter->eeprompriv.mac_addr[i] = r8712_read8(padapter, in rtl8712_hal_init()
|
D | rtl8712_led.c | 284 struct eeprom_priv *peeprompriv = &(padapter->eeprompriv); in SwLedBlink1() 891 if (padapter->eeprompriv.CustomerID == RT_CID_819x_CAMEO) in SwLedControlMode1() 1654 if (padapter->eeprompriv.CustomerID == RT_CID_819x_CAMEO) in SwLedControlMode5()
|
D | rtl871x_cmd.c | 175 if (pcmdpriv->padapter->eeprompriv.bautoload_fail_flag) in r8712_enqueue_cmd() 189 if (pcmdpriv->padapter->eeprompriv.bautoload_fail_flag) in r8712_enqueue_cmd_ex()
|
D | rtl871x_mlme.c | 1614 struct eeprom_priv *peepriv = &adapter->eeprompriv; in r8712_init_registrypriv_dev_network()
|
/linux-4.4.14/drivers/staging/rtl8188eu/hal/ |
D | rtl8188e_cmd.c | 241 memcpy(pwlanhdr->addr2, myid(&(adapt->eeprompriv)), ETH_ALEN); in ConstructBeacon() 333 memcpy(pwlanhdr->addr2, myid(&(adapt->eeprompriv)), ETH_ALEN); in ConstructPSPoll() 366 memcpy(pwlanhdr->addr2, myid(&(adapt->eeprompriv)), ETH_ALEN); in ConstructNullFunctionData() 373 memcpy(pwlanhdr->addr3, myid(&(adapt->eeprompriv)), ETH_ALEN); in ConstructNullFunctionData() 378 memcpy(pwlanhdr->addr2, myid(&(adapt->eeprompriv)), ETH_ALEN); in ConstructNullFunctionData() 416 mac = myid(&(adapt->eeprompriv)); in ConstructProbeRsp()
|
D | hal_com.c | 299 adapter->eeprompriv.mac_addr); in hal_init_macaddr()
|
D | rtl8188e_rxdesc.c | 169 myid(&padapter->eeprompriv), ETH_ALEN)); in update_recvframe_phyinfo_88e()
|
D | odm.c | 1161 memcmp(psta->hwaddr, myid(&Adapter->eeprompriv), ETH_ALEN)) { in odm_RSSIMonitorCheckCE()
|
/linux-4.4.14/drivers/staging/rtl8723au/hal/ |
D | rtl8723a_cmd.c | 202 ether_addr_copy(mgmt->sa, myid(&padapter->eeprompriv)); in ConstructBeacon() 297 memcpy(pwlanhdr->addr2, myid(&padapter->eeprompriv), ETH_ALEN); in ConstructPSPoll() 328 memcpy(pwlanhdr->addr2, myid(&padapter->eeprompriv), in ConstructNullFunctionData() 338 memcpy(pwlanhdr->addr3, myid(&padapter->eeprompriv), in ConstructNullFunctionData() 344 memcpy(pwlanhdr->addr2, myid(&padapter->eeprompriv), ETH_ALEN); in ConstructNullFunctionData() 388 mac = myid(&padapter->eeprompriv); in ConstructProbeRsp()
|
D | rtl8723au_recv.c | 227 (!memcmp(da, myid(&padapter->eeprompriv), ETH_ALEN)); in update_recvframe_phyinfo()
|
D | usb_halinit.c | 649 hw_var_set_macaddr(Adapter, Adapter->eeprompriv.mac_addr); in rtl8723au_hal_init()
|
D | rtl8723a_bt-coexist.c | 502 memcpy(&pAssoStrc->Data[0], padapter->eeprompriv.mac_addr, 6); in bthci_AssocMACAddr() 1458 padapter->eeprompriv.mac_addr[0], in bthci_StartBeaconAndConnect() 1459 padapter->eeprompriv.mac_addr[1], in bthci_StartBeaconAndConnect() 1460 padapter->eeprompriv.mac_addr[2], in bthci_StartBeaconAndConnect() 1461 padapter->eeprompriv.mac_addr[3], in bthci_StartBeaconAndConnect() 1462 padapter->eeprompriv.mac_addr[4], in bthci_StartBeaconAndConnect() 1463 padapter->eeprompriv.mac_addr[5]); in bthci_StartBeaconAndConnect()
|
/linux-4.4.14/drivers/staging/rtl8723au/include/ |
D | hal_intf.h | 93 #define GET_EEPROM_EFUSE_PRIV(adapter) (&adapter->eeprompriv)
|
D | drv_types.h | 229 struct eeprom_priv eeprompriv; member
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | hal_intf.h | 239 #define GET_EEPROM_EFUSE_PRIV(adapter) (&adapter->eeprompriv) 241 #define is_boot_from_eeprom(adapter) (adapter->eeprompriv.EepromOrEfuse)
|
D | drv_types.h | 191 struct eeprom_priv eeprompriv; member
|
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/ |
D | usb_intf.c | 463 if (is_broadcast_ether_addr(padapter->eeprompriv.mac_addr) || in rtw_usb_if1_init() 464 is_zero_ether_addr(padapter->eeprompriv.mac_addr)) in rtw_usb_if1_init() 465 eth_random_addr(padapter->eeprompriv.mac_addr); in rtw_usb_if1_init()
|
D | recv_linux.c | 108 myid(&padapter->eeprompriv))) { in rtw_recv_indicatepkt23a()
|
D | os_intfs.c | 244 ether_addr_copy(padapter->eeprompriv.mac_addr, addr->sa_data); in rtw_net_set_mac_address() 587 ether_addr_copy(pnetdev->dev_addr, padapter->eeprompriv.mac_addr); in _rtw_drv_register_netdev()
|
D | ioctl_cfg80211.c | 2408 ether_addr_copy(mgmt.da, myid(&padapter->eeprompriv)); in rtw_cfg80211_indicate_sta_disassoc()
|
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/ |
D | usb_intf.c | 418 rtw_macaddr_cfg(padapter->eeprompriv.mac_addr); in rtw_usb_if1_init() 419 memcpy(pnetdev->dev_addr, padapter->eeprompriv.mac_addr, ETH_ALEN); in rtw_usb_if1_init()
|
D | recv_linux.c | 131 if (memcmp(pattrib->dst, myid(&padapter->eeprompriv), in rtw_recv_indicatepkt()
|
D | os_intfs.c | 620 memcpy(padapter->eeprompriv.mac_addr, addr->sa_data, ETH_ALEN); in rtw_net_set_mac_address()
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 361 memcpy(pwlanhdr->addr2, myid(&(padapter->eeprompriv)), ETH_ALEN); in issue_beacon() 497 mac = myid(&(padapter->eeprompriv)); in issue_probersp() 644 mac = myid(&(padapter->eeprompriv)); in _issue_probereq() 799 memcpy(pwlanhdr->addr2, myid(&(padapter->eeprompriv)), ETH_ALEN); in issue_auth() 800 memcpy(pwlanhdr->addr3, myid(&(padapter->eeprompriv)), ETH_ALEN); in issue_auth() 839 memcpy(pwlanhdr->addr2, myid(&padapter->eeprompriv), ETH_ALEN); in issue_auth() 937 memcpy((void *)GetAddr2Ptr(pwlanhdr), myid(&(padapter->eeprompriv)), ETH_ALEN); in issue_asocrsp() 1061 memcpy(pwlanhdr->addr2, myid(&(padapter->eeprompriv)), ETH_ALEN); in issue_assocreq() 1272 memcpy(pwlanhdr->addr2, myid(&(padapter->eeprompriv)), ETH_ALEN); in _issue_nulldata() 1398 memcpy(pwlanhdr->addr2, myid(&(padapter->eeprompriv)), ETH_ALEN); in _issue_qos_nulldata() [all …]
|
D | rtw_recv.c | 704 u8 *myhwaddr = myid(&adapter->eeprompriv); in sta2sta_data_frame() 792 u8 *myhwaddr = myid(&adapter->eeprompriv); in ap2sta_data_frame() 931 u8 *myhwaddr = myid(&adapter->eeprompriv); in sta2ap_data_frame() 959 if (memcmp(GetAddr1Ptr(pframe), myid(&padapter->eeprompriv), ETH_ALEN)) in validate_recv_ctrl_frame() 1098 if (!memcmp(padapter->eeprompriv.mac_addr, in validate_recv_mgnt_frame()
|
D | rtw_ap.c | 912 ether_addr_copy(pbss_network->MacAddress, myid(&(padapter->eeprompriv))); in rtw_check_beacon_data()
|
D | rtw_mlme.c | 1839 struct eeprom_priv *peepriv = &adapter->eeprompriv; in rtw_init_registrypriv_dev_network()
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_mlme_ext.c | 622 if (!ether_addr_equal(hdr->addr1, myid(&padapter->eeprompriv))&& in _mgt_dispatcher23a() 648 if (!ether_addr_equal(mgmt->da, myid(&padapter->eeprompriv)) && in mgt_dispatcher23a() 1111 if (!ether_addr_equal(myid(&padapter->eeprompriv), mgmt->da)) in OnAuth23aClient23a() 1780 if (!ether_addr_equal(myid(&padapter->eeprompriv), pmgmt->da)) in OnAssocRsp23a() 2022 if (!ether_addr_equal(myid(&padapter->eeprompriv), mgmt->da)) in OnAction23a_back23a() 2109 if (!ether_addr_equal(myid(&padapter->eeprompriv), hdr->addr1)) in on_action_public23a() 2393 ether_addr_copy(mgmt->sa, myid(&padapter->eeprompriv)); in issue_beacon23a() 2539 mac = myid(&padapter->eeprompriv); in issue_probersp() 2695 mac = myid(&padapter->eeprompriv); in _issue_probereq() 2855 ether_addr_copy(mgmt->sa, myid(&padapter->eeprompriv)); in issue_auth() [all …]
|
D | rtw_recv.c | 751 u8 *myhwaddr = myid(&adapter->eeprompriv); in sta2sta_data_frame() 853 u8 *myhwaddr = myid(&adapter->eeprompriv); in ap2sta_data_frame() 1019 u8 *myhwaddr = myid(&adapter->eeprompriv); in sta2ap_data_frame() 1053 if (!ether_addr_equal(hdr->addr1, myid(&padapter->eeprompriv))) in validate_recv_ctrl_frame() 1218 if (ether_addr_equal(padapter->eeprompriv.mac_addr, in validate_recv_mgnt_frame()
|
D | rtw_ap.c | 842 memcpy(pbss_network->MacAddress, myid(&padapter->eeprompriv), ETH_ALEN); in rtw_check_beacon_data23a()
|
D | rtw_mlme.c | 2021 struct eeprom_priv *peepriv = &adapter->eeprompriv; in rtw_init_registrypriv_dev_network23a()
|