Home
last modified time | relevance | path

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

/linux-4.1.27/net/wireless/
Dutil.c1533 !(wiphy->software_iftypes & BIT(iftype))) in cfg80211_iter_combinations()
1555 if (wiphy->software_iftypes & BIT(iftype)) in cfg80211_iter_combinations()
1648 if (rdev->wiphy.software_iftypes & BIT(iftype)) { in cfg80211_can_use_iftype_chan()
1690 if (rdev->wiphy.software_iftypes & BIT(wdev_iter->iftype)) in cfg80211_can_use_iftype_chan()
Dcore.c514 if (WARN_ON(wiphy->software_iftypes & types)) in wiphy_verify_combinations()
Dnl80211.c1585 rdev->wiphy.software_iftypes)) in nl80211_send_wiphy()
/linux-4.1.27/net/mac80211/
Dmain.c901 hw->wiphy->software_iftypes |= BIT(NL80211_IFTYPE_AP_VLAN); in ieee80211_register_hw()
906 hw->wiphy->software_iftypes |= BIT(NL80211_IFTYPE_MONITOR); in ieee80211_register_hw()
Dutil.c3224 if (local->hw.wiphy->software_iftypes & BIT(iftype)) { in ieee80211_check_combinations()
3257 local->hw.wiphy->software_iftypes & BIT(wdev_iter->iftype)) in ieee80211_check_combinations()
/linux-4.1.27/include/net/
Dcfg80211.h3133 u16 software_iftypes; member
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/
Dioctl_cfg80211.c3228 wiphy->software_iftypes |= BIT(NL80211_IFTYPE_MONITOR); in rtw_cfg80211_preinit_wiphy()