|
@@ -1,6 +1,6 @@
|
|
|
/*
|
|
|
* hostapd / Configuration file parser
|
|
|
- * Copyright (c) 2003-2009, Jouni Malinen <j@w1.fi>
|
|
|
+ * Copyright (c) 2003-2012, Jouni Malinen <j@w1.fi>
|
|
|
*
|
|
|
* This software may be distributed under the terms of the BSD license.
|
|
|
* See README for more details.
|
|
@@ -1555,6 +1555,8 @@ static int hostapd_config_fill(struct hostapd_config *conf,
|
|
|
} else if (os_strcmp(buf, "radius_acct_interim_interval") == 0)
|
|
|
{
|
|
|
bss->acct_interim_interval = atoi(pos);
|
|
|
+ } else if (os_strcmp(buf, "radius_request_cui") == 0) {
|
|
|
+ bss->radius_request_cui = atoi(pos);
|
|
|
#endif /* CONFIG_NO_RADIUS */
|
|
|
} else if (os_strcmp(buf, "auth_algs") == 0) {
|
|
|
bss->auth_algs = atoi(pos);
|