wlan: During pre association phase unicast probe requst is sent.

If there is no probe resp due to GO NOA then retry the probe request
During pre association phase unicast probe requst is sent .
If there is no probe resp due to GO NOA then retry the probe request

Change-Id: I53a8f7034e8ce8dd9925bd6567d096926dcfacf5
CR-Fixed: 424212
diff --git a/CORE/MAC/src/pe/lim/limApi.c b/CORE/MAC/src/pe/lim/limApi.c
index 3026558..c352d7e 100644
--- a/CORE/MAC/src/pe/lim/limApi.c
+++ b/CORE/MAC/src/pe/lim/limApi.c
@@ -1215,6 +1215,7 @@
              */
             case SIR_LIM_REASSOC_FAIL_TIMEOUT:
             case SIR_LIM_JOIN_FAIL_TIMEOUT:
+            case SIR_LIM_PERIODIC_JOIN_PROBE_REQ_TIMEOUT:
             case SIR_LIM_ASSOC_FAIL_TIMEOUT:
             case SIR_LIM_AUTH_FAIL_TIMEOUT:
             case SIR_LIM_ADDTS_RSP_TIMEOUT: