Searched defs:goMac (Results 1 – 9 of 9) sorted by relevance
58 int32_t LnnSetP2pGoMac(NodeInfo *info, const char *goMac) in LnnSetP2pGoMac()
296 const std::string goMac = "11:22:33:44:66"; variable
480 int32_t LnnSetP2pGoMac(NodeInfo *info, const char *goMac) in LnnSetP2pGoMac()
536 …tils::SyncLnnInfoForP2p(WifiDirectRole role, const std::string &localMac, const std::string &goMac) in SyncLnnInfoForP2p()
532 …tils::SyncLnnInfoForP2p(WifiDirectRole role, const std::string &localMac, const std::string &goMac) in SyncLnnInfoForP2p()
94 char goMac[MAC_LEN]; // the mac of p2p Go device, while local device as Gc role. member
341 int32_t LnnSetP2pGoMac(NodeInfo *info, const char *goMac) in LnnSetP2pGoMac()
1217 auto goMac = processor.GetGoMac(ct.myRole); variable
1793 std::string goMac; in GetGoMac() local