mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-17 17:43:06 -05:00
hostapd_cli: Use os_program_{init,deinit}
This commit is contained in:
parent
96f5234735
commit
3433ed8c03
@ -625,6 +625,9 @@ int main(int argc, char *argv[])
|
||||
int warning_displayed = 0;
|
||||
int c;
|
||||
|
||||
if (os_program_init())
|
||||
return -1;
|
||||
|
||||
for (;;) {
|
||||
c = getopt(argc, argv, "hG:i:p:v");
|
||||
if (c < 0)
|
||||
@ -713,5 +716,6 @@ int main(int argc, char *argv[])
|
||||
|
||||
free(ctrl_ifname);
|
||||
hostapd_cli_close_connection();
|
||||
os_program_deinit();
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user