Searched refs:update_tkip_key (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | tkip.c | 294 if (key->local->ops->update_tkip_key && in ieee80211_tkip_decrypt_data()
|
H A D | driver-ops.h | 273 if (local->ops->update_tkip_key) in drv_update_tkip_key() 274 local->ops->update_tkip_key(&local->hw, &sdata->vif, conf, in drv_update_tkip_key()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | tkip.c | 294 if (key->local->ops->update_tkip_key && in ieee80211_tkip_decrypt_data()
|
H A D | driver-ops.h | 253 if (local->ops->update_tkip_key) in drv_update_tkip_key() 254 local->ops->update_tkip_key(&local->hw, &sdata->vif, conf, in drv_update_tkip_key()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | mac80211.c | 1591 .update_tkip_key = iwlagn_mac_update_tkip_key,
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | mac80211.c | 1588 .update_tkip_key = iwlagn_mac_update_tkip_key,
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mld-mac80211.c | 1122 .update_tkip_key = iwl_mvm_mac_update_tkip_key,
|
H A D | mac80211.c | 6201 .update_tkip_key = iwl_mvm_mac_update_tkip_key,
|
/kernel/linux/linux-5.10/include/net/ |
H A D | mac80211.h | 2778 * acceleration (i.e. iwlwifi). Those drivers should provide update_tkip_key 2780 * The update_tkip_key() call updates the driver with the new phase 1 key. 2784 * provided by update_tkip_key only. The trigger that makes mac80211 call this 3445 * @update_tkip_key: See the section "Hardware crypto acceleration" 3923 void (*update_tkip_key)(struct ieee80211_hw *hw, member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | mac80211.h | 3079 * acceleration (i.e. iwlwifi). Those drivers should provide update_tkip_key 3081 * The update_tkip_key() call updates the driver with the new phase 1 key. 3085 * provided by update_tkip_key only. The trigger that makes mac80211 call this 3777 * @update_tkip_key: See the section "Hardware crypto acceleration" 4324 void (*update_tkip_key)(struct ieee80211_hw *hw, member
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | main.c | 5181 .update_tkip_key = b43_op_update_tkip_key,
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mac80211.c | 5308 .update_tkip_key = iwl_mvm_mac_update_tkip_key,
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
H A D | main.c | 5184 .update_tkip_key = b43_op_update_tkip_key,
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
H A D | 4965-mac.c | 6320 .update_tkip_key = il4965_mac_update_tkip_key,
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/ |
H A D | 4965-mac.c | 6320 .update_tkip_key = il4965_mac_update_tkip_key,
|
Completed in 97 milliseconds