Tp Link Eap Controller For Mac

Tp link eap controller for mac downloadTp link eap controller

Recommended Controller Software Version: Omada Controller v 2.6.x or above. New Features/Improvements: Management mechanism changing: In standalone mode, only one user is allowed to login the management page of the EAP at the same time. Changed the selecting range of auto channel of 2.4G radio to non-overlapping channel 1/6/11. The TP-LINK’s EAP110 business Access Point provides a ˜exible, easy-to-deploy, manageable. The EAP Controller Software enables administrators to manage hundreds.

Tp link eap controller software
  1. The EAP Controller is a management software for the TP-LINK EAP devices. It allows you to centrally manage your EAP devices using a web browser. You can configure EAPs in batches and conduct real-time monitoring of each EAP in the network. Follow the steps below to complete the basic settings of the EAP Controller.
  2. TP-LINK 300Mbps Wireless N Ceiling Mount Access Point (EAP110). EAP Controller Software, Supports passive PoE, Captive portal for Wi-Fi guests.
  3. TP-Link’s success as a provider of network solutions has been built on its relationship and unrivalled commitment to its partners. For Value-added Resellers (VARs) and System Integrators (SIs) looking for access to even better deals and tailored support, TP-Link has designed the TP-Link Partner Program to help grow business.
Model :
Hardware Version :
Firmware Version :
ISP :
Hi,
I have a problem with the EAP controller and authentication process.
I followed this : http://www.tp-link.com/fr-be/faq-928.html
My external portal is developped with WEBDEV 22 and i have a problem for send the last POST request : 'For EAP controller V2.2.3 or above, the URL is https://controller_server_ip:https_port/extportal/site_name/auth and the query string is “cid=client_mac&ap=ap_mac&ssid=ssid_name& t=time_since_epoch&rid=Radio_id&site=site_name&time=expire_time”. (Step 11)'.
I am trying this :
[CODE]sAdresse_URL_Login est une chaîne = 'https://ipserv:port/login'
HTTPRequête(URLEncode(sAdresse_URL_Login),',',URLEncode('name=####&password=####'))[/CODE]
It logs successful because the server answer this : '{'success':true,'message':'Log in successfully.','value':'administrator'}'
[CODE]sAdresse_URL_auth est une chaîne = 'https://ipserv:port/extportal/sitename/auth'
URI = 'cid=####'+RC+'ap=####'+RC+'ssid=####'+RC+'t=####'+RC+'rid=####'+RC+'site=####'+RC+'time=####'
HTTPRequête(sAdresse_URL_auth,',', URLEncode(URI),')[/CODE]
Where #### are the good values. I have tried with '&' instead of '+RC+', same things.
The server send me a JSON response : '{'success':false,'message':'AuthEntry param is null.','value':null}'
What is AuthEntry ? How can I fix it ?
Thanks you,
Sorry for my english I know it is not that good :/