Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/mac80211/
H A Ddriver-ops.h849 if (local->ops->mgd_protect_tdls_discover) in drv_mgd_protect_tdls_discover()
850 local->ops->mgd_protect_tdls_discover(&local->hw, &sdata->vif); in drv_mgd_protect_tdls_discover()
/OK3568_Linux_fs/kernel/include/net/
H A Dmac80211.h4107 void (*mgd_protect_tdls_discover)(struct ieee80211_hw *hw, member
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c5303 .mgd_protect_tdls_discover = iwl_mvm_mac_mgd_protect_tdls_discover,