New Contributor
•
2 Messages
bug found with manage private WIFI URL
When you change the SSID & network password via manage private WIFI (URL: https://businessclass.comcast.net/Secure/ManageServices/Internet/ManagePrivateWIFI/) and after checking the check mark tick it changes the configuration to OFF. When you change it back to ON it changes the SSID to hidden. So basically I can't broadcast SSID and have the configuration to ON. Please help!
Bryan
New Contributor
•
2 Messages
8 years ago
So after some digging I can see that the HTTP get call invokes the LoadPrivateWiFiInfo with the following data:
IsNetwork2_4:true
IsNetwork5_0:true
IsNetworkEnabled2_4:false
IsNetworkEnabled5_0:true
IsSuccess:true
Message:""
NetworkMode2_4:"WPA-WPA2-PSK-TKIP-AES"
NetworkMode5_0:"WPA-WPA2-PSK-TKIP-AES"
NetworkName2_4:"2.4Ghz"
NetworkName5_0:"5.0Ghz"
NetworkNameBroadSSIDEdit2_4:false
NetworkNameBroadSSIDEdit5_0:false
NetworkNameBroadSSIDHideEdit2_4:true
NetworkNameBroadSSIDHideEdit5_0:true
NetworkNameSSID2_4:"V-Town"
NetworkNameSSID5_0:"Office"
NetworkPassword2_4:null
NetworkPassword5_0:null
So the ManagePrivateWIFI page loads up. If I only change the IsNetworkEnabled2_4:true this post to ChangeNetworkStatus with the following data:
ErrorFields:null
IsEnabled:true
IsNetwork2_4:true
IsSSIDBroadCast:false
IsSuccess:true
Message:null
NetworkPassword:null
RadioFrequency:null
SSIDName:null
SecurityMode:null
Now at no point did I change the IsSSIDBroadCast to false.
0
0