I am developing a Windows RT app
. I require the wifi to maintain it's connection state regardless of it's power saving preference since I'm implementing Qualcomm's Alljoyn library
.
If the connection state changes, the p2p connection will be terminated.
How can I keep a certain state like Android's WIFI_MODE_FULL
. I browsed through the MSDN but couldn't find any enlightment.
Any help is appreciated.