HomeSort by relevance Sort by last modified time
    Searched refs:SoftapController (Results 1 - 5 of 5) sorted by null

  /system/netd/
SoftapController.h 29 class SoftapController {
38 SoftapController();
39 virtual ~SoftapController();
SoftapController.cpp 36 #define LOG_TAG "SoftapController"
42 #include "SoftapController.h"
46 SoftapController::SoftapController() {
54 SoftapController::~SoftapController() {
59 int SoftapController::setCommand(char *iface, const char *fname, unsigned buflen) {
118 int SoftapController::startDriver(char *iface) {
146 int SoftapController::stopDriver(char *iface) {
171 int SoftapController::startSoftap()
    [all...]
Android.mk 20 SoftapController.cpp \
CommandListener.h 27 #include "SoftapController.h"
38 static SoftapController *sSoftapCtrl;
CommandListener.cpp 49 SoftapController *CommandListener::sSoftapCtrl = NULL;
80 sSoftapCtrl = new SoftapController();
    [all...]

Completed in 464 milliseconds