Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
Ddriver-ops.h1010 if (local->ops->mgd_protect_tdls_discover) in drv_mgd_protect_tdls_discover()
1011 local->ops->mgd_protect_tdls_discover(&local->hw, &sdata->vif); in drv_mgd_protect_tdls_discover()
/linux-4.1.27/include/net/
Dmac80211.h3332 void (*mgd_protect_tdls_discover)(struct ieee80211_hw *hw, member
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dmac80211.c4063 .mgd_protect_tdls_discover = iwl_mvm_mac_mgd_protect_tdls_discover,