MSM7xx Controllers Configuration Guide v6.4.0
iPassGetRedirectResponseCode()
Checks if the iPass authentication server is reachable and enabled. Returns one of the following
values:
Authentication server is reachable and enabled.0
The authentication server could not be reached or is
unavailable.
105
The authentication server could not be reached due to
an error on the controller (Internet port not up, for
example).
255
iPassGetAccessProcedure()
Returns the access procedure supported by the controller. The controller supports procedure
version 1.0.
iPassGetLocationName()
Returns the location ID defined on the Public access > Access control page.
iPassGetAccessLocation()
• If a user logs into a AP, this function returns the MAC address of the APs downstream port.
• If a user logs into the controller, this function returns the MAC address of the controller
LAN port.
iPassGetLoginResponseCode()
Returns one of the following values when a user attempts to login to iPass:
Login was successful.50
Login failed. Access was rejected.100
Login failed. Authentication server error or timeout.102
Authentication is pending.201
The authentication server could not be reached due to
an error on the controller (Internet port not up, for
example).
255
iPassGetLogoutResponseCode()
Returns one of the following values when a user attempts to logout from iPass:
Logout was successful.150
The authentication server could not be reached due to
an error on the controller (Internet port not up, for
example).
255
Web
GetWebFullURL("http" | "https")
This function returns the full URL (protocol, hostname and port) to the root of the Web server
as either HTTP or HTTPS.
Example
var url = GetWebFullURL("http");
Public access interface ASP functions and variables 499










