HomeSort by relevance Sort by last modified time
    Searched refs:smeDesiredSSID (Results 1 - 5 of 5) sorted by null

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
sme.c 372 if (pParam->content.smeDesiredSSID.len > MAX_SSID_LEN)
378 if ((pSme->tSsid.len != pParam->content.smeDesiredSSID.len) ||
380 (TI_UINT8 *)&(pParam->content.smeDesiredSSID.str[ 0 ]), pSme->tSsid.len)))
383 os_memoryCopy (pSme->hOS, &(pSme->tSsid.str[ 0 ]), &(pParam->content.smeDesiredSSID.str[ 0 ]), pParam->content.smeDesiredSSID.len);
384 pSme->tSsid.len = pParam->content.smeDesiredSSID.len;
395 if (pParam->content.smeDesiredSSID.len > MAX_SSID_LEN)
403 if ((pSme->tSsid.len != pParam->content.smeDesiredSSID.len) ||
405 (TI_UINT8 *)&(pParam->content.smeDesiredSSID.str[ 0 ]), pSme->tSsid.len)))
408 os_memoryCopy (pSme->hOS, &(pSme->tSsid.str[ 0 ]), &(pParam->content.smeDesiredSSID.str[ 0 ]), pParam->content.smeDesiredSSID.len)
    [all...]
admCtrlWpa2.c     [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
assocSM.c     [all...]
ScanCncn.c 376 &(pParam->content.smeDesiredSSID),
    [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
paramOut.h 599 TSsid smeDesiredSSID;
    [all...]

Completed in 121 milliseconds