Home
last modified time | relevance | path

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

/external/iproute2/include/linux/
Dnetlink.h128 __u16 nla_type; member
/external/libnl-headers/netlink/
Dattr.h77 extern int nla_type(const struct nlattr *);
/external/kernel-headers/original/linux/
Dnetlink.h128 __u16 nla_type; member
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c2603 switch (nla_type(nl_mode)) { in wiphy_info_supported_iftypes()
2661 int ift = nla_type(nl_mode); in wiphy_info_iface_comb_process()
5283 if (phy_info->last_mode != nl_band->nla_type) { in phy_info_band()
5296 phy_info->last_mode = nl_band->nla_type; in phy_info_band()