blueprints/captive_portal.py:305,345 contain TODO(#issue-needed) placeholders for two routes:
- AP credential update via WifiService
- network reordering via WifiService
These are management actions on the on-device AP that v1 supported. The WifiService surface needs to expose update_ap_credentials(ssid, password) and reorder_networks(ordering) before the routes can be wired.
blueprints/captive_portal.py:305,345containTODO(#issue-needed)placeholders for two routes:These are management actions on the on-device AP that v1 supported. The WifiService surface needs to expose
update_ap_credentials(ssid, password)andreorder_networks(ordering)before the routes can be wired.