mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
Get clients for all hostapd ifaces
This commit is contained in:
parent
e444dd57db
commit
742b6d9cf2
3 changed files with 21 additions and 7 deletions
|
|
@ -35,6 +35,7 @@ int main(int argc, char **argv) {
|
|||
case 'h':
|
||||
snprintf(opt_hostapd_dir, BUFSIZE_DIR, "%s", optarg);
|
||||
printf("hostapd dir: %s\n", opt_hostapd_dir);
|
||||
hostapd_dir_glob = optarg;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue