Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/rfkill/
H A Drfkill-wlan.c413 u8 wifi_custom_mac_addr[6] = { 0, 0, 0, 0, 0, 0 }; variable
463 if (is_zero_ether_addr(wifi_custom_mac_addr)) { in rockchip_wifi_mac_addr()
464 if (get_wifi_addr_vendor(wifi_custom_mac_addr) != 0) in rockchip_wifi_mac_addr()
469 wifi_custom_mac_addr[0], wifi_custom_mac_addr[1], in rockchip_wifi_mac_addr()
470 wifi_custom_mac_addr[2], wifi_custom_mac_addr[3], in rockchip_wifi_mac_addr()
471 wifi_custom_mac_addr[4], wifi_custom_mac_addr[5]); in rockchip_wifi_mac_addr()
474 if (is_valid_ether_addr(wifi_custom_mac_addr)) { in rockchip_wifi_mac_addr()
476 wifi_custom_mac_addr[0] &= ~0x2; // for p2p in rockchip_wifi_mac_addr()
482 memcpy(buf, wifi_custom_mac_addr, 6); in rockchip_wifi_mac_addr()