Home
last modified time | relevance | path

Searched refs:eabuf (Results 1 – 25 of 69) sorted by relevance

123

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_wet.c381 char eabuf[ETHER_ADDR_STR_LEN]; in BCMFASTPATH() local
382 BCM_REFERENCE(eabuf); in BCMFASTPATH()
428 (eh + ETHER_SRC_OFFSET), eabuf))); in BCMFASTPATH()
436 (struct ether_addr*)(eh + ETHER_SRC_OFFSET), eabuf))); in BCMFASTPATH()
476 char eabuf[ETHER_ADDR_STR_LEN]; in BCMFASTPATH() local
477 BCM_REFERENCE(eabuf); in BCMFASTPATH()
495 (struct ether_addr*)(eh + ETHER_SRC_OFFSET), eabuf))); in BCMFASTPATH()
612 char eabuf[ETHER_ADDR_STR_LEN]; in BCMFASTPATH() local
616 BCM_REFERENCE(eabuf); in BCMFASTPATH()
637 (struct ether_addr*)(dhcp + DHCP_CHADDR_OFFSET), eabuf))); in BCMFASTPATH()
[all …]
H A Ddhd_common.c4294 const char *event_name, char *eabuf, void *event_data) in wl_show_roam_event() argument
4301 DHD_EVENT(("MACEVENT: %s, MAC %s\n", event_name, eabuf)); in wl_show_roam_event()
4547 char err_msg[256], eabuf[ETHER_ADDR_STR_LEN]; in wl_show_host_event() local
4559 snprintf(eabuf, sizeof(eabuf), MACDBG, MAC2STRDBG(event->addr.octet)); in wl_show_host_event()
4573 DHD_EVENT(("MACEVENT: %s, MAC %s\n", event_name, eabuf)); in wl_show_host_event()
4577 DHD_EVENT(("MACEVENT: %s, MAC %s\n", event_name, eabuf)); in wl_show_host_event()
4586 DHD_EVENT(("MACEVENT: %s, MAC %s\n", event_name, eabuf)); in wl_show_host_event()
4598 DHD_EVENT(("MACEVENT: %s, MAC %s, SUCCESS\n", event_name, eabuf)); in wl_show_host_event()
4600 DHD_EVENT(("MACEVENT: %s, MAC %s, TIMEOUT\n", event_name, eabuf)); in wl_show_host_event()
4603 event_name, eabuf, (int)status, (int)reason)); in wl_show_host_event()
[all …]
H A Ddhd_custom_cis.c1243 char eabuf[ETHER_ADDR_STR_LEN]; in dhd_check_module_mac() local
1254 bzero((char *)eabuf, sizeof(eabuf)); in dhd_check_module_mac()
1255 strlcpy(eabuf, otp_mac_buf, sizeof(eabuf)); in dhd_check_module_mac()
1256 if (!bcm_ether_atoe(eabuf, mac)) { in dhd_check_module_mac()
H A Ddhd_rtt.c2729 char eabuf[ETHER_ADDR_STR_LEN]; in dhd_rtt_set_ftm_config_param() local
2739 bcm_ether_ntoa(&rtt_target->local_addr, eabuf); in dhd_rtt_set_ftm_config_param()
2740 DHD_RTT((">\t local %s\n", eabuf)); in dhd_rtt_set_ftm_config_param()
2749 bcm_ether_ntoa(&rtt_target->addr, eabuf); in dhd_rtt_set_ftm_config_param()
2750 DHD_RTT((">\t target %s\n", eabuf)); in dhd_rtt_set_ftm_config_param()
3203 char eabuf[ETHER_ADDR_STR_LEN]; in dhd_rtt_convert_results_to_host_v1() local
3250 bcm_ether_ntoa((&(p_data_info->peer)), eabuf); in dhd_rtt_convert_results_to_host_v1()
3252 eabuf, in dhd_rtt_convert_results_to_host_v1()
3416 char eabuf[ETHER_ADDR_STR_LEN]; in dhd_rtt_convert_results_to_host_v2() local
3465 bcm_ether_ntoa((&(p_data_info->peer)), eabuf); in dhd_rtt_convert_results_to_host_v2()
[all …]
H A Dbcmsrom.c2096 char eabuf[32]; local
2146 eabuf[0] = '\0';
2222 if (eabuf[0] == '\0' && cis[i] == LAN_NID &&
2227 eabuf);
2977 eabuf);
3302 eabuf[0] = 0;
4440 if (eabuf[0]) {
4441 varbuf_append(&b, vstr_macaddr, eabuf);
5047 char eabuf[ETHER_ADDR_STR_LEN]; local
5056 bcm_ether_ntoa(&ea, eabuf);
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_wet.c381 char eabuf[ETHER_ADDR_STR_LEN]; in BCMFASTPATH() local
382 BCM_REFERENCE(eabuf); in BCMFASTPATH()
428 (eh + ETHER_SRC_OFFSET), eabuf))); in BCMFASTPATH()
436 (struct ether_addr*)(eh + ETHER_SRC_OFFSET), eabuf))); in BCMFASTPATH()
476 char eabuf[ETHER_ADDR_STR_LEN]; in BCMFASTPATH() local
477 BCM_REFERENCE(eabuf); in BCMFASTPATH()
495 (struct ether_addr*)(eh + ETHER_SRC_OFFSET), eabuf))); in BCMFASTPATH()
612 char eabuf[ETHER_ADDR_STR_LEN]; in BCMFASTPATH() local
616 BCM_REFERENCE(eabuf); in BCMFASTPATH()
637 (struct ether_addr*)(dhcp + DHCP_CHADDR_OFFSET), eabuf))); in BCMFASTPATH()
[all …]
H A Ddhd_common.c4294 const char *event_name, char *eabuf, void *event_data) in wl_show_roam_event() argument
4301 DHD_EVENT(("MACEVENT: %s, MAC %s\n", event_name, eabuf)); in wl_show_roam_event()
4547 char err_msg[256], eabuf[ETHER_ADDR_STR_LEN]; in wl_show_host_event() local
4559 snprintf(eabuf, sizeof(eabuf), MACDBG, MAC2STRDBG(event->addr.octet)); in wl_show_host_event()
4573 DHD_EVENT(("MACEVENT: %s, MAC %s\n", event_name, eabuf)); in wl_show_host_event()
4577 DHD_EVENT(("MACEVENT: %s, MAC %s\n", event_name, eabuf)); in wl_show_host_event()
4586 DHD_EVENT(("MACEVENT: %s, MAC %s\n", event_name, eabuf)); in wl_show_host_event()
4598 DHD_EVENT(("MACEVENT: %s, MAC %s, SUCCESS\n", event_name, eabuf)); in wl_show_host_event()
4600 DHD_EVENT(("MACEVENT: %s, MAC %s, TIMEOUT\n", event_name, eabuf)); in wl_show_host_event()
4603 event_name, eabuf, (int)status, (int)reason)); in wl_show_host_event()
[all …]
H A Ddhd_custom_cis.c1243 char eabuf[ETHER_ADDR_STR_LEN]; in dhd_check_module_mac() local
1254 bzero((char *)eabuf, sizeof(eabuf)); in dhd_check_module_mac()
1255 strlcpy(eabuf, otp_mac_buf, sizeof(eabuf)); in dhd_check_module_mac()
1256 if (!bcm_ether_atoe(eabuf, mac)) { in dhd_check_module_mac()
H A Ddhd_rtt.c2729 char eabuf[ETHER_ADDR_STR_LEN]; in dhd_rtt_set_ftm_config_param() local
2739 bcm_ether_ntoa(&rtt_target->local_addr, eabuf); in dhd_rtt_set_ftm_config_param()
2740 DHD_RTT((">\t local %s\n", eabuf)); in dhd_rtt_set_ftm_config_param()
2749 bcm_ether_ntoa(&rtt_target->addr, eabuf); in dhd_rtt_set_ftm_config_param()
2750 DHD_RTT((">\t target %s\n", eabuf)); in dhd_rtt_set_ftm_config_param()
3203 char eabuf[ETHER_ADDR_STR_LEN]; in dhd_rtt_convert_results_to_host_v1() local
3250 bcm_ether_ntoa((&(p_data_info->peer)), eabuf); in dhd_rtt_convert_results_to_host_v1()
3252 eabuf, in dhd_rtt_convert_results_to_host_v1()
3416 char eabuf[ETHER_ADDR_STR_LEN]; in dhd_rtt_convert_results_to_host_v2() local
3465 bcm_ether_ntoa((&(p_data_info->peer)), eabuf); in dhd_rtt_convert_results_to_host_v2()
[all …]
H A Dbcmsrom.c2096 char eabuf[32]; local
2146 eabuf[0] = '\0';
2222 if (eabuf[0] == '\0' && cis[i] == LAN_NID &&
2227 eabuf);
2977 eabuf);
3302 eabuf[0] = 0;
4440 if (eabuf[0]) {
4441 varbuf_append(&b, vstr_macaddr, eabuf);
5047 char eabuf[ETHER_ADDR_STR_LEN]; local
5056 bcm_ether_ntoa(&ea, eabuf);
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_common.c671 char eabuf[ETHER_ADDR_STR_LEN]; in dhd_dump() local
690 dhdp->iswl, dhdp->drv_version, bcm_ether_ntoa(&dhdp->mac, eabuf)); in dhd_dump()
2493 char err_msg[256], eabuf[ETHER_ADDR_STR_LEN]; in wl_show_host_event() local
2505 snprintf(eabuf, sizeof(eabuf), "%02x:%02x:%02x:%02x:%02x:%02x", in wl_show_host_event()
2527 DHD_EVENT(("MACEVENT: %s, MAC %s\n", event_name, eabuf)); in wl_show_host_event()
2533 DHD_EVENT(("MACEVENT: %s, MAC %s\n", event_name, eabuf)); in wl_show_host_event()
2539 DHD_EVENT(("MACEVENT: %s, MAC %s, SUCCESS\n", event_name, eabuf)); in wl_show_host_event()
2541 DHD_EVENT(("MACEVENT: %s, MAC %s, TIMEOUT\n", event_name, eabuf)); in wl_show_host_event()
2544 event_name, eabuf, (int)reason)); in wl_show_host_event()
2547 event_name, eabuf, (int)status)); in wl_show_host_event()
[all …]
H A Ddhd_rtt.c1305 char eabuf[ETHER_ADDR_STR_LEN]; in dhd_rtt_start() local
1381 bcm_ether_ntoa(&rtt_target->addr, eabuf); in dhd_rtt_start()
1382 DHD_RTT((">\t target %s\n", eabuf)); in dhd_rtt_start()
1609 char eabuf[ETHER_ADDR_STR_LEN]; in dhd_rtt_convert_results_to_host() local
1633 bcm_ether_ntoa((&(p_data_info->peer)), eabuf); in dhd_rtt_convert_results_to_host()
1637 eabuf, in dhd_rtt_convert_results_to_host()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_common.c2691 char err_msg[256], eabuf[ETHER_ADDR_STR_LEN]; in wl_show_host_event() local
2703 snprintf(eabuf, sizeof(eabuf), MACDBG, MAC2STRDBG(event->addr.octet)); in wl_show_host_event()
2719 DHD_EVENT(("MACEVENT: %s, MAC %s\n", event_name, eabuf)); in wl_show_host_event()
2725 DHD_EVENT(("MACEVENT: %s, MAC %s\n", event_name, eabuf)); in wl_show_host_event()
2732 DHD_EVENT(("MACEVENT: %s, MAC %s, SUCCESS\n", event_name, eabuf)); in wl_show_host_event()
2734 DHD_EVENT(("MACEVENT: %s, MAC %s, TIMEOUT\n", event_name, eabuf)); in wl_show_host_event()
2737 event_name, eabuf, (int)status, (int)reason)); in wl_show_host_event()
2740 event_name, eabuf, (int)status)); in wl_show_host_event()
2747 DHD_EVENT(("MACEVENT: %s, MAC %s, reason %d\n", event_name, eabuf, (int)reason)); in wl_show_host_event()
2764 DHD_EVENT(("MACEVENT: %s, MAC %s, %s\n", event_name, eabuf, auth_str)); in wl_show_host_event()
[all …]
H A Ddhd_rtt.c2162 char eabuf[ETHER_ADDR_STR_LEN]; in dhd_rtt_start() local
2290 bcm_ether_ntoa(&rtt_target->local_addr, eabuf); in dhd_rtt_start()
2291 DHD_RTT((">\t local %s\n", eabuf)); in dhd_rtt_start()
2298 bcm_ether_ntoa(&rtt_target->addr, eabuf); in dhd_rtt_start()
2299 DHD_RTT((">\t target %s\n", eabuf)); in dhd_rtt_start()
2588 char eabuf[ETHER_ADDR_STR_LEN]; in dhd_rtt_convert_results_to_host_v1() local
2637 bcm_ether_ntoa((&(p_data_info->peer)), eabuf); in dhd_rtt_convert_results_to_host_v1()
2640 eabuf, in dhd_rtt_convert_results_to_host_v1()
2804 char eabuf[ETHER_ADDR_STR_LEN]; in dhd_rtt_convert_results_to_host_v2() local
2855 bcm_ether_ntoa((&(p_data_info->peer)), eabuf); in dhd_rtt_convert_results_to_host_v2()
[all …]
H A Dwl_iw.c2562 char eabuf[ETHER_ADDR_STR_LEN]; local
2567 bzero((char *)eabuf, ETHER_ADDR_STR_LEN);
2581 eabuf)));
2613 eabuf)));
2625 eabuf)));
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_common.c2692 char err_msg[256], eabuf[ETHER_ADDR_STR_LEN]; in wl_show_host_event() local
2704 snprintf(eabuf, sizeof(eabuf), MACDBG, MAC2STRDBG(event->addr.octet)); in wl_show_host_event()
2720 DHD_EVENT(("MACEVENT: %s, MAC %s\n", event_name, eabuf)); in wl_show_host_event()
2726 DHD_EVENT(("MACEVENT: %s, MAC %s\n", event_name, eabuf)); in wl_show_host_event()
2733 DHD_EVENT(("MACEVENT: %s, MAC %s, SUCCESS\n", event_name, eabuf)); in wl_show_host_event()
2735 DHD_EVENT(("MACEVENT: %s, MAC %s, TIMEOUT\n", event_name, eabuf)); in wl_show_host_event()
2738 event_name, eabuf, (int)status, (int)reason)); in wl_show_host_event()
2741 event_name, eabuf, (int)status)); in wl_show_host_event()
2748 DHD_EVENT(("MACEVENT: %s, MAC %s, reason %d\n", event_name, eabuf, (int)reason)); in wl_show_host_event()
2765 DHD_EVENT(("MACEVENT: %s, MAC %s, %s\n", event_name, eabuf, auth_str)); in wl_show_host_event()
[all …]
H A Ddhd_rtt.c2162 char eabuf[ETHER_ADDR_STR_LEN]; in dhd_rtt_start() local
2290 bcm_ether_ntoa(&rtt_target->local_addr, eabuf); in dhd_rtt_start()
2291 DHD_RTT((">\t local %s\n", eabuf)); in dhd_rtt_start()
2298 bcm_ether_ntoa(&rtt_target->addr, eabuf); in dhd_rtt_start()
2299 DHD_RTT((">\t target %s\n", eabuf)); in dhd_rtt_start()
2588 char eabuf[ETHER_ADDR_STR_LEN]; in dhd_rtt_convert_results_to_host_v1() local
2637 bcm_ether_ntoa((&(p_data_info->peer)), eabuf); in dhd_rtt_convert_results_to_host_v1()
2640 eabuf, in dhd_rtt_convert_results_to_host_v1()
2804 char eabuf[ETHER_ADDR_STR_LEN]; in dhd_rtt_convert_results_to_host_v2() local
2855 bcm_ether_ntoa((&(p_data_info->peer)), eabuf); in dhd_rtt_convert_results_to_host_v2()
[all …]
H A Dwl_iw.c2568 char eabuf[ETHER_ADDR_STR_LEN]; local
2573 bzero((char *)eabuf, ETHER_ADDR_STR_LEN);
2587 eabuf)));
2619 eabuf)));
2631 eabuf)));
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_common.c2692 char err_msg[256], eabuf[ETHER_ADDR_STR_LEN]; in wl_show_host_event() local
2704 snprintf(eabuf, sizeof(eabuf), MACDBG, MAC2STRDBG(event->addr.octet)); in wl_show_host_event()
2720 DHD_EVENT(("MACEVENT: %s, MAC %s\n", event_name, eabuf)); in wl_show_host_event()
2726 DHD_EVENT(("MACEVENT: %s, MAC %s\n", event_name, eabuf)); in wl_show_host_event()
2733 DHD_EVENT(("MACEVENT: %s, MAC %s, SUCCESS\n", event_name, eabuf)); in wl_show_host_event()
2735 DHD_EVENT(("MACEVENT: %s, MAC %s, TIMEOUT\n", event_name, eabuf)); in wl_show_host_event()
2738 event_name, eabuf, (int)status, (int)reason)); in wl_show_host_event()
2741 event_name, eabuf, (int)status)); in wl_show_host_event()
2748 DHD_EVENT(("MACEVENT: %s, MAC %s, reason %d\n", event_name, eabuf, (int)reason)); in wl_show_host_event()
2765 DHD_EVENT(("MACEVENT: %s, MAC %s, %s\n", event_name, eabuf, auth_str)); in wl_show_host_event()
[all …]
H A Ddhd_rtt.c2162 char eabuf[ETHER_ADDR_STR_LEN]; in dhd_rtt_start() local
2290 bcm_ether_ntoa(&rtt_target->local_addr, eabuf); in dhd_rtt_start()
2291 DHD_RTT((">\t local %s\n", eabuf)); in dhd_rtt_start()
2298 bcm_ether_ntoa(&rtt_target->addr, eabuf); in dhd_rtt_start()
2299 DHD_RTT((">\t target %s\n", eabuf)); in dhd_rtt_start()
2588 char eabuf[ETHER_ADDR_STR_LEN]; in dhd_rtt_convert_results_to_host_v1() local
2637 bcm_ether_ntoa((&(p_data_info->peer)), eabuf); in dhd_rtt_convert_results_to_host_v1()
2640 eabuf, in dhd_rtt_convert_results_to_host_v1()
2804 char eabuf[ETHER_ADDR_STR_LEN]; in dhd_rtt_convert_results_to_host_v2() local
2855 bcm_ether_ntoa((&(p_data_info->peer)), eabuf); in dhd_rtt_convert_results_to_host_v2()
[all …]
H A Dwl_iw.c2568 char eabuf[ETHER_ADDR_STR_LEN]; local
2573 bzero((char *)eabuf, ETHER_ADDR_STR_LEN);
2587 eabuf)));
2619 eabuf)));
2631 eabuf)));
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dssv_cfgvendor.c899 int8 eabuf[ETHER_ADDR_STR_LEN]; in wl_cfgvendor_rtt_set_config() local
963 bcm_ether_ntoa((const struct ether_addr *)&rtt_target->addr, eabuf), in wl_cfgvendor_rtt_set_config()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/os_dep/linux/
H A Drtw_cfgvendor.c978 int8 eabuf[ETHER_ADDR_STR_LEN]; in wl_cfgvendor_rtt_set_config() local
1042 bcm_ether_ntoa((const struct ether_addr *)&rtt_target->addr, eabuf), in wl_cfgvendor_rtt_set_config()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/os_dep/linux/
H A Drtw_cfgvendor.c993 int8 eabuf[ETHER_ADDR_STR_LEN]; in wl_cfgvendor_rtt_set_config() local
1057 bcm_ether_ntoa((const struct ether_addr *)&rtt_target->addr, eabuf), in wl_cfgvendor_rtt_set_config()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/os_dep/linux/
H A Drtw_cfgvendor.c983 int8 eabuf[ETHER_ADDR_STR_LEN]; in wl_cfgvendor_rtt_set_config() local
1047 bcm_ether_ntoa((const struct ether_addr *)&rtt_target->addr, eabuf), in wl_cfgvendor_rtt_set_config()

123