Home
last modified time | relevance | path

Searched defs:macAddress (Results 1 – 2 of 2) sorted by relevance

/device/board/bearpi/bearpi_hm_nano/app/D1_iot_wifi_ap/
Dwifi_ap.c160 static char macAddress[MAC_ADDRESS_LEN] = { 0 }; in OnHotspotStaJoinHandler() local
175 static char macAddress[MAC_ADDRESS_LEN] = { 0 }; in OnHotspotStaLeaveHandler() local
/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/communication/wifi_lite/wifiservice/source/
Dwifi_hotspot.c226 static int GetPeerSTAWifiIp(const unsigned char *macAddress, int macLen, unsigned int * const ip) in GetPeerSTAWifiIp()