Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
Dsta_network.h73 uint32_t group_cipher_mask, setGroupCipher_cb _hidl_cb) override;
202 SupplicantStatus setGroupCipherInternal(uint32_t group_cipher_mask);
Dsta_network.cpp172 uint32_t group_cipher_mask, setGroupCipher_cb _hidl_cb) in setGroupCipher() argument
176 &StaNetwork::setGroupCipherInternal, _hidl_cb, group_cipher_mask); in setGroupCipher()
763 SupplicantStatus StaNetwork::setGroupCipherInternal(uint32_t group_cipher_mask) in setGroupCipherInternal() argument
766 if (group_cipher_mask & ~kAllowedGroupCipherMask) { in setGroupCipherInternal()
769 wpa_ssid->group_cipher = group_cipher_mask; in setGroupCipherInternal()