Searched refs:WifiIntegerProperty (Results 1 - 2 of 2) sorted by relevance

/system/core/nexus/
H A DWifiController.h42 class WifiIntegerProperty : public IntegerProperty { class in class:WifiController
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...]
H A DWifiController.cpp655 WifiController::WifiIntegerProperty::WifiIntegerProperty(WifiController *c, function in class:WifiController::WifiIntegerProperty
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(
[all...]

Completed in 4 milliseconds