If you have a Support contract, enter "hotspot" in the search box, and KBA article 'How to configure HotSpot on a standlone AP' has necessary info.
https://support.ruckuswireless.com/answers/000001523 The KBA has screen shots to follow, but what you need most (in case you don't have a Support contract):
RADIUS configuration
Standard user configuration. For example :
jamoreno User-Password == “ruckus”
User-Name = jamoreno,
Session-Timeout = 10000
Web page in Captive portal
An example of a web page to capture user/password information from the user:
" rel="nofollow">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">;
" rel="nofollow">http://www.w3.org/1999/xhtml">;
Wireless Internet Service//<br />function get_param(name)<br />{<br /> if (location.href.indexOf("?") >= 0) {<br /> var query=location.href.split("?")[1];<br /> var params=query.split("&");<br /> for (var i = 0; i < params.length; i ++) {<br /> var value_pair=params[i].split("=");<br /> if (value_pair[0] == name) {<br /> return unescape(value_pair[1]);<br /> }<br /> }<br /> }<br /> return "";<br />}<br /><br />function submit_login()<br />{<br /> var action = "<a href="https://" rel="nofollow">https://</a>" + get_param("uamip") + ":" + get_param("uamhttps") + "/login";<br /> document.login_form.action = action;<br /> document.login_form.userurl.value = get_param("userurl");<br /> return true;<br />}<br />//
Wireless Internet Service