HomeSort by relevance Sort by last modified time
    Searched defs:WifiController (Results 1 - 2 of 2) sorted by null

  /system/core/nexus/
WifiController.h 38 class WifiController : public Controller,
44 WifiController *mWc;
46 WifiIntegerProperty(WifiController *c, const char *name, bool ro,
52 friend class WifiController::WifiIntegerProperty;
56 WifiController *mWc;
58 WifiStringProperty(WifiController *c, const char *name, bool ro,
64 friend class WifiController::WifiStringProperty;
68 WifiEnabledProperty(WifiController *c);
76 WifiScanOnlyProperty(WifiController *c);
84 WifiAllowedChannelsProperty(WifiController *c)
    [all...]
WifiController.cpp 21 #define LOG_TAG "WifiController"
25 #include "WifiController.h"
41 WifiController::WifiController(PropertyManager *mPropMngr,
92 int WifiController::start() {
100 int WifiController::stop() {
108 int WifiController::enable() {
187 bool WifiController::getSuspended() {
194 int WifiController::setSuspend(bool suspend) {
248 void WifiController::sendStatusBroadcast(const char *msg)
    [all...]

Completed in 18 milliseconds