Home
last modified time | relevance | path

Searched refs:WIPHY_FLAG_SUPPORTS_MLO (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/net/wireless/
Dwext-core.c665 if (dev->ieee80211_ptr->wiphy->flags & WIPHY_FLAG_SUPPORTS_MLO) in get_wireless_stats()
707 if (dev->ieee80211_ptr->wiphy->flags & WIPHY_FLAG_SUPPORTS_MLO) in get_handler()
Dmlme.c273 !(wdev->wiphy->flags & WIPHY_FLAG_SUPPORTS_MLO)) in cfg80211_mlme_auth()
Dnl80211.c2907 if (rdev->wiphy.flags & WIPHY_FLAG_SUPPORTS_MLO && in nl80211_send_wiphy()
2986 if (rdev->wiphy.flags & WIPHY_FLAG_SUPPORTS_MLO) in nl80211_send_wiphy()
10770 if (!(rdev->wiphy.flags & WIPHY_FLAG_SUPPORTS_MLO)) in nl80211_authenticate()
11098 if (!(rdev->wiphy.flags & WIPHY_FLAG_SUPPORTS_MLO)) in nl80211_associate()
16138 if (!(wdev->wiphy->flags & WIPHY_FLAG_SUPPORTS_MLO)) in nl80211_add_link()
/Linux-v6.6/net/mac80211/
Ddebugfs_netdev.c899 if (!(sdata->local->hw.wiphy->flags & WIPHY_FLAG_SUPPORTS_MLO)) in ieee80211_debugfs_add_netdev()
935 if (WARN_ON(!(link->sdata->local->hw.wiphy->flags & WIPHY_FLAG_SUPPORTS_MLO))) in ieee80211_link_debugfs_add()
Dmain.c964 if (hw->wiphy->flags & WIPHY_FLAG_SUPPORTS_MLO) { in ieee80211_register_hw()
1096 hw->wiphy->flags & WIPHY_FLAG_SUPPORTS_MLO)) in ieee80211_register_hw()
Dmlme.c2237 if (!(local->hw.wiphy->flags & WIPHY_FLAG_SUPPORTS_MLO) && in ieee80211_powersave_allowed()
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/mvm/
Dmac80211.c321 hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_MLO; in iwl_mvm_mac_setup_register()
332 if (!(hw->wiphy->flags & WIPHY_FLAG_SUPPORTS_MLO)) in iwl_mvm_mac_setup_register()
/Linux-v6.6/include/net/
Dcfg80211.h4822 WIPHY_FLAG_SUPPORTS_MLO = BIT(1), enumerator
/Linux-v6.6/drivers/net/wireless/virtual/
Dmac80211_hwsim.c5134 hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_MLO; in mac80211_hwsim_new_radio()