rockymeza / wifi

[unmaintained] WiFi tools for linux
http://pypi.python.org/pypi/wifi
BSD 2-Clause "Simplified" License
305 stars 151 forks source link

Scheme always uses dhcp #103

Closed Grandpa-G closed 8 years ago

Grandpa-G commented 8 years ago

From what I can tell, the schemes always use dhcp. Could we make it part of the option? I need static ip and this doesn't work for me.

edras commented 8 years ago

This is exactly what I was looking for. I need to setup static ip and this issue would be very nice.

rockymeza commented 8 years ago

Hi this is a great idea. Here's where the code refers to dhcp: https://github.com/rockymeza/wifi/blob/master/wifi/scheme.py#L90

I don't have time to write this right now, but if you wanted to write a pull request that would be super awesome.

Grandpa-G commented 8 years ago

I am no longer using wifi.