HomeSort by relevance Sort by last modified time
    Searched refs:libnl (Results 1 - 24 of 24) sorted by null

  /hardware/qcom/wlan/cld80211-lib/
Android.mk 8 external/libnl/include
9 LOCAL_SHARED_LIBRARIES := libcutils libnl liblog
  /system/extras/taskstats/
Android.mk 10 libnl
  /external/nfacct/
Android.mk 6 INCLUDES += external/libnl/include
23 LOCAL_SHARED_LIBRARIES += libnl
  /external/autotest/client/deps/iwcap/src/
Makefile 20 NL1FOUND := $(shell $(PKG_CONFIG) --atleast-version=1 libnl-1 && echo Y)
21 NL2FOUND := $(shell $(PKG_CONFIG) --atleast-version=2 libnl-2.0 && echo Y)
24 NLLIBNAME = libnl-1
30 NLLIBNAME = libnl-2.0
34 $(error Cannot find development files for any supported version of libnl)
55 $(error No libnl found)
  /test/vts-testcase/security/poc/target/
Android.poc_test_list.mk 41 module_shared_libraries := libnl
57 module_shared_libraries := libnl
  /external/libnl/
configure.ac 45 AC_INIT(libnl, [libnl_version], [], [], [http://www.infradead.org/~tgr/libnl/])
124 libnl.sym
125 libnl-3.0.pc
126 libnl-route-3.0.pc
127 libnl-genl-3.0.pc
128 libnl-nf-3.0.pc
129 libnl-cli-3.0.pc
165 echo " There have been some changes starting with 3.2 regarding where and how libnl"
166 echo " is being installed on the system in order to allow multiple libnl versions
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
Android.mk 33 external/libnl/include \
68 ifneq ($(wildcard external/libnl),)
69 LOCAL_SHARED_LIBRARIES += libnl
70 LOCAL_C_INCLUDES += external/libnl/include
73 LOCAL_C_INCLUDES += external/libnl-headers
95 external/libnl/include \
132 ifneq ($(wildcard external/libnl),)
133 LOCAL_SHARED_LIBRARIES += libnl
134 LOCAL_C_INCLUDES += external/libnl/include
137 LOCAL_C_INCLUDES += external/libnl-header
    [all...]
  /external/iw/
Makefile 29 NL3xFOUND := $(shell $(PKG_CONFIG) --atleast-version=3.2 libnl-3.0 && echo Y)
31 NL31FOUND := $(shell $(PKG_CONFIG) --exact-version=3.1 libnl-3.1 && echo Y)
33 NL3FOUND := $(shell $(PKG_CONFIG) --atleast-version=3 libnl-3.0 && echo Y)
35 NL2FOUND := $(shell $(PKG_CONFIG) --atleast-version=2 libnl-2.0 && echo Y)
37 NL1FOUND := $(shell $(PKG_CONFIG) --atleast-version=1 libnl-1 && echo Y)
44 NLLIBNAME = libnl-1
50 NLLIBNAME = libnl-2.0
54 # libnl 3.2 might be found as 3.2 and 3.0
58 NLLIBNAME = libnl-3.0
64 NLLIBNAME = libnl-3.
    [all...]
Android.mk 25 LOCAL_STATIC_LIBRARIES := libnl
  /device/generic/goldfish/wifi/wpa_supplicant_8_lib/
Android.mk 24 # Use a custom libnl on releases before N
26 EXTERNAL_GCE_LIBNL_INCLUDE := external/gce/libnl/include
46 WPA_SUPPL_DIR_INCLUDE += external/libnl/include
  /external/android-clat/
Android.mk 9 LOCAL_C_INCLUDES := external/libnl/include bionic/libc/dns/include system/netd/include
10 LOCAL_STATIC_LIBRARIES := libnl
  /device/google/cuttlefish_common/guest/libs/wpa_supplicant_8_lib/
Android.mk 23 # Use a custom libnl on releases before N
25 EXTERNAL_VSOC_LIBNL_INCLUDE := external/gce/libnl/include
45 WPA_SUPPL_DIR_INCLUDE += external/libnl/include
  /hardware/interfaces/wifi/1.2/default/
Android.mk 55 libnl \
81 libnl \
117 libnl \
  /system/extras/iotop/
Android.mk 24 LOCAL_SHARED_LIBRARIES := libnl libbase
  /external/libnl/doc/
configure.ac 12 AC_INIT(libnl-doc, [3.2.25], [http://www.infradead.org/~tgr/libnl/])
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
Android.mk 38 WPA_SUPPL_DIR_INCLUDE += external/libnl/include
  /hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
Android.mk 38 WPA_SUPPL_DIR_INCLUDE += external/libnl/include
  /cts/hostsidetests/security/securityPatch/CVE-2017-0553/
Android.mk 23 LOCAL_SHARED_LIBRARIES := libnl
  /device/google/cuttlefish/
host_package.mk 48 libnl \
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
Android.mk 32 external/libnl/include \
  /frameworks/opt/net/wifi/libwifi_hal/
Android.mk 121 libnl \
  /frameworks/opt/net/wifi/tests/wifitests/
Android.mk 99 libnl \
  /external/wpa_supplicant_8/src/drivers/
drivers.mak 63 DRV_CFLAGS += $(shell $(PKG_CONFIG) --cflags libnl-3.0)
  /external/wpa_supplicant_8/hostapd/
Android.mk 65 ifneq ($(wildcard external/libnl),)
66 INCLUDES += external/libnl/include
68 INCLUDES += external/libnl-headers
1109 ifneq ($(wildcard external/libnl),)
1110 LOCAL_SHARED_LIBRARIES += libnl

Completed in 1924 milliseconds