Home
last modified time | relevance | path

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

/Linux-v6.1/net/wireless/
Dmlme.c267 !(wdev->wiphy->flags & WIPHY_FLAG_SUPPORTS_MLO)) in cfg80211_mlme_auth()
Dnl80211.c2880 if (rdev->wiphy.flags & WIPHY_FLAG_SUPPORTS_MLO && in nl80211_send_wiphy()
2959 if (rdev->wiphy.flags & WIPHY_FLAG_SUPPORTS_MLO) in nl80211_send_wiphy()
10537 if (!(rdev->wiphy.flags & WIPHY_FLAG_SUPPORTS_MLO)) in nl80211_authenticate()
10865 if (!(rdev->wiphy.flags & WIPHY_FLAG_SUPPORTS_MLO)) in nl80211_associate()
15869 if (!(wdev->wiphy->flags & WIPHY_FLAG_SUPPORTS_MLO)) in nl80211_add_link()
/Linux-v6.1/net/mac80211/
Dmain.c965 if (hw->wiphy->flags & WIPHY_FLAG_SUPPORTS_MLO) { in ieee80211_register_hw()
Dmlme.c2168 if (!(local->hw.wiphy->flags & WIPHY_FLAG_SUPPORTS_MLO) && in ieee80211_powersave_allowed()
/Linux-v6.1/include/net/
Dcfg80211.h4694 WIPHY_FLAG_SUPPORTS_MLO = BIT(1), enumerator
/Linux-v6.1/drivers/net/wireless/
Dmac80211_hwsim.c4418 hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_MLO; in mac80211_hwsim_new_radio()