Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac80211/
Dtrace.h1607 enum ieee80211_reconfig_type reconfig_type),
1608 TP_ARGS(local, reconfig_type),
1612 __field(u8, reconfig_type)
1617 __entry->reconfig_type = reconfig_type;
1622 LOCAL_PR_ARG, __entry->reconfig_type
Ddriver-ops.h962 enum ieee80211_reconfig_type reconfig_type) in drv_reconfig_complete() argument
966 trace_drv_reconfig_complete(local, reconfig_type); in drv_reconfig_complete()
968 local->ops->reconfig_complete(&local->hw, reconfig_type); in drv_reconfig_complete()
/linux-4.4.14/include/net/
Dmac80211.h3464 enum ieee80211_reconfig_type reconfig_type);
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dmac80211.c1513 enum ieee80211_reconfig_type reconfig_type) in iwl_mvm_mac_reconfig_complete() argument
1517 switch (reconfig_type) { in iwl_mvm_mac_reconfig_complete()
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dmac.c5920 enum ieee80211_reconfig_type reconfig_type) in ath10k_reconfig_complete() argument
5924 if (reconfig_type != IEEE80211_RECONFIG_TYPE_RESTART) in ath10k_reconfig_complete()