Home
last modified time | relevance | path

Searched refs:software_iftypes (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/net/mac80211/
Dmain.c1339 hw->wiphy->software_iftypes |= BIT(NL80211_IFTYPE_AP_VLAN); in ieee80211_register_hw()
1344 hw->wiphy->software_iftypes |= BIT(NL80211_IFTYPE_MONITOR); in ieee80211_register_hw()
/linux-6.12.1/net/wireless/
Dutil.c2819 if (!(wiphy->software_iftypes & BIT(iftype)) && is_vlan) in cfg80211_iftype_allowed()
2821 return wiphy->software_iftypes & BIT(iftype); in cfg80211_iftype_allowed()
Dcore.c648 if (WARN_ON(wiphy->software_iftypes & types)) in wiphy_verify_combinations()
Dnl80211.c2785 rdev->wiphy.software_iftypes)) in nl80211_send_wiphy()
/linux-6.12.1/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c2658 wiphy->software_iftypes |= BIT(NL80211_IFTYPE_MONITOR); in rtw_cfg80211_preinit_wiphy()
/linux-6.12.1/include/net/
Dcfg80211.h5684 u16 software_iftypes; member
/linux-6.12.1/drivers/net/wireless/ath/ath10k/
Dmac.c10292 ar->hw->wiphy->software_iftypes |= BIT(NL80211_IFTYPE_AP_VLAN); in ath10k_mac_register()