mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
realm.py: lots of fixes, now creates L3 connections
This commit is contained in:
@@ -55,7 +55,7 @@ print("** Creating Stations **")
|
||||
profile = localrealm.new_station_profile()
|
||||
profile.use_wpa2(True, "jedway-wpa2-x2048-5-1", "jedway-wpa2-x2048-5-1")
|
||||
profile.set_command_flag("add_sta", "80211u_enable", 1)
|
||||
profile.set_prefix("0100")
|
||||
profile.set_number_template("0100")
|
||||
profile.create(1, "wiphy0", 5)
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user