/linux-4.1.27/drivers/staging/rtl8712/ |
D | usb_intf.c | 415 u8 *pdata = padapter->eeprompriv.efuse_eeprom_data; in r871xu_drv_init() 471 padapter->eeprompriv.CustomerID = in r871xu_drv_init() 475 padapter->eeprompriv.CustomerID = in r871xu_drv_init() 479 padapter->eeprompriv.CustomerID = in r871xu_drv_init() 483 padapter->eeprompriv.CustomerID = in r871xu_drv_init() 487 padapter->eeprompriv.CustomerID = in r871xu_drv_init() 491 padapter->eeprompriv.CustomerID = in r871xu_drv_init() 495 padapter->eeprompriv.CustomerID = in r871xu_drv_init() 499 padapter->eeprompriv.CustomerID = in r871xu_drv_init() 505 padapter->eeprompriv.CustomerID = in r871xu_drv_init() [all …]
|
D | drv_types.h | 155 struct eeprom_priv eeprompriv; member
|
D | rtl871x_ioctl_rtl.c | 201 struct eeprom_priv *peeprompriv = &padapter->eeprompriv; in oid_rt_get_channelplan_hdl() 215 struct eeprom_priv *peeprompriv = &padapter->eeprompriv; in oid_rt_set_channelplan_hdl()
|
D | os_intfs.c | 399 padapter->eeprompriv.mac_addr, ETH_ALEN); in netdev_open() 415 memcpy(padapter->eeprompriv.mac_addr, in netdev_open()
|
D | rtl871x_recv.c | 323 u8 *myhwaddr = myid(&adapter->eeprompriv); in sta2sta_data_frame() 388 u8 *myhwaddr = myid(&adapter->eeprompriv); in ap2sta_data_frame()
|
D | hal_init.c | 354 padapter->eeprompriv.mac_addr[i] = r8712_read8(padapter, in rtl8712_hal_init()
|
D | rtl8712_led.c | 287 struct eeprom_priv *peeprompriv = &(padapter->eeprompriv); in SwLedBlink1() 891 if (padapter->eeprompriv.CustomerID == RT_CID_819x_CAMEO) in SwLedControlMode1() 1653 if (padapter->eeprompriv.CustomerID == RT_CID_819x_CAMEO) in SwLedControlMode5()
|
D | rtl871x_cmd.c | 175 if (pcmdpriv->padapter->eeprompriv.bautoload_fail_flag == true) in r8712_enqueue_cmd() 189 if (pcmdpriv->padapter->eeprompriv.bautoload_fail_flag == true) in r8712_enqueue_cmd_ex()
|
D | rtl871x_mlme.c | 1618 struct eeprom_priv *peepriv = &adapter->eeprompriv; in r8712_init_registrypriv_dev_network()
|
/linux-4.1.27/drivers/staging/rtl8188eu/hal/ |
D | rtl8188e_cmd.c | 262 memcpy(pwlanhdr->addr2, myid(&(adapt->eeprompriv)), ETH_ALEN); in ConstructBeacon() 354 memcpy(pwlanhdr->addr2, myid(&(adapt->eeprompriv)), ETH_ALEN); in ConstructPSPoll() 387 memcpy(pwlanhdr->addr2, myid(&(adapt->eeprompriv)), ETH_ALEN); in ConstructNullFunctionData() 394 memcpy(pwlanhdr->addr3, myid(&(adapt->eeprompriv)), ETH_ALEN); in ConstructNullFunctionData() 399 memcpy(pwlanhdr->addr2, myid(&(adapt->eeprompriv)), ETH_ALEN); in ConstructNullFunctionData() 437 mac = myid(&(adapt->eeprompriv)); in ConstructProbeRsp()
|
D | rtl8188e_rxdesc.c | 169 myid(&padapter->eeprompriv), ETH_ALEN)); in update_recvframe_phyinfo_88e()
|
D | hal_com.c | 320 adapter->eeprompriv.mac_addr); in hal_init_macaddr()
|
D | odm.c | 1161 memcmp(psta->hwaddr, myid(&Adapter->eeprompriv), ETH_ALEN)) { in odm_RSSIMonitorCheckCE()
|
/linux-4.1.27/drivers/staging/rtl8723au/hal/ |
D | rtl8723a_cmd.c | 203 ether_addr_copy(mgmt->sa, myid(&padapter->eeprompriv)); in ConstructBeacon() 298 memcpy(pwlanhdr->addr2, myid(&padapter->eeprompriv), ETH_ALEN); in ConstructPSPoll() 329 memcpy(pwlanhdr->addr2, myid(&padapter->eeprompriv), in ConstructNullFunctionData() 339 memcpy(pwlanhdr->addr3, myid(&padapter->eeprompriv), in ConstructNullFunctionData() 345 memcpy(pwlanhdr->addr2, myid(&padapter->eeprompriv), ETH_ALEN); in ConstructNullFunctionData() 389 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 | 503 memcpy(&pAssoStrc->Data[0], padapter->eeprompriv.mac_addr, 6); in bthci_AssocMACAddr() 1459 padapter->eeprompriv.mac_addr[0], in bthci_StartBeaconAndConnect() 1460 padapter->eeprompriv.mac_addr[1], in bthci_StartBeaconAndConnect() 1461 padapter->eeprompriv.mac_addr[2], in bthci_StartBeaconAndConnect() 1462 padapter->eeprompriv.mac_addr[3], in bthci_StartBeaconAndConnect() 1463 padapter->eeprompriv.mac_addr[4], in bthci_StartBeaconAndConnect() 1464 padapter->eeprompriv.mac_addr[5]); in bthci_StartBeaconAndConnect()
|
/linux-4.1.27/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.1.27/drivers/staging/rtl8188eu/include/ |
D | hal_intf.h | 247 #define GET_EEPROM_EFUSE_PRIV(adapter) (&adapter->eeprompriv) 249 #define is_boot_from_eeprom(adapter) (adapter->eeprompriv.EepromOrEfuse)
|
D | drv_types.h | 191 struct eeprom_priv eeprompriv; member
|
/linux-4.1.27/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 | 245 ether_addr_copy(padapter->eeprompriv.mac_addr, addr->sa_data); in rtw_net_set_mac_address() 589 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.1.27/drivers/staging/rtl8188eu/os_dep/ |
D | usb_intf.c | 430 rtw_macaddr_cfg(padapter->eeprompriv.mac_addr); in rtw_usb_if1_init() 431 memcpy(pnetdev->dev_addr, padapter->eeprompriv.mac_addr, ETH_ALEN); in rtw_usb_if1_init()
|
D | recv_linux.c | 137 if (memcmp(pattrib->dst, myid(&padapter->eeprompriv), in rtw_recv_indicatepkt()
|
D | os_intfs.c | 593 memcpy(padapter->eeprompriv.mac_addr, addr->sa_data, ETH_ALEN); in rtw_net_set_mac_address()
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 422 if (memcmp(GetAddr1Ptr(pframe), myid(&padapter->eeprompriv), ETH_ALEN) && in _mgt_dispatcher() 450 if (memcmp(GetAddr1Ptr(pframe), myid(&padapter->eeprompriv), ETH_ALEN) && in mgt_dispatcher() 835 if (memcmp(myid(&(padapter->eeprompriv)), get_da(pframe), ETH_ALEN)) in OnAuthClient() 1359 if (memcmp(myid(&(padapter->eeprompriv)), get_da(pframe), ETH_ALEN)) in OnAssocRsp() 1606 if (memcmp(myid(&(padapter->eeprompriv)), GetAddr1Ptr(pframe), in OnAction_back() 1757 if (memcmp(myid(&(padapter->eeprompriv)), GetAddr1Ptr(pframe), ETH_ALEN)) in on_action_public() 2012 memcpy(pwlanhdr->addr2, myid(&(padapter->eeprompriv)), ETH_ALEN); in issue_beacon() 2148 mac = myid(&(padapter->eeprompriv)); in issue_probersp() 2295 mac = myid(&(padapter->eeprompriv)); in _issue_probereq() 2447 memcpy(pwlanhdr->addr2, myid(&(padapter->eeprompriv)), ETH_ALEN); in issue_auth() [all …]
|
D | rtw_recv.c | 724 u8 *myhwaddr = myid(&adapter->eeprompriv); in sta2sta_data_frame() 813 u8 *myhwaddr = myid(&adapter->eeprompriv); in ap2sta_data_frame() 955 u8 *myhwaddr = myid(&adapter->eeprompriv); in sta2ap_data_frame() 984 if (memcmp(GetAddr1Ptr(pframe), myid(&padapter->eeprompriv), ETH_ALEN)) in validate_recv_ctrl_frame() 1123 if (!memcmp(padapter->eeprompriv.mac_addr, in validate_recv_mgnt_frame()
|
D | rtw_ap.c | 889 ether_addr_copy(pbss_network->MacAddress, myid(&(padapter->eeprompriv))); in rtw_check_beacon_data()
|
D | rtw_mlme.c | 1834 struct eeprom_priv *peepriv = &adapter->eeprompriv; in rtw_init_registrypriv_dev_network()
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_mlme_ext.c | 623 if (!ether_addr_equal(hdr->addr1, myid(&padapter->eeprompriv))&& in _mgt_dispatcher23a() 649 if (!ether_addr_equal(mgmt->da, myid(&padapter->eeprompriv)) && in mgt_dispatcher23a() 1112 if (!ether_addr_equal(myid(&padapter->eeprompriv), mgmt->da)) in OnAuth23aClient23a() 1787 if (!ether_addr_equal(myid(&padapter->eeprompriv), pmgmt->da)) in OnAssocRsp23a() 2029 if (!ether_addr_equal(myid(&padapter->eeprompriv), mgmt->da)) in OnAction23a_back23a() 2116 if (!ether_addr_equal(myid(&padapter->eeprompriv), hdr->addr1)) in on_action_public23a() 2400 ether_addr_copy(mgmt->sa, myid(&padapter->eeprompriv)); in issue_beacon23a() 2547 mac = myid(&padapter->eeprompriv); in issue_probersp() 2703 mac = myid(&padapter->eeprompriv); in _issue_probereq() 2863 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 | 823 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()
|