Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Create a PoC with corewifi for MacOS #95

Open
agomezmoron opened this issue Nov 24, 2020 · 3 comments
Open

Create a PoC with corewifi for MacOS #95

agomezmoron opened this issue Nov 24, 2020 · 3 comments
Assignees
Labels
apple iOS/MacOS related

Comments

@agomezmoron
Copy link

In order to see if we can build an app native in MacOS, we need to build PoC to be run in xCode (without UI) configuring:

  1. A simple profile based on SSID + password
  2. A simple profile based on username + password
  3. If the simple profile worked, added a CA to be validated to that profile
  4. If the previous 3 profiles worked, then perform one based on certificates

For the tests, please leave variables to be changed in runtime to be checked

@agomezmoron agomezmoron added the apple iOS/MacOS related label Nov 24, 2020
@CarlosFJ
Copy link
Contributor

CarlosFJ commented Dec 1, 2020

PoC in branch feature/mac-poc

@agomezmoron
Copy link
Author

2 new items:

  • Being able to choose a file from the UI (.eap-config) and configure the network
  • If I click on a .eap-config file en macOS, the app should be opened and configured the network

@CarlosFJ
Copy link
Contributor

CarlosFJ commented Dec 15, 2020

Configuration network by eap-config file opened, in branch feature/mac-eapconfig.

When the application is initialized by eap-config file, it will be create an EAP class object that contains all info. This will send you to the determined view and autofill the inputs with the info.

Important, the values will be auto filled, but it wont showed until you click each field
Profile tested: Munk, Uninett, eVa

Known issues: Pending to hide the principal view when the view to configure network by eap-config file is shown.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
apple iOS/MacOS related
Projects
None yet
Development

No branches or pull requests

2 participants