Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Ddriver-ops.h902 if (local->ops->mgd_protect_tdls_discover) in drv_mgd_protect_tdls_discover()
903 local->ops->mgd_protect_tdls_discover(&local->hw, &sdata->vif); in drv_mgd_protect_tdls_discover()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac80211.c1123 .mgd_protect_tdls_discover = iwl_mvm_mac_mgd_protect_tdls_discover,
H A Dmac80211.c6249 .mgd_protect_tdls_discover = iwl_mvm_mac_mgd_protect_tdls_discover,
/openbmc/linux/include/net/
H A Dmac80211.h4525 void (*mgd_protect_tdls_discover)(struct ieee80211_hw *hw, member