Home | History | Annotate | Download | only in wificond

Lines Matching defs:Server

17 #include "wificond/server.h"
58 Server::Server(unique_ptr<InterfaceTool> if_tool,
70 Status Server::RegisterCallback(const sp<IInterfaceEventCallback>& callback) {
82 Status Server::UnregisterCallback(const sp<IInterfaceEventCallback>& callback) {
97 Status Server::createApInterface(const std::string& iface_name,
117 Status Server::tearDownApInterface(const std::string& iface_name,
129 Status Server::createClientInterface(const std::string& iface_name,
151 Status Server::tearDownClientInterface(const std::string& iface_name,
163 Status Server::tearDownInterfaces() {
181 Status Server::enableSupplicant(bool* success) {
186 Status Server::disableSupplicant(bool* success) {
191 Status Server::GetClientInterfaces(vector<sp<IBinder>>* out_client_interfaces) {
199 Status Server::GetApInterfaces(vector<sp<IBinder>>* out_ap_interfaces) {
207 status_t Server::dump(int fd, const Vector<String16>& /*args*/) {
248 void Server::MarkDownAllInterfaces() {
259 Status Server::getAvailable2gChannels(
278 Status Server::getAvailable5gNonDFSChannels(
297 Status Server::getAvailableDFSChannels(
316 bool Server::SetupInterface(const std::string& iface_name,
324 std::bind(&Server::OnRegDomainChanged,
345 bool Server::RefreshWiphyIndex() {
353 void Server::OnRegDomainChanged(std::string& country_code) {
362 void Server::LogSupportedBands() {
390 void Server::BroadcastClientInterfaceReady(
397 void Server::BroadcastApInterfaceReady(
404 void Server::BroadcastClientInterfaceTornDown(
411 void Server::BroadcastApInterfaceTornDown(