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.2/
Dsta_network.h76 uint32_t group_cipher_mask, setGroupCipher_cb _hidl_cb) override;
209 uint32_t group_cipher_mask,
242 SupplicantStatus setGroupCipherInternal(uint32_t group_cipher_mask);
Dsta_network.cpp188 uint32_t group_cipher_mask, setGroupCipher_cb _hidl_cb) in setGroupCipher() argument
192 &StaNetwork::setGroupCipherInternal, _hidl_cb, group_cipher_mask); in setGroupCipher()
708 uint32_t group_cipher_mask, setGroupCipher_1_2_cb _hidl_cb) in setGroupCipher_1_2() argument
712 &StaNetwork::setGroupCipherInternal, _hidl_cb, group_cipher_mask); in setGroupCipher_1_2()
909 SupplicantStatus StaNetwork::setGroupCipherInternal(uint32_t group_cipher_mask) in setGroupCipherInternal() argument
912 if (group_cipher_mask & ~kAllowedGroupCipherMask) { in setGroupCipherInternal()
915 wpa_ssid->group_cipher = group_cipher_mask; in setGroupCipherInternal()