Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dcore.c926 u32 ap_bits = BIT(NL80211_IFTYPE_AP) | in wiphy_register() local
946 has_ap = iftd->types_mask & ap_bits; in wiphy_register()
947 has_non_ap = iftd->types_mask & ~ap_bits; in wiphy_register()