Searched refs:nl_iftype (Results 1 – 1 of 1) sorted by relevance
350 struct nlattr *nl_iftype; in get_iface_akm_suites_info() local367 nla_for_each_nested(nl_iftype, tb[NL80211_IFTYPE_AKM_ATTR_IFTYPES], i) { in get_iface_akm_suites_info()368 switch (nla_type(nl_iftype)) { in get_iface_akm_suites_info()404 nl80211_iftype_str(nla_type(nl_iftype)), in get_iface_akm_suites_info()2026 struct nlattr *nl_iftype) in phy_info_iftype() argument2033 nla_data(nl_iftype), nla_len(nl_iftype), NULL); in phy_info_iftype()2112 struct nlattr *nl_iftype; in phy_info_band() local2115 nla_for_each_nested(nl_iftype, in phy_info_band()2118 ret = phy_info_iftype(mode, nl_iftype); in phy_info_band()