Home
last modified time | relevance | path

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

/external/strace/xlat/
Drtnl_link_attrs.h83 #if defined(IFLA_WIRELESS) || (defined(HAVE_DECL_IFLA_WIRELESS) && HAVE_DECL_IFLA_WIRELESS)
85 static_assert((IFLA_WIRELESS) == (11), "IFLA_WIRELESS != 11");
88 # define IFLA_WIRELESS 11
392 XLAT(IFLA_WIRELESS),
Drtnl_link_attrs.in12 IFLA_WIRELESS 11
/external/wpa_supplicant_8/src/drivers/
Dpriv_netlink.h27 #ifndef IFLA_WIRELESS
28 #define IFLA_WIRELESS 11 macro
Ddriver_hostap.c892 if (attr->rta_type == IFLA_WIRELESS) { in hostapd_wireless_event_rtm_newlink()
Ddriver_atheros.c1567 if (attr->rta_type == IFLA_WIRELESS) { in atheros_wireless_event_rtm_newlink()
Ddriver_wext.c689 if (attr->rta_type == IFLA_WIRELESS) { in wpa_driver_wext_event_rtm_newlink()
Ddriver_nl80211.c1187 case IFLA_WIRELESS: in wpa_driver_nl80211_event_rtm_newlink()
/external/iproute2/include/uapi/linux/
Dif_link.h121 IFLA_WIRELESS, /* Wireless Extension event - see wireless.h */ enumerator
122 #define IFLA_WIRELESS IFLA_WIRELESS macro
/external/libnl/include/linux-private/linux/
Dif_link.h121 IFLA_WIRELESS, /* Wireless Extension event - see wireless.h */ enumerator
122 #define IFLA_WIRELESS IFLA_WIRELESS macro
/external/kernel-headers/original/uapi/linux/
Dif_link.h291 IFLA_WIRELESS, /* Wireless Extension event - see wireless.h */ enumerator
292 #define IFLA_WIRELESS IFLA_WIRELESS macro
/external/strace/
Drtnl_link.c851 [IFLA_WIRELESS] = NULL, /* unimplemented */
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1328 pub const IFLA_WIRELESS: ::c_ushort = 11; constant