Searched refs:mld_vif (Results 1 – 2 of 2) sorted by relevance
19 struct iwl_mld_vif *mld_vif; in iwl_mld_handle_session_prot_notif() local26 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() local51 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() local187 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()
17 bool mld_vif);32 struct ieee80211_sub_if_data *sdata, bool mld_vif) in ieee80211_debugfs_recreate_netdev() argument