Lines Matching refs:hw_ether
14637 char hw_ether[62]; in dhd_legacy_preinit_ioctls() local
14831 memset(hw_ether, 0, sizeof(hw_ether)); in dhd_legacy_preinit_ioctls()
14832 ret = wifi_platform_get_mac_addr(dhd->info->adapter, hw_ether, 0); in dhd_legacy_preinit_ioctls()
14834 if (!memcmp(ðer_null, &dhd->conf->hw_ether, ETHER_ADDR_LEN)) { in dhd_legacy_preinit_ioctls()
14841 memcpy(hw_ether, &dhd->conf->hw_ether, sizeof(dhd->conf->hw_ether)); in dhd_legacy_preinit_ioctls()
14843 bcopy(hw_ether, ea_addr.octet, sizeof(struct ether_addr)); in dhd_legacy_preinit_ioctls()
14848 bcm_mkiovar("hw_ether", hw_ether, sizeof(hw_ether), buf, sizeof(buf)); in dhd_legacy_preinit_ioctls()
14852 __FUNCTION__, MAC2STRDBG(hw_ether), ret)); in dhd_legacy_preinit_ioctls()
14853 prhex("MACPAD", &hw_ether[ETHER_ADDR_LEN], sizeof(hw_ether)-ETHER_ADDR_LEN); in dhd_legacy_preinit_ioctls()
16809 char hw_ether[62]; in dhd_attach_net() local
16818 ret = wifi_platform_get_mac_addr(dhdp->adapter, hw_ether, 0); in dhd_attach_net()
16820 bcopy(hw_ether, dhdp->mac.octet, ETHER_ADDR_LEN); in dhd_attach_net()