Searched refs:hostapd_conf (Results 1 – 1 of 1) sorted by relevance
153 std::string hostapd_conf = "/tmp/weave_hostapd.conf"; in StartAccessPoint() local155 std::ofstream ofs(hostapd_conf); in StartAccessPoint()161 CHECK_EQ(0, ForkCmdAndWait("hostapd", {"-B", "-K", hostapd_conf})); in StartAccessPoint()