Home
last modified time | relevance | path

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

/Linux-v4.19/net/mac80211/
Ddriver-ops.h843 if (local->ops->mgd_protect_tdls_discover) in drv_mgd_protect_tdls_discover()
844 local->ops->mgd_protect_tdls_discover(&local->hw, &sdata->vif); in drv_mgd_protect_tdls_discover()
/Linux-v4.19/include/net/
Dmac80211.h3751 void (*mgd_protect_tdls_discover)(struct ieee80211_hw *hw, member
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dmac80211.c4617 .mgd_protect_tdls_discover = iwl_mvm_mac_mgd_protect_tdls_discover,