| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_wet.c | 381 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 D | dhd_common.c | 4294 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 D | dhd_custom_cis.c | 1243 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 D | dhd_rtt.c | 2729 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 D | bcmsrom.c | 2096 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 D | dhd_wet.c | 381 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 D | dhd_common.c | 4294 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 D | dhd_custom_cis.c | 1243 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 D | dhd_rtt.c | 2729 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 D | bcmsrom.c | 2096 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 D | dhd_common.c | 671 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 D | dhd_rtt.c | 1305 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 D | dhd_common.c | 2691 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 D | dhd_rtt.c | 2162 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 D | wl_iw.c | 2562 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 D | dhd_common.c | 2692 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 D | dhd_rtt.c | 2162 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 D | wl_iw.c | 2568 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 D | dhd_common.c | 2692 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 D | dhd_rtt.c | 2162 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 D | wl_iw.c | 2568 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 D | ssv_cfgvendor.c | 899 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 D | rtw_cfgvendor.c | 978 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 D | rtw_cfgvendor.c | 993 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 D | rtw_cfgvendor.c | 983 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()
|