Searched refs:macAddrToArray (Results 1 – 2 of 2) sorted by relevance
374 inline std::array<uint8_t, ETH_ALEN> macAddrToArray(const uint8_t* mac_addr) { in macAddrToArray() function767 aidl_bssid = macAddrToArray(wpa_s->pending_bssid); in notifyStateChange()769 aidl_bssid = macAddrToArray(wpa_s->bssid); in notifyStateChange()1367 params.srcAddress = macAddrToArray(addr); in notifyP2pDeviceFound()1368 params.p2pDeviceAddress = macAddrToArray(info->p2p_device_addr); in notifyP2pDeviceFound()1528 params.goDeviceAddress = macAddrToArray(wpa_group_s->go_dev_addr); in notifyP2pGroupStarted()1529 params.goInterfaceAddress = aidl_is_go ? macAddrToArray(wpa_group_s->own_addr) : in notifyP2pGroupStarted()1530 macAddrToArray(wpa_group_s->current_bss->bssid); in notifyP2pGroupStarted()1638 params.p2pDeviceAddress = macAddrToArray(dev_addr); in notifyP2pProvisionDiscovery()1764 params.clientInterfaceAddress = macAddrToArray(sta); in notifyApStaAuthorized()[all …]
281 inline std::array<uint8_t, ETH_ALEN> macAddrToArray(const uint8_t* mac_addr) { in macAddrToArray() function2086 linksInfo.apMldMacAddress = macAddrToArray(wpa_s->ap_mld_addr); in getConnectionMloLinksInfoInternal()2103 link.apLinkMacAddress = macAddrToArray(wpa_s->links[i].bssid); in getConnectionMloLinksInfoInternal()