Skip to content

Commit

Permalink
Add example for AP wifi interface with WPA2
Browse files Browse the repository at this point in the history
Signed-off-by: Pau Escrich <p4u@dabax.net>
  • Loading branch information
p4u committed Jan 23, 2017
1 parent 2ed3de2 commit 4052a0a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/lime-system/files/etc/config/lime-example
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@ config lime wifi
# option client_key 'SomeWPApskPassword'
# option client_encryption 'psk'

#config wifi radio14
# list modes 'ap'
# option channel_2ghz '1'
# option channel_5ghz '36'
# option ap_ssid 'MyPrivateSSID'
# option ap_key 'WPA2PskKey'


### Network interface specific options ( override general option )
### Available protocols: bmx6, batadv, olsr, olsr6, wan, lan, manual
### proto:vlan_number works too ( something like bmx6:13 is supported )
Expand Down

4 comments on commit 4052a0a

@ilario
Copy link
Member

@ilario ilario commented on 4052a0a Jan 23, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woowoowow was it this easy? Great!
Is there a way for having both an open and a WPA AP on the same wireless interface?

@p4u
Copy link
Member Author

@p4u p4u commented on 4052a0a Jan 23, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if a second "apname" device might be added without PSK encryption. We should review the code or test it directly on some device.

@aparcar
Copy link
Member

@aparcar aparcar commented on 4052a0a May 9, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can I setup encryption for config lime wifi as well or only for a dedicated interface?

@p4u
Copy link
Member Author

@p4u p4u commented on 4052a0a May 11, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can set it up to all WiFi interfaces by adding the options to the wifi general section.

By the way, apname_key and apname_encryption should also be added to use WPA2 in the apname wifi devices.

Please sign in to comment.