Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/
Dkey.c87 bool ath_hw_keysetmac(struct ath_common *common, u16 entry, const u8 *mac) in ath_hw_keysetmac() function
127 EXPORT_SYMBOL(ath_hw_keysetmac);
220 (void) ath_hw_keysetmac(common, entry, mac); in ath_hw_set_keycache_entry()
333 (void) ath_hw_keysetmac(common, entry, mac); in ath_hw_set_keycache_entry()
593 ath_hw_keysetmac(common, hw_key_idx, NULL); in ath_key_delete()
Dath.h206 bool ath_hw_keysetmac(struct ath_common *common, u16 entry, const u8 *mac);
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
Dmain.c1844 ath_hw_keysetmac(common, key->hw_key_idx, NULL); in ath9k_set_key()