1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

hostapd: update to 20120428, fixes some radius issues and wds ap mac address issues

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31515 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2012-04-29 11:14:53 +00:00
parent b037731dd6
commit f730e825f0
19 changed files with 94 additions and 83 deletions

View File

@@ -36,16 +36,16 @@
#include "wpa_supplicant_i.h"
#include "driver_i.h"
@@ -140,7 +141,7 @@ int main(int argc, char *argv[])
wpa_supplicant_fd_workaround();
@@ -145,7 +146,7 @@ int main(int argc, char *argv[])
for (;;) {
- c = getopt(argc, argv, "b:Bc:C:D:de:f:g:hH:i:KLNo:O:p:P:qstuvW");
+ c = getopt(argc, argv, "b:Bc:C:D:de:f:g:hH:i:KLNo:O:p:P:qstuv::W");
c = getopt(argc, argv,
- "b:Bc:C:D:de:f:g:hH:i:KLNo:O:p:P:qsTtuvW");
+ "b:Bc:C:D:de:f:g:hH:i:KLNo:O:p:P:qsTtuv::W");
if (c < 0)
break;
switch (c) {
@@ -227,8 +228,12 @@ int main(int argc, char *argv[])
@@ -237,8 +238,12 @@ int main(int argc, char *argv[])
break;
#endif /* CONFIG_DBUS */
case 'v':