Home
last modified time | relevance | path

Searched refs:is_bigtk (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/
H A Dwlan_crypto_global_api.c80 bool is_bigtk(uint16_t keyix) in is_bigtk() function
874 !(is_bigtk(req_key->keyix))) { in wlan_crypto_setkey()
979 !(is_bigtk(req_key->keyix))) { in wlan_crypto_setkey()
1098 is_bigtk(req_key->keyix)) { in wlan_crypto_setkey()
1188 else if (is_bigtk(keyix)) in wlan_crypto_vdev_getkey()
1227 else if (is_bigtk(keyix)) in wlan_crypto_peer_getkey()
1325 if (is_igtk(req_key->keyix) || is_bigtk(req_key->keyix)) { in wlan_crypto_getkey()
1349 is_bigtk(req_key->keyix)) && is_bcast) ? in wlan_crypto_getkey()
1444 if (!is_igtk(key_idx) && !(is_bigtk(key_idx))) { in wlan_crypto_delkey()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/inc/
H A Dwlan_crypto_global_api.h51 bool is_bigtk(uint16_t keyix);
/wlan-driver/qcacld-3.0/components/wmi/src/
H A Dwmi_unified_roam_tlv.c4080 } else if (is_bigtk(dst_key->keyix)) { in extract_roam_synch_key_event_tlv()