Searched refs:ath_hw_set_keycache_entry (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/net/wireless/ath/ |
D | key.c | 129 static bool ath_hw_set_keycache_entry(struct ath_common *common, u16 entry, in ath_hw_set_keycache_entry() function 362 return ath_hw_set_keycache_entry(common, keyix, hk, addr); in ath_setkey_tkip() 368 return ath_hw_set_keycache_entry(common, keyix, hk, addr); in ath_setkey_tkip() 375 if (!ath_hw_set_keycache_entry(common, keyix, hk, NULL)) { in ath_setkey_tkip() 383 return ath_hw_set_keycache_entry(common, keyix + 32, hk, addr); in ath_setkey_tkip() 556 ret = ath_hw_set_keycache_entry(common, idx, &hk, mac); in ath_key_config()
|