Home
last modified time | relevance | path

Searched refs:mld_vif (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dsession-protect.c19 struct iwl_mld_vif *mld_vif; in iwl_mld_handle_session_prot_notif() local
26 mld_vif = iwl_mld_vif_from_mac80211(vif); in iwl_mld_handle_session_prot_notif()
27 session_protect = &mld_vif->session_protect; in iwl_mld_handle_session_prot_notif()
49 struct iwl_mld_vif *mld_vif = iwl_mld_vif_from_mac80211(vif); in _iwl_mld_schedule_session_protection() local
51 iwl_mld_link_dereference_check(mld_vif, link_id); in _iwl_mld_schedule_session_protection()
53 &mld_vif->session_protect; in _iwl_mld_schedule_session_protection()
185 struct iwl_mld_vif *mld_vif = iwl_mld_vif_from_mac80211(vif); in iwl_mld_cancel_session_protection() local
187 iwl_mld_link_dereference_check(mld_vif, link_id); in iwl_mld_cancel_session_protection()
189 &mld_vif->session_protect; in iwl_mld_cancel_session_protection()
/linux/net/mac80211/
H A Ddebugfs_netdev.h17 bool mld_vif);
32 struct ieee80211_sub_if_data *sdata, bool mld_vif) in ieee80211_debugfs_recreate_netdev() argument