Home
last modified time | relevance | path

Searched refs:hw_ether (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_config.h284 char hw_ether[62]; member
H A Ddhd_config.c3269 memcpy(&conf->hw_ether, &ea_addr, ETHER_ADDR_LEN); in dhd_conf_read_others()
3277 memcpy(&conf->hw_ether[ETHER_ADDR_LEN], macpad, sizeof(macpad)); in dhd_conf_read_others()
3281 printf("0x%02x, ", conf->hw_ether[ETHER_ADDR_LEN+i]); in dhd_conf_read_others()
3710 memset(&conf->hw_ether, 0, sizeof(conf->hw_ether)); in dhd_conf_preinit()
H A Ddhd_linux.c9448 char hw_ether[62]; in dhd_attach() local
9494 wifi_platform_get_mac_addr(dhd->adapter, hw_ether); in dhd_attach()
9495 bcopy(hw_ether, dhd->pub.mac.octet, sizeof(struct ether_addr)); in dhd_attach()
10972 char hw_ether[62]; in dhd_preinit_ioctls() local
11067 memset(hw_ether, 0, sizeof(hw_ether)); in dhd_preinit_ioctls()
11068 ret = wifi_platform_get_mac_addr(dhd->info->adapter, hw_ether); in dhd_preinit_ioctls()
11070 if (!memcmp(&ether_null, &dhd->conf->hw_ether, ETHER_ADDR_LEN)) { in dhd_preinit_ioctls()
11077 memcpy(hw_ether, &dhd->conf->hw_ether, sizeof(dhd->conf->hw_ether)); in dhd_preinit_ioctls()
11079 bcopy(hw_ether, ea_addr.octet, sizeof(struct ether_addr)); in dhd_preinit_ioctls()
11084 bcm_mkiovar("hw_ether", hw_ether, sizeof(hw_ether), buf, sizeof(buf)); in dhd_preinit_ioctls()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_config.h350 char hw_ether[62]; member
H A Ddhd_config.c4315 memcpy(&conf->hw_ether, &ea_addr, ETHER_ADDR_LEN); in dhd_conf_read_others()
4323 memcpy(&conf->hw_ether[ETHER_ADDR_LEN], macpad, sizeof(macpad)); in dhd_conf_read_others()
4327 printk(KERN_CONT "0x%02x, ", conf->hw_ether[ETHER_ADDR_LEN+i]); in dhd_conf_read_others()
4988 memset(&conf->hw_ether, 0, sizeof(conf->hw_ether)); in dhd_conf_preinit()
H A Ddhd_linux.c14752 char hw_ether[62]; in dhd_legacy_preinit_ioctls() local
14948 memset(hw_ether, 0, sizeof(hw_ether)); in dhd_legacy_preinit_ioctls()
14949 ret = wifi_platform_get_mac_addr(dhd->info->adapter, hw_ether, 0); in dhd_legacy_preinit_ioctls()
14951 if (!memcmp(&ether_null, &dhd->conf->hw_ether, ETHER_ADDR_LEN)) { in dhd_legacy_preinit_ioctls()
14958 memcpy(hw_ether, &dhd->conf->hw_ether, sizeof(dhd->conf->hw_ether)); in dhd_legacy_preinit_ioctls()
14960 bcopy(hw_ether, ea_addr.octet, sizeof(struct ether_addr)); in dhd_legacy_preinit_ioctls()
14965 bcm_mkiovar("hw_ether", hw_ether, sizeof(hw_ether), buf, sizeof(buf)); in dhd_legacy_preinit_ioctls()
14969 __FUNCTION__, MAC2STRDBG(hw_ether), ret)); in dhd_legacy_preinit_ioctls()
14970 prhex("MACPAD", &hw_ether[ETHER_ADDR_LEN], sizeof(hw_ether)-ETHER_ADDR_LEN); in dhd_legacy_preinit_ioctls()
16919 char hw_ether[62]; in dhd_attach_net() local
[all …]
H A Dwl_android.c13254 char hw_ether[62]; in wl_cfg80211_register_static_if() local
13271 if (!wifi_platform_get_mac_addr(dhd->info->adapter, hw_ether, static_ifidx+1)) { in wl_cfg80211_register_static_if()
13272 (void)memcpy_s(mac_addr, ETH_ALEN, hw_ether, ETH_ALEN); in wl_cfg80211_register_static_if()
13352 char hw_ether[62]; in wl_cfg80211_static_if_open() local
13365 if (!wifi_platform_get_mac_addr(dhd->info->adapter, hw_ether, static_ifidx+1)) in wl_cfg80211_static_if_open()
13366 dev_addr_set(net, hw_ether); in wl_cfg80211_static_if_open()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_config.h353 char hw_ether[62]; member
H A Ddhd_config.c4454 memcpy(&conf->hw_ether, &ea_addr, ETHER_ADDR_LEN); in dhd_conf_read_others()
4462 memcpy(&conf->hw_ether[ETHER_ADDR_LEN], macpad, sizeof(macpad)); in dhd_conf_read_others()
4466 printk(KERN_CONT "0x%02x, ", conf->hw_ether[ETHER_ADDR_LEN+i]); in dhd_conf_read_others()
5176 memset(&conf->hw_ether, 0, sizeof(conf->hw_ether)); in dhd_conf_preinit()
H A Ddhd_linux.c14637 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(&ether_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
[all …]
H A Dwl_android.c13410 char hw_ether[62]; in wl_cfg80211_register_static_if() local
13427 if (!wifi_platform_get_mac_addr(dhd->info->adapter, hw_ether, static_ifidx+1)) { in wl_cfg80211_register_static_if()
13428 (void)memcpy_s(mac_addr, ETH_ALEN, hw_ether, ETH_ALEN); in wl_cfg80211_register_static_if()
13508 char hw_ether[62]; in wl_cfg80211_static_if_open() local
13521 if (!wifi_platform_get_mac_addr(dhd->info->adapter, hw_ether, static_ifidx+1)) in wl_cfg80211_static_if_open()
13522 dev_addr_set(net, hw_ether); in wl_cfg80211_static_if_open()