1config BR2_PACKAGE_REAVER 2 bool "reaver" 3 depends on BR2_TOOLCHAIN_HAS_THREADS 4 select BR2_PACKAGE_LIBPCAP 5 help 6 Reaver is a tool to audit networks against brute WPS pins 7 attacks. It is complementary to "Aircrack-ng". 8 9 https://code.google.com/archive/p/reaver-wps/wikis/README.wiki 10 https://github.com/t6x/reaver-wps-fork-t6x 11 12comment "reaver needs a toolchain w/ threads" 13 depends on !BR2_TOOLCHAIN_HAS_THREADS 14