Home
last modified time | relevance | path

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

/linux-4.4.14/net/wireless/
Dutil.c1534 !(wiphy->software_iftypes & BIT(iftype))) in cfg80211_iter_combinations()
1556 if (wiphy->software_iftypes & BIT(iftype)) in cfg80211_iter_combinations()
1649 if (rdev->wiphy.software_iftypes & BIT(iftype)) { in cfg80211_can_use_iftype_chan()
1691 if (rdev->wiphy.software_iftypes & BIT(wdev_iter->iftype)) in cfg80211_can_use_iftype_chan()
Dcore.c521 if (WARN_ON(wiphy->software_iftypes & types)) in wiphy_verify_combinations()
Dnl80211.c1598 rdev->wiphy.software_iftypes)) in nl80211_send_wiphy()
/linux-4.4.14/net/mac80211/
Dmain.c905 hw->wiphy->software_iftypes |= BIT(NL80211_IFTYPE_AP_VLAN); in ieee80211_register_hw()
910 hw->wiphy->software_iftypes |= BIT(NL80211_IFTYPE_MONITOR); in ieee80211_register_hw()
Dutil.c3222 if (local->hw.wiphy->software_iftypes & BIT(iftype)) { in ieee80211_check_combinations()
3255 local->hw.wiphy->software_iftypes & BIT(wdev_iter->iftype)) in ieee80211_check_combinations()
/linux-4.4.14/include/net/
Dcfg80211.h3192 u16 software_iftypes; member
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/
Dioctl_cfg80211.c3228 wiphy->software_iftypes |= BIT(NL80211_IFTYPE_MONITOR); in rtw_cfg80211_preinit_wiphy()