mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
subscribe to hostapd interfaces
This commit is contained in:
parent
38bdf3e3dc
commit
d8c645c407
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ static int subscribe_to_hostapd(char *hostapd_dir) {
|
|||
hostapd_event.remove_cb = hostapd_handle_remove;
|
||||
hostapd_event.cb = hostapd_notify;
|
||||
|
||||
//subscribe_to_hostapd_interfaces(hostapd_dir);
|
||||
subscribe_to_hostapd_interfaces(hostapd_dir);
|
||||
|
||||
|
||||
// free(hostapd_dir); // free string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue