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

  /system/core/nexus/
WifiController.h 42 class WifiIntegerProperty : public IntegerProperty {
46 WifiIntegerProperty(WifiController *c, const char *name, bool ro,
48 virtual ~WifiIntegerProperty() {}
52 friend class WifiController::WifiIntegerProperty;
66 class WifiEnabledProperty : public WifiIntegerProperty {
74 class WifiScanOnlyProperty : public WifiIntegerProperty {
82 class WifiAllowedChannelsProperty : public WifiIntegerProperty {
90 class WifiActiveScanProperty : public WifiIntegerProperty {
98 class WifiSearchingProperty : public WifiIntegerProperty {
106 class WifiPacketFilterProperty : public WifiIntegerProperty {
    [all...]
WifiController.cpp 655 WifiController::WifiIntegerProperty::WifiIntegerProperty(WifiController *c,
671 WifiIntegerProperty(c, "Enabled", false, 1) {
686 WifiIntegerProperty(c, "ScanOnly", false, 1) {
697 WifiIntegerProperty(c, "AllowedChannels", false, 1) {
719 WifiIntegerProperty(c, "ActiveScan", false, 1) {
738 WifiIntegerProperty(c, "Searching", true, 1) {
746 WifiIntegerProperty(c, "PacketFilter", false, 1) {
757 WifiIntegerProperty(c, "BluetoothCoexScan", false, 1) {
768 WifiIntegerProperty(c, "BluetoothCoexMode", false, 1)
    [all...]

Completed in 21 milliseconds