opentechinstitute / commotiond

The system management daemon for the Commotion Wireless Project.
https://commotionwireless.net
GNU Affero General Public License v3.0
26 stars 21 forks source link

Invalid BSSID generation #83

Closed hawkinswnaf closed 10 years ago

hawkinswnaf commented 10 years ago

All BSSIDs must start with 0x02 -- they need to be "local" MAC addresses. http://en.wikipedia.org/wiki/Service_set_(802.11_network)#Basic_service_set_identification_.28BSSID.29

hawkinswnaf commented 10 years ago

Should be fixed in pull request #82

jheretic commented 10 years ago

Merged #82, fixed now.