Home
last modified time | relevance | path

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

/Linux-v6.6/net/wireless/
Dcore.c883 u32 ap_bits = BIT(NL80211_IFTYPE_AP) | in wiphy_register() local
905 has_ap = iftd->types_mask & ap_bits; in wiphy_register()
906 has_non_ap = iftd->types_mask & ~ap_bits; in wiphy_register()