Home
last modified time | relevance | path

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

/Linux-v5.4/net/mac80211/
Ddriver-ops.h850 if (local->ops->mgd_protect_tdls_discover) in drv_mgd_protect_tdls_discover()
851 local->ops->mgd_protect_tdls_discover(&local->hw, &sdata->vif); in drv_mgd_protect_tdls_discover()
/Linux-v5.4/include/net/
Dmac80211.h3965 void (*mgd_protect_tdls_discover)(struct ieee80211_hw *hw, member
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dmac80211.c5030 .mgd_protect_tdls_discover = iwl_mvm_mac_mgd_protect_tdls_discover,