Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dutil.c2900 if (!(wiphy->software_iftypes & BIT(iftype)) && is_vlan) in cfg80211_iftype_allowed()
2902 return wiphy->software_iftypes & BIT(iftype); in cfg80211_iftype_allowed()
H A Dcore.c649 if (WARN_ON(wiphy->software_iftypes & types)) in wiphy_verify_iface_combinations()
H A Dnl80211.c2840 rdev->wiphy.software_iftypes)) in nl80211_send_wiphy()
/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c2651 wiphy->software_iftypes |= BIT(NL80211_IFTYPE_MONITOR); in rtw_cfg80211_preinit_wiphy()
/linux/include/net/
H A Dcfg80211.h5865 u16 software_iftypes; member
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c10335 ar->hw->wiphy->software_iftypes |= BIT(NL80211_IFTYPE_AP_VLAN); in ath10k_mac_register()