awkman / pywifi

A cross-platform module for manipulating WiFi devices.
MIT License
453 stars 154 forks source link

Document error: The two Authentication Algorithms option is wrong #58

Open feverwind opened 4 years ago

feverwind commented 4 years ago

In the doc.md, the two Authentication Algorithms option is

const.AUTH_OPEN
const.AUTH_SHARED

but int the const.py,the real option is

AUTH_ALG_OPEN = 0
AUTH_ALG_SHARED = 1

please fix it