Home
last modified time | relevance | path

Searched refs:mgd_protect_tdls_discover (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/net/mac80211/
Ddriver-ops.h899 if (local->ops->mgd_protect_tdls_discover) in drv_mgd_protect_tdls_discover()
900 local->ops->mgd_protect_tdls_discover(&local->hw, &sdata->vif); in drv_mgd_protect_tdls_discover()
/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/mvm/
Dmld-mac80211.c1116 .mgd_protect_tdls_discover = iwl_mvm_mac_mgd_protect_tdls_discover,
Dmac80211.c6178 .mgd_protect_tdls_discover = iwl_mvm_mac_mgd_protect_tdls_discover,
/linux-6.6.21/include/net/
Dmac80211.h4508 void (*mgd_protect_tdls_discover)(struct ieee80211_hw *hw, member