Home | History | Annotate | Download | only in Sta_Management

Lines Matching full:pssid

212 			pSsid		-	Desired SSID
221 TI_STATUS buildProbeReqTemplate(siteMgr_t *pSiteMgr, TSetTemplate *pTemplate, TSsid *pSsid, ERadioBand radioBand)
268 if ( pSsid->len > MAX_SSID_LEN )
271 "buildProbeReqTemplate. pSsid->len=%d exceeds the limit %d\n",
272 pSsid->len, MAX_SSID_LEN);
277 ((dot11_SSID_t *)(pBuf))->hdr[1] = pSsid->len;
278 os_memoryCopy(pSiteMgr->hOs, pBuf + sizeof(dot11_eleHdr_t), (void *)pSsid->str, pSsid->len);
279 size += sizeof(dot11_eleHdr_t) + pSsid->len;
280 pBuf += sizeof(dot11_eleHdr_t) + pSsid->len;
621 pSsid - Desired SSID
691 pSsid - Desired SSID