Home
last modified time | relevance | path

Searched refs:reconfig_type (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/net/mac80211/
Dtrace.h1702 enum ieee80211_reconfig_type reconfig_type),
1703 TP_ARGS(local, reconfig_type),
1707 __field(u8, reconfig_type)
1712 __entry->reconfig_type = reconfig_type;
1717 LOCAL_PR_ARG, __entry->reconfig_type
Ddriver-ops.h976 enum ieee80211_reconfig_type reconfig_type) in drv_reconfig_complete() argument
980 trace_drv_reconfig_complete(local, reconfig_type); in drv_reconfig_complete()
982 local->ops->reconfig_complete(&local->hw, reconfig_type); in drv_reconfig_complete()
/Linux-v5.4/include/net/
Dmac80211.h3987 enum ieee80211_reconfig_type reconfig_type);
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dmac80211.c1163 enum ieee80211_reconfig_type reconfig_type) in iwl_mvm_mac_reconfig_complete() argument
1167 switch (reconfig_type) { in iwl_mvm_mac_reconfig_complete()
/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dmac.c7102 enum ieee80211_reconfig_type reconfig_type) in ath10k_reconfig_complete() argument
7106 if (reconfig_type != IEEE80211_RECONFIG_TYPE_RESTART) in ath10k_reconfig_complete()