Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/mediatek/mt76/
Dmt76x02_mmio.c515 enum ieee80211_reconfig_type reconfig_type) in mt76x02_reconfig_complete() argument
519 if (reconfig_type != IEEE80211_RECONFIG_TYPE_RESTART) in mt76x02_reconfig_complete()
Dmt76x02.h191 enum ieee80211_reconfig_type reconfig_type);
/Linux-v5.15/drivers/net/wireless/ralink/rt2x00/
Drt2x00mac.c194 enum ieee80211_reconfig_type reconfig_type) in rt2x00mac_reconfig_complete() argument
198 if (reconfig_type == IEEE80211_RECONFIG_TYPE_RESTART) in rt2x00mac_reconfig_complete()
Drt2x00.h1453 enum ieee80211_reconfig_type reconfig_type);
/Linux-v5.15/net/mac80211/
Dtrace.h1749 enum ieee80211_reconfig_type reconfig_type),
1750 TP_ARGS(local, reconfig_type),
1754 __field(u8, reconfig_type)
1759 __entry->reconfig_type = reconfig_type;
1764 LOCAL_PR_ARG, __entry->reconfig_type
Ddriver-ops.h993 enum ieee80211_reconfig_type reconfig_type) in drv_reconfig_complete() argument
997 trace_drv_reconfig_complete(local, reconfig_type); in drv_reconfig_complete()
999 local->ops->reconfig_complete(&local->hw, reconfig_type); in drv_reconfig_complete()
/Linux-v5.15/drivers/net/wireless/realtek/rtw88/
Dmac80211.c808 enum ieee80211_reconfig_type reconfig_type) in rtw_reconfig_complete() argument
813 if (reconfig_type == IEEE80211_RECONFIG_TYPE_RESTART) in rtw_reconfig_complete()
/Linux-v5.15/include/net/
Dmac80211.h4174 enum ieee80211_reconfig_type reconfig_type);
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/mvm/
Dmac80211.c1153 enum ieee80211_reconfig_type reconfig_type) in iwl_mvm_mac_reconfig_complete() argument
1157 switch (reconfig_type) { in iwl_mvm_mac_reconfig_complete()
/Linux-v5.15/drivers/net/wireless/ath/ath11k/
Dmac.c6038 enum ieee80211_reconfig_type reconfig_type) in ath11k_mac_op_reconfig_complete() argument
6042 if (reconfig_type != IEEE80211_RECONFIG_TYPE_RESTART) in ath11k_mac_op_reconfig_complete()
/Linux-v5.15/drivers/net/wireless/ath/ath10k/
Dmac.c8023 enum ieee80211_reconfig_type reconfig_type) in ath10k_reconfig_complete() argument
8027 if (reconfig_type != IEEE80211_RECONFIG_TYPE_RESTART) in ath10k_reconfig_complete()