You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
300 B
9 lines
300 B
20 years ago
|
obj-$(CONFIG_HOSTAP) += hostap.o
|
||
|
obj-$(CONFIG_HOSTAP_WEP) += hostap_crypt_wep.o
|
||
|
obj-$(CONFIG_HOSTAP_TKIP) += hostap_crypt_tkip.o
|
||
|
obj-$(CONFIG_HOSTAP_CCMP) += hostap_crypt_ccmp.o
|
||
|
|
||
|
obj-$(CONFIG_HOSTAP_CS) += hostap_cs.o
|
||
|
obj-$(CONFIG_HOSTAP_PLX) += hostap_plx.o
|
||
|
obj-$(CONFIG_HOSTAP_PCI) += hostap_pci.o
|