OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONFIG_L2_PACKET
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant/
Android.mk
148
ifndef
CONFIG_L2_PACKET
149
CONFIG_L2_PACKET
=freebsd
156
ifndef
CONFIG_L2_PACKET
157
CONFIG_L2_PACKET
=pcap
179
ifndef
CONFIG_L2_PACKET
180
CONFIG_L2_PACKET
=linux
183
OBJS += l2_packet_$(
CONFIG_L2_PACKET
).c
185
ifeq ($(
CONFIG_L2_PACKET
), pcap)
195
ifeq ($(
CONFIG_L2_PACKET
), winpcap)
200
ifeq ($(
CONFIG_L2_PACKET
), freebsd
[
all
...]
Makefile
145
ifndef
CONFIG_L2_PACKET
146
CONFIG_L2_PACKET
=freebsd
156
ifndef
CONFIG_L2_PACKET
157
CONFIG_L2_PACKET
=pcap
175
ifndef
CONFIG_L2_PACKET
176
CONFIG_L2_PACKET
=linux
179
OBJS += l2_packet_$(
CONFIG_L2_PACKET
).o
181
ifeq ($(
CONFIG_L2_PACKET
), pcap)
191
ifeq ($(
CONFIG_L2_PACKET
), winpcap)
196
ifeq ($(
CONFIG_L2_PACKET
), freebsd
[
all
...]
/external/wpa_supplicant_6/wpa_supplicant/
Android.mk
210
ifndef
CONFIG_L2_PACKET
211
CONFIG_L2_PACKET
=freebsd
221
ifndef
CONFIG_L2_PACKET
222
CONFIG_L2_PACKET
=pcap
269
ifndef
CONFIG_L2_PACKET
270
CONFIG_L2_PACKET
=linux
273
OBJS_l2 += src/l2_packet/l2_packet_$(
CONFIG_L2_PACKET
).c
275
ifeq ($(
CONFIG_L2_PACKET
), pcap)
285
ifeq ($(
CONFIG_L2_PACKET
), winpcap)
290
ifeq ($(
CONFIG_L2_PACKET
), freebsd
[
all
...]
Makefile
191
ifndef
CONFIG_L2_PACKET
192
CONFIG_L2_PACKET
=freebsd
202
ifndef
CONFIG_L2_PACKET
203
CONFIG_L2_PACKET
=pcap
246
ifndef
CONFIG_L2_PACKET
247
CONFIG_L2_PACKET
=linux
250
OBJS_l2 += ../src/l2_packet/l2_packet_$(
CONFIG_L2_PACKET
).o
252
ifeq ($(
CONFIG_L2_PACKET
), pcap)
262
ifeq ($(
CONFIG_L2_PACKET
), winpcap)
267
ifeq ($(
CONFIG_L2_PACKET
), freebsd
[
all
...]
Completed in 1795 milliseconds