Home
last modified time | relevance | path

Searched refs:propAuthAlgorithms (Results 1 – 2 of 2) sorted by relevance

/system/core/nexus/
DWifiNetwork.cpp146 mStaticProperties.propAuthAlgorithms = new WifiNetworkAuthAlgorithmsProperty(this); in createProperties()
178 delete mStaticProperties.propAuthAlgorithms; in ~WifiNetwork()
483 pm->attachProperty(nsName, mStaticProperties.propAuthAlgorithms); in attachProperties()
501 pm->detachProperty(nsName, mStaticProperties.propAuthAlgorithms); in detachProperties()
DWifiNetwork.h294 WifiNetworkAuthAlgorithmsProperty *propAuthAlgorithms; member