Searched refs:WLAN_CRYPTO_TX_OPS_SETKEY (Results 1 – 2 of 2) sorted by relevance
1099 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 …]
102 #define WLAN_CRYPTO_TX_OPS_SETKEY(tx_ops) \ macro