Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_capa.c525 struct nlattr *tb1[NL80211_ATTR_MAX + 1], *attr; in wiphy_info_extended_capab() local
534 nla_parse(tb1, NL80211_ATTR_MAX, nla_data(attr), in wiphy_info_extended_capab()
537 if (!tb1[NL80211_ATTR_IFTYPE] || in wiphy_info_extended_capab()
538 !tb1[NL80211_ATTR_EXT_CAPA] || in wiphy_info_extended_capab()
539 !tb1[NL80211_ATTR_EXT_CAPA_MASK]) in wiphy_info_extended_capab()
543 capa->iftype = nla_get_u32(tb1[NL80211_ATTR_IFTYPE]); in wiphy_info_extended_capab()
548 len = nla_len(tb1[NL80211_ATTR_EXT_CAPA]); in wiphy_info_extended_capab()
553 os_memcpy(capa->ext_capa, nla_data(tb1[NL80211_ATTR_EXT_CAPA]), in wiphy_info_extended_capab()
559 len = nla_len(tb1[NL80211_ATTR_EXT_CAPA_MASK]); in wiphy_info_extended_capab()
565 nla_data(tb1[NL80211_ATTR_EXT_CAPA_MASK]), len); in wiphy_info_extended_capab()
/external/dexmaker/lib/
Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...