Home
last modified time | relevance | path

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

/linux-4.4.14/net/wireless/
Dcore.c478 u16 all_iftypes = 0; in wiphy_verify_combinations() local
513 if (WARN_ON(types & all_iftypes)) in wiphy_verify_combinations()
515 all_iftypes |= types; in wiphy_verify_combinations()
Dutil.c1541 u32 all_iftypes = 0; in cfg80211_iter_combinations() local
1559 all_iftypes |= limits[j].types; in cfg80211_iter_combinations()
1580 if ((all_iftypes & used_iftypes) != used_iftypes) in cfg80211_iter_combinations()