nerves-project-attic / nerves_network

Connect to wired and wireless networks on Nerves platforms.
Apache License 2.0
58 stars 20 forks source link

Static IP in a WEP network #90

Closed alde103 closed 5 years ago

alde103 commented 6 years ago

Environment

config :nerves_network, :default, wlan0: [ ssid: System.get_env("SSID") ipv4_address_method: :static, ipv4_address: "192.168.1.20", ipv4_subnet_mask: "255.255.255.0", ipv4_gateway: "192.168.1.1", key_mgmt: :NONE, wep_key0: :"3132333435", wep_tx_keyidx: 0 ]

Expected behavior

i expect to connect to a wep network with the disired IP but it connects to the network with another IP.

ConnorRigby commented 5 years ago

I think this should now be fixed on master. Would you mind trying it out?

ConnorRigby commented 5 years ago

Should be fixed in #97