Skip to content

Conversation

atom-smasher
Copy link

As noted in the README and the code comments, some new features and very significant bug fixes.

First project here. Just trying to figure out the platform.
formatting. readability
formatting, readability
Added functionality to handle 20,000+ SSIDs using "classic" (sequential) MAC addresses; I was only able to compile a little over 23,000 SSID names for testing. This requires the 4th and 5th octets of the MAC address to roll-over, as needed. Changed how the PRNG is seeded, using "mayhem" mode, account of this bug - arduino/Arduino#11811
Updated start-up messages and info to reflect v1.1. Fixed typos.
pedantic changes
bug fixes and new features
improved performance, new features, new start-up messages
pedantic code/comment clean-up
just adding a comment about a good way to manually generate a random key, on most modern linux systems:
crc32 /proc/sys/kernel/random/uuid | awk '{print "0x"$0}'
Adding another comment about manually generating a random seed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant