Home
last modified time | relevance | path

Searched refs:chantype (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dcfg80211.h789 * @chantype: the channel type
795 enum nl80211_channel_type chantype);
/kernel/linux/linux-6.6/include/net/
H A Dcfg80211.h874 * @chantype: the channel type
880 enum nl80211_channel_type chantype);
/kernel/linux/linux-5.10/net/wireless/
H A Dnl80211.c2925 enum nl80211_channel_type chantype; in nl80211_parse_chandef() local
2927 chantype = nla_get_u32(attrs[NL80211_ATTR_WIPHY_CHANNEL_TYPE]); in nl80211_parse_chandef()
2929 switch (chantype) { in nl80211_parse_chandef()
2935 chantype); in nl80211_parse_chandef()
/kernel/linux/linux-6.6/net/wireless/
H A Dnl80211.c3261 enum nl80211_channel_type chantype; in nl80211_parse_chandef() local
3263 chantype = nla_get_u32(attrs[NL80211_ATTR_WIPHY_CHANNEL_TYPE]); in nl80211_parse_chandef()
3265 switch (chantype) { in nl80211_parse_chandef()
3271 chantype); in nl80211_parse_chandef()

Completed in 64 milliseconds