Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
Dtrace.h1575 enum ieee80211_reconfig_type reconfig_type),
1576 TP_ARGS(local, reconfig_type),
1580 __field(u8, reconfig_type)
1585 __entry->reconfig_type = reconfig_type;
1590 LOCAL_PR_ARG, __entry->reconfig_type
Ddriver-ops.h1175 enum ieee80211_reconfig_type reconfig_type) in drv_reconfig_complete() argument
1179 trace_drv_reconfig_complete(local, reconfig_type); in drv_reconfig_complete()
1181 local->ops->reconfig_complete(&local->hw, reconfig_type); in drv_reconfig_complete()
/linux-4.1.27/include/net/
Dmac80211.h3354 enum ieee80211_reconfig_type reconfig_type);
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dmac80211.c1370 enum ieee80211_reconfig_type reconfig_type) in iwl_mvm_mac_reconfig_complete() argument
1374 switch (reconfig_type) { in iwl_mvm_mac_reconfig_complete()
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dmac.c4598 enum ieee80211_reconfig_type reconfig_type) in ath10k_reconfig_complete() argument
4602 if (reconfig_type != IEEE80211_RECONFIG_TYPE_RESTART) in ath10k_reconfig_complete()