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

  /system/core/nexus/
WifiNetwork.h 183 class WifiNetworkGroupCiphersProperty : public WifiNetworkStringProperty {
185 WifiNetworkGroupCiphersProperty(WifiNetwork *wn);
186 virtual ~WifiNetworkGroupCiphersProperty() {};
296 WifiNetworkGroupCiphersProperty *propGroupCiphers;
WifiNetwork.cpp 148 mStaticProperties.propGroupCiphers = new WifiNetworkGroupCiphersProperty(this);
917 WifiNetwork::WifiNetworkGroupCiphersProperty::WifiNetworkGroupCiphersProperty(WifiNetwork *wn) :
920 int WifiNetwork::WifiNetworkGroupCiphersProperty::get(int idx, char *buffer, size_t max) {
952 int WifiNetwork::WifiNetworkGroupCiphersProperty::set(int idx, const char *value) {

Completed in 529 milliseconds