realm.py: lots of fixes, now creates L3 connections

This commit is contained in:
Jed Reynolds
2020-07-02 01:45:18 -07:00
parent 16ba291bbb
commit 477a70a311
2 changed files with 148 additions and 99 deletions

View File

@@ -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: