Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_capa.c346 struct nlattr *nl_iftype; in get_iface_akm_suites_info() local
363 nla_for_each_nested(nl_iftype, tb[NL80211_IFTYPE_AKM_ATTR_IFTYPES], i) { in get_iface_akm_suites_info()
364 switch (nla_type(nl_iftype)) { in get_iface_akm_suites_info()
400 nl80211_iftype_str(nla_type(nl_iftype)), in get_iface_akm_suites_info()
1854 struct nlattr *nl_iftype) in phy_info_iftype() argument
1861 nla_data(nl_iftype), nla_len(nl_iftype), NULL); in phy_info_iftype()
1939 struct nlattr *nl_iftype; in phy_info_band() local
1942 nla_for_each_nested(nl_iftype, in phy_info_band()
1945 ret = phy_info_iftype(mode, nl_iftype); in phy_info_band()