Home | History | Annotate | Download | only in nexus

Lines Matching refs:WifiIntegerProperty

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 {
114 class WifiBluetoothCoexScanProperty : public WifiIntegerProperty {
122 class WifiBluetoothCoexModeProperty : public WifiIntegerProperty {
130 class WifiCurrentNetworkProperty : public WifiIntegerProperty {
138 class WifiSuspendedProperty : public WifiIntegerProperty {
146 class WifiNetCountProperty : public WifiIntegerProperty {
154 class WifiTriggerScanProperty : public WifiIntegerProperty {