Home
last modified time | relevance | path

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

/external/iw/
Dlink.c33 [NL80211_BSS_BEACON_INTERVAL] = { .type = NLA_U16 }, in link_bss_handler()
34 [NL80211_BSS_CAPABILITY] = { .type = NLA_U16 }, in link_bss_handler()
127 [NL80211_STA_INFO_LLID] = { .type = NLA_U16 }, in print_link_sta()
128 [NL80211_STA_INFO_PLID] = { .type = NLA_U16 }, in print_link_sta()
136 [NL80211_STA_BSS_PARAM_BEACON_INTERVAL] = { .type = NLA_U16 }, in print_link_sta()
Dstation.c52 [NL80211_RATE_INFO_BITRATE] = { .type = NLA_U16 }, in parse_bitrate()
138 [NL80211_STA_INFO_LLID] = { .type = NLA_U16 }, in print_sta_handler()
139 [NL80211_STA_INFO_PLID] = { .type = NLA_U16 }, in print_sta_handler()
Dscan.c1858 [NL80211_BSS_BEACON_INTERVAL] = { .type = NLA_U16 }, in print_bss_handler()
1859 [NL80211_BSS_CAPABILITY] = { .type = NLA_U16 }, in print_bss_handler()
/external/libnl/lib/netfilter/
Dct.c75 [CTA_PROTO_SRC_PORT] = { .type = NLA_U16 },
76 [CTA_PROTO_DST_PORT] = { .type = NLA_U16 },
77 [CTA_PROTO_ICMP_ID] = { .type = NLA_U16 },
80 [CTA_PROTO_ICMPV6_ID] = { .type = NLA_U16 },
/external/libnl/lib/route/sch/
Ddsmark.c53 [TCA_DSMARK_INDICES] = { .type = NLA_U16 },
54 [TCA_DSMARK_DEFAULT_INDEX] = { .type = NLA_U16 },
/external/libnl/include/netlink/
Dattr.h40 NLA_U16, /**< 16 bit integer */ enumerator
/external/libnl/lib/genl/
Dctrl.c41 [CTRL_ATTR_FAMILY_ID] = { .type = NLA_U16 },
/external/libnl/lib/
Dattr.c521 [NLA_U16] = sizeof(uint16_t),
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_scan.c574 [NL80211_BSS_BEACON_INTERVAL] = { .type = NLA_U16 }, in bss_info_handler()
575 [NL80211_BSS_CAPABILITY] = { .type = NLA_U16 }, in bss_info_handler()
Ddriver_nl80211.c1215 [NL80211_RATE_INFO_BITRATE] = { .type = NLA_U16 }, in get_link_signal()
/external/libnl/lib/route/link/
Dvlan.c65 [IFLA_VLAN_ID] = { .type = NLA_U16 },