Home
last modified time | relevance | path

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

/Linux-v4.19/net/mac80211/
Dmain.c975 hw->wiphy->software_iftypes |= BIT(NL80211_IFTYPE_AP_VLAN); in ieee80211_register_hw()
980 hw->wiphy->software_iftypes |= BIT(NL80211_IFTYPE_MONITOR); in ieee80211_register_hw()
Dutil.c3522 if (local->hw.wiphy->software_iftypes & BIT(iftype)) { in ieee80211_check_combinations()
3557 local->hw.wiphy->software_iftypes & BIT(wdev_iter->iftype)) in ieee80211_check_combinations()
/Linux-v4.19/net/wireless/
Dutil.c1671 !(wiphy->software_iftypes & BIT(iftype))) in cfg80211_iter_combinations()
1693 if (wiphy->software_iftypes & BIT(iftype)) in cfg80211_iter_combinations()
Dcore.c581 if (WARN_ON(wiphy->software_iftypes & types)) in wiphy_verify_combinations()
Dnl80211.c1865 rdev->wiphy.software_iftypes)) in nl80211_send_wiphy()
/Linux-v4.19/include/net/
Dcfg80211.h3984 u16 software_iftypes; member
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c3386 wiphy->software_iftypes |= BIT(NL80211_IFTYPE_MONITOR); in rtw_cfg80211_preinit_wiphy()