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

  /system/core/nexus/
WifiController.h 82 class WifiAllowedChannelsProperty : public WifiIntegerProperty {
84 WifiAllowedChannelsProperty(WifiController *c);
85 virtual ~WifiAllowedChannelsProperty() {}
204 WifiAllowedChannelsProperty *propAllowedChannels;
WifiController.cpp 70 mStaticProperties.propAllowedChannels = new WifiAllowedChannelsProperty(this);
696 WifiController::WifiAllowedChannelsProperty::WifiAllowedChannelsProperty(WifiController *c) :
699 int WifiController::WifiAllowedChannelsProperty::get(int idx, int *buffer) {
703 int WifiController::WifiAllowedChannelsProperty::set(int idx, int value) {

Completed in 44 milliseconds