Searched defs:encryption_type (Results 1 - 2 of 2) sorted by last modified time

/frameworks/opt/net/wifi/libwifi_system/
H A Dhostapd_manager.cpp134 EncryptionType encryption_type,
156 if (encryption_type != EncryptionType::kOpen) {
161 if (encryption_type == EncryptionType::kWpa) {
165 } else if (encryption_type == EncryptionType::kWpa2) {
172 << static_cast<encryption_t>(encryption_type)
129 CreateHostapdConfig( const string& interface_name, const vector<uint8_t> ssid, bool is_hidden, int channel, EncryptionType encryption_type, const vector<uint8_t> passphrase) argument
/frameworks/opt/net/wifi/libwifi_system/tests/
H A Dhostapd_manager_unittest.cpp47 HostapdManager::EncryptionType encryption_type) {
53 encryption_type,
46 GetConfigForEncryptionType( HostapdManager::EncryptionType encryption_type) argument

Completed in 92 milliseconds