Home
last modified time | relevance | path

Searched refs:WIPHY_FLAG_4ADDR_AP (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt792x_core.c547 wiphy->flags &= ~(WIPHY_FLAG_IBSS_RSN | WIPHY_FLAG_4ADDR_AP | in mt792x_init_wiphy()
/openbmc/linux/net/wireless/
H A Dutil.c2645 return wiphy->flags & WIPHY_FLAG_4ADDR_AP; in cfg80211_iftype_allowed()
2649 return wiphy->flags & WIPHY_FLAG_4ADDR_AP; in cfg80211_iftype_allowed()
H A Dnl80211.c4190 if (rdev->wiphy.flags & WIPHY_FLAG_4ADDR_AP) in nl80211_valid_4addr()
/openbmc/linux/net/mac80211/
H A Dmain.c707 WIPHY_FLAG_4ADDR_AP | in ieee80211_alloc_hw_nm()
/openbmc/linux/include/net/
H A Dcfg80211.h4827 WIPHY_FLAG_4ADDR_AP = BIT(5), enumerator