Spawn hostapd process to turn a Wifi adapter into an access point. The current implementation checks stdout for `READY` to wait for the interface to be configured. Using the control socket might be more useful. - [x] spawn hostapd with custom config - [ ] hostapd control socket client
Spawn hostapd process to turn a Wifi adapter into an access point.
The current implementation checks stdout for
READYto wait for the interface to be configured. Using the control socket might be more useful.