Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_capa.c841 struct nlattr *tb1[NL80211_ATTR_MAX + 1], *attr; in wiphy_info_extended_capab() local
850 nla_parse(tb1, NL80211_ATTR_MAX, nla_data(attr), in wiphy_info_extended_capab()
853 if (!tb1[NL80211_ATTR_IFTYPE] || in wiphy_info_extended_capab()
854 !tb1[NL80211_ATTR_EXT_CAPA] || in wiphy_info_extended_capab()
855 !tb1[NL80211_ATTR_EXT_CAPA_MASK]) in wiphy_info_extended_capab()
859 capa->iftype = nla_get_u32(tb1[NL80211_ATTR_IFTYPE]); in wiphy_info_extended_capab()
864 len = nla_len(tb1[NL80211_ATTR_EXT_CAPA]); in wiphy_info_extended_capab()
865 capa->ext_capa = os_memdup(nla_data(tb1[NL80211_ATTR_EXT_CAPA]), in wiphy_info_extended_capab()
874 len = nla_len(tb1[NL80211_ATTR_EXT_CAPA_MASK]); in wiphy_info_extended_capab()
876 os_memdup(nla_data(tb1[NL80211_ATTR_EXT_CAPA_MASK]), in wiphy_info_extended_capab()
[all …]