Home
last modified time | relevance | path

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

/linux/net/wireless/
A Dcore.c669 u16 ifmodes = wiphy->interface_modes; in wiphy_register() local
798 WARN_ON(!ifmodes); in wiphy_register()
799 ifmodes &= ((1 << NUM_NL80211_IFTYPES) - 1) & ~1; in wiphy_register()
800 if (WARN_ON(ifmodes != wiphy->interface_modes)) in wiphy_register()
801 wiphy->interface_modes = ifmodes; in wiphy_register()
A Dnl80211.c1506 static int nl80211_put_iftypes(struct sk_buff *msg, u32 attr, u16 ifmodes) in nl80211_put_iftypes() argument
1515 while (ifmodes) { in nl80211_put_iftypes()
1516 if ((ifmodes & 1) && nla_put_flag(msg, i)) in nl80211_put_iftypes()
1518 ifmodes >>= 1; in nl80211_put_iftypes()

Completed in 30 milliseconds