Home
last modified time | relevance | path

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

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