Home | History | Annotate | Download | only in src

Lines Matching refs:essid

602                     os_memoryCopy(pCmdInterpret->hOs,pParam->content.pScanParams->desiredSsid.str, pScanReq.essid, pScanReq.essid_len);
881 /* Set ESSID */
887 if (wrqu->essid.flags & SET_SSID_WITHOUT_SUPPL)
888 wrqu->essid.flags &= ~SET_SSID_WITHOUT_SUPPL;
896 if (wrqu->essid.flags == 0)
898 /* Connect to ANY ESSID - use empty */
903 /* Handle ESSID length issue in WEXT (backward compatibility with old/new versions) */
904 length = wrqu->essid.length - 1;
907 while (length < wrqu->essid.length && extra[length])
925 /* get ESSID */
937 wrqu->essid.flags = 1;
945 wrqu->essid.length = pParam->content.siteMgrCurrentSSID.len;
1962 pCmdInterpret->wstats.discard.nwid = 0; /* Rx : Wrong nwid/essid */