Searched refs:NLA_UNSPEC (Results 1 – 8 of 8) sorted by relevance
/external/libnl/include/netlink/ |
D | attr.h | 40 NLA_UNSPEC, /**< Unspecified type, binary data chunk */ enumerator
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211_scan.c | 705 [NL80211_BSS_BSSID] = { .type = NLA_UNSPEC }, in nl80211_parse_bss_info() 710 [NL80211_BSS_INFORMATION_ELEMENTS] = { .type = NLA_UNSPEC }, in nl80211_parse_bss_info() 715 [NL80211_BSS_BEACON_IES] = { .type = NLA_UNSPEC }, in nl80211_parse_bss_info() 717 [NL80211_BSS_PARENT_BSSID] = { .type = NLA_UNSPEC }, in nl80211_parse_bss_info()
|
D | driver_nl80211.c | 1426 [NL80211_BSS_BSSID] = { .type = NLA_UNSPEC }, in nl80211_get_assoc_freq_handler() 1428 [NL80211_BSS_INFORMATION_ELEMENTS] = { .type = NLA_UNSPEC }, in nl80211_get_assoc_freq_handler()
|
/external/libnl/lib/ |
D | attr.c | 206 else if (pt->type != NLA_UNSPEC) in validate_nla()
|
/external/libnl/lib/route/link/ |
D | macvlan.c | 59 [IFLA_MACVLAN_MACADDR] = { .type = NLA_UNSPEC },
|
/external/libnl/python/netlink/ |
D | capi.i | 932 NLA_UNSPEC, /**< Unspecified type, binary data chunk */ enumerator
|
/external/libnl/lib/route/ |
D | link.c | 371 [IFLA_PHYS_PORT_ID] = { .type = NLA_UNSPEC }, 373 [IFLA_PHYS_SWITCH_ID] = { .type = NLA_UNSPEC },
|
/external/libnl/doc/ |
D | core.txt | 1813 +NLA_U32+, +NLA_STRING+, +NLA_FLAG+. The default is +NLA_UNSPEC+. The 2074 | NLA_UNSPEC | Unspecified attribute
|