Home
last modified time | relevance | path

Searched refs:wifi_custom_mac_addr (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/net/
H A Drfkill-wlan.c409 u8 wifi_custom_mac_addr[6] = {0, 0, 0, 0, 0, 0}; variable
455 if (is_zero_ether_addr(wifi_custom_mac_addr)) { in rockchip_wifi_mac_addr()
456 if (get_wifi_addr_vendor(wifi_custom_mac_addr) != 0) { in rockchip_wifi_mac_addr()
461 sprintf(mac_buf, "%02x:%02x:%02x:%02x:%02x:%02x", wifi_custom_mac_addr[0], wifi_custom_mac_addr[1], in rockchip_wifi_mac_addr()
462 wifi_custom_mac_addr[0x02], wifi_custom_mac_addr[0x03], in rockchip_wifi_mac_addr()
463 wifi_custom_mac_addr[0x04], wifi_custom_mac_addr[0x05]); in rockchip_wifi_mac_addr()
464 LOG("falsh wifi_custom_mac_addr in rockchip_wifi_mac_addr()
[all...]
/device/soc/rockchip/rk3588/kernel/net/rfkill/
H A Drfkill-wlan.c412 u8 wifi_custom_mac_addr[6] = { 0, 0, 0, 0, 0, 0 }; variable
462 if (is_zero_ether_addr(wifi_custom_mac_addr)) { in rockchip_wifi_mac_addr()
463 if (get_wifi_addr_vendor(wifi_custom_mac_addr) != 0) in rockchip_wifi_mac_addr()
468 wifi_custom_mac_addr[0], wifi_custom_mac_addr[1], in rockchip_wifi_mac_addr()
469 wifi_custom_mac_addr[2], wifi_custom_mac_addr[3], in rockchip_wifi_mac_addr()
470 wifi_custom_mac_addr[4], wifi_custom_mac_addr[5]); in rockchip_wifi_mac_addr()
471 LOG("falsh wifi_custom_mac_addr in rockchip_wifi_mac_addr()
[all...]

Completed in 3 milliseconds