Searched refs:ath_hw_keysetmac (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ |
H A D | key.c | 87 bool ath_hw_keysetmac(struct ath_common *common, u16 entry, const u8 *mac) in ath_hw_keysetmac() function 127 EXPORT_SYMBOL(ath_hw_keysetmac); variable 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()
|
H A D | ath.h | 208 bool ath_hw_keysetmac(struct ath_common *common, u16 entry, const u8 *mac);
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ |
H A D | key.c | 87 bool ath_hw_keysetmac(struct ath_common *common, u16 entry, const u8 *mac) in ath_hw_keysetmac() function 127 EXPORT_SYMBOL(ath_hw_keysetmac); variable 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()
|
H A D | ath.h | 208 bool ath_hw_keysetmac(struct ath_common *common, u16 entry, const u8 *mac);
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | main.c | 1845 ath_hw_keysetmac(common, key->hw_key_idx, NULL); in ath9k_set_key()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | main.c | 1840 ath_hw_keysetmac(common, key->hw_key_idx, NULL); in ath9k_set_key()
|
Completed in 10 milliseconds