HomeSort by relevance Sort by last modified time
    Searched refs:SsidLength (Results 1 - 25 of 27) sorted by null

1 2

  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
cu_wext.c 78 bssidList[index-1].Ssid.SsidLength = iwe->u.data.length;
79 os_memcpy(bssidList[index-1].Ssid.Ssid, iwe->u.data.pointer, bssidList[index-1].Ssid.SsidLength);
81 bssidList[index-1].Ssid.Ssid[bssidList[index-1].Ssid.SsidLength] = 0;
193 ssid->SsidLength = pCuWext->req_data.essid.length;
256 if (ssid->SsidLength > IW_ESSID_MAX_SIZE)
258 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - CuOs_Start_Scan - too long SSID (%lu)\n",ssid->SsidLength);
262 if (ssid->Ssid[0] && ssid->SsidLength)
265 tReq.essid_len = ssid->SsidLength;
270 os_memcpy(tReq.essid, ssid->Ssid, ssid->SsidLength);
371 pCuWext->req_data.essid.length = ssid->SsidLength;
    [all...]
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
cu_wext.c 78 bssidList[index-1].Ssid.SsidLength = iwe->u.data.length;
79 os_memcpy(bssidList[index-1].Ssid.Ssid, iwe->u.data.pointer, bssidList[index-1].Ssid.SsidLength);
81 bssidList[index-1].Ssid.Ssid[bssidList[index-1].Ssid.SsidLength] = 0;
193 ssid->SsidLength = pCuWext->req_data.essid.length;
237 if (ssid->SsidLength > IW_ESSID_MAX_SIZE)
239 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - CuOs_Start_Scan - too long SSID (%lu)\n",ssid->SsidLength);
243 if (ssid->Ssid[0] && ssid->SsidLength)
246 tReq.essid_len = ssid->SsidLength;
251 os_memcpy(tReq.essid, ssid->Ssid, ssid->SsidLength);
351 pCuWext->req_data.essid.length = ssid->SsidLength;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/wpa_supplicant_lib/
driver_ti.c 221 os_memcpy( (void *)ssid, (void *)&myssid.Ssid, myssid.SsidLength );
224 return( myssid.SsidLength );
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ralink.h 256 INT SsidLength; // length of SSID field below, in bytes;
driver_ndis.c 92 ULONG SsidLength;
642 os_memcpy(ssid, buf.Ssid, buf.SsidLength);
643 return buf.SsidLength;
653 buf.SsidLength = ssid_len;
746 if (ssid->SsidLength == 0 || ssid->SsidLength > 32)
749 nr = os_realloc(r, sizeof(*r) + r->ie_len + 2 + ssid->SsidLength);
755 *pos++ = ssid->SsidLength;
756 os_memcpy(pos, ssid->Ssid, ssid->SsidLength);
757 nr->ie_len += 2 + ssid->SsidLength;
    [all...]
driver_ralink.c 236 buf->SsidLength = ssid_len;
1114 wbi->Ssid.SsidLength);
1115 results[ap_num].ssid_len = wbi->Ssid.SsidLength;
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c 593 if(ssid->SsidLength > MAX_SSID_LEN)
596 os_error_printf(CU_MSG_ERROR, (PS8)"PrintSSID. ssid->SsidLength=%d exceeds the limit %d\n",
597 ssid->SsidLength, MAX_SSID_LEN);
598 /*WLAN_OS_REPORT(("PrintSSID. ssid->SsidLength=%d exceeds the limit %d\n",
599 ssid->SsidLength, MAX_SSID_LEN));*/
600 ssid->SsidLength = MAX_SSID_LEN;
602 os_memcpy((PVOID)ssidBuf, (PVOID) ssid->Ssid, ssid->SsidLength);
603 ssidBuf[ssid->SsidLength] = '\0';
    [all...]
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
cu_cmd.c 575 if(ssid->SsidLength < 32)
576 ssid->Ssid[ssid->SsidLength] = 0;
    [all...]
  /hardware/ti/wlan/wl1271/utils/
osDot11.h 88 TI_UINT32 SsidLength;
  /system/wlan/ti/wilink_6_1/utils/
osDot11.h 88 TI_UINT32 SsidLength;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
whalParams.c 673 void whal_ParamsSetSsid(WhalParams_T *pWhalParams, char *InputSsid, UINT8 SsidLength)
677 pBssInfoParams->WlanElm_Ssid.hdr.eleLen = SsidLength;
680 os_memoryCopy(pWhalParams->hOs, (void *)pBssInfoParams->WlanElm_Ssid.serviceSetId, (void *)InputSsid, SsidLength);
    [all...]
whalParams.h 433 void whal_ParamsSetSsid (WhalParams_T *pWhalParams, char *Ssid, UINT8 SsidLength);
  /external/wpa_supplicant/
driver_ndis.c 86 ULONG SsidLength;
642 os_memcpy(ssid, buf.Ssid, buf.SsidLength);
643 return buf.SsidLength;
653 buf.SsidLength = ssid_len;
798 bss->Ssid.SsidLength);
799 results[i].ssid_len = bss->Ssid.SsidLength;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
cu_cmd.c 473 if ((ssid == NULL) || (ssid->SsidLength == 0))
478 if (ssid->SsidLength > 2)
494 if ((ssid == NULL) || (ssid->SsidLength == 0) || isJunkSSID(ssid))
497 if (ssid->SsidLength < SIZE_ARR(ssid->Ssid))
498 ssid->Ssid[ssid->SsidLength] = 0;
499 else if( ssid->SsidLength == MAX_SSID_LEN )
507 console_printf_terminal("error: invalid ssid length (len = %u)\n", ssid->SsidLength );
697 strncat(buf, get_ssid_string(&ssid),ssid.SsidLength);
    [all...]
g_tester.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
osDot11.h 90 tiUINT32 SsidLength;
  /hardware/ti/wlan/wl1271/Test/
siteMgrDebug.c     [all...]
  /system/wlan/ti/wilink_6_1/Test/
siteMgrDebug.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
osUtil.c 870 RetSsid->SsidLength = ssid.len;
907 RetSsid->SsidLength = ssid.len;
933 if (UtilSsid->SsidLength<=MAX_SSID_LEN)
935 ssid.len = (UINT8)UtilSsid->SsidLength;
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
scanResultTable.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
siteMgr.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/UtilityAdapter/
CTI_Adapter.cpp 542 ssid.SsidLength = MAX_SSID_LENGTH;
545 ssid.SsidLength = dwNameSize;
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
scanResultTable.c     [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
CmdInterpretWext.c 726 iwe.u.data.length = min((TI_UINT8)my_current->Ssid.SsidLength, (TI_UINT8)32);
    [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
CmdInterpretWext.c 620 iwe.u.data.length = min((TI_UINT8)my_current->Ssid.SsidLength, (TI_UINT8)32);
    [all...]

Completed in 1461 milliseconds

1 2