Searched refs:NLA_U16 (Results 1 – 11 of 11) sorted by relevance
/external/iw/ |
D | link.c | 33 [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()
|
D | station.c | 52 [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()
|
D | scan.c | 1858 [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/ |
D | ct.c | 75 [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/ |
D | dsmark.c | 53 [TCA_DSMARK_INDICES] = { .type = NLA_U16 }, 54 [TCA_DSMARK_DEFAULT_INDEX] = { .type = NLA_U16 },
|
/external/libnl/include/netlink/ |
D | attr.h | 40 NLA_U16, /**< 16 bit integer */ enumerator
|
/external/libnl/lib/genl/ |
D | ctrl.c | 41 [CTRL_ATTR_FAMILY_ID] = { .type = NLA_U16 },
|
/external/libnl/lib/ |
D | attr.c | 521 [NLA_U16] = sizeof(uint16_t),
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211_scan.c | 574 [NL80211_BSS_BEACON_INTERVAL] = { .type = NLA_U16 }, in bss_info_handler() 575 [NL80211_BSS_CAPABILITY] = { .type = NLA_U16 }, in bss_info_handler()
|
D | driver_nl80211.c | 1215 [NL80211_RATE_INFO_BITRATE] = { .type = NLA_U16 }, in get_link_signal()
|
/external/libnl/lib/route/link/ |
D | vlan.c | 65 [IFLA_VLAN_ID] = { .type = NLA_U16 },
|