Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/
H A Dwlan_crypto_global_api.c1099 if (WLAN_CRYPTO_TX_OPS_SETKEY(tx_ops)) { in wlan_crypto_setkey()
1100 WLAN_CRYPTO_TX_OPS_SETKEY(tx_ops)(vdev, in wlan_crypto_setkey()
1111 if (WLAN_CRYPTO_TX_OPS_SETKEY(tx_ops)) { in wlan_crypto_setkey()
1112 if (WLAN_CRYPTO_TX_OPS_SETKEY(tx_ops)(vdev, key, in wlan_crypto_setkey()
3578 if (WLAN_CRYPTO_TX_OPS_SETKEY(tx_ops)) { in wlan_crypto_set_peer_wep_keys()
3579 WLAN_CRYPTO_TX_OPS_SETKEY( in wlan_crypto_set_peer_wep_keys()
3588 if (WLAN_CRYPTO_TX_OPS_SETKEY(tx_ops)) { in wlan_crypto_set_peer_wep_keys()
3589 WLAN_CRYPTO_TX_OPS_SETKEY(tx_ops)( in wlan_crypto_set_peer_wep_keys()
3898 if (WLAN_CRYPTO_TX_OPS_SETKEY(tx_ops)) { in crypto_plumb_peer_keys()
3899 WLAN_CRYPTO_TX_OPS_SETKEY(tx_ops) in crypto_plumb_peer_keys()
[all …]
H A Dwlan_crypto_def_i.h102 #define WLAN_CRYPTO_TX_OPS_SETKEY(tx_ops) \ macro