awkman / pywifi

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

remove_network_profile() part of interface but not implemented #44

Closed detly closed 5 years ago

detly commented 5 years ago

The iface class appears to have a remove_network_profile() function that, I assume, is the opposite of add_network_profile() and removes a single profile. It seems to have two problems:

I don't know enough about the underlying implementations to craft a fix, but given a little info I might be able to create a PR.

awkman commented 5 years ago

Thanks for this comment. I finished the remove_network_profile() of pywifi.