Subhan95 wrote:Did you get any solutions to the above problem?
try these commands, it worked for me
AT+RST
AT+CWMODE=1
AT+CWJAP="ssid","pass"
Like "varunkumaran" say, you need to be in mode 1 or 3 (station mode)
To do that, just put first:
AT+CWMODE=1
And after, you can get all around AP with command: AT+CWLAP
Enjoy
You change change mode using AT+CWMODE=3.
Then, you can issue the AT+CWLAP command.