Home
last modified time | relevance | path

Searched refs:tlvPtrType (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
DscanResultTable.c858 TI_UINT16 tlvPtrType,tlvPtrLen,selectedMethod=0; in scanResultTable_UpdateWSCParams() local
865 tlvPtrType = WLANTOHS (WLAN_WORD(tlvPtr)); in scanResultTable_UpdateWSCParams()
867 if (tlvPtrType == DOT11_WSC_DEVICE_PASSWORD_ID) in scanResultTable_UpdateWSCParams()
DsiteMgr.c2604 TI_UINT16 tlvPtrType,tlvPtrLen,selectedMethod=0; in parseWscMethodFromIE() local
2611 os_memoryCopy (pSiteMgr->hOs, (void *)&tlvPtrType, (void *)tlvPtr, 2); in parseWscMethodFromIE()
2612 tlvPtrType = WLANTOHS(tlvPtrType); in parseWscMethodFromIE()
2615 if (tlvPtrType == DOT11_WSC_DEVICE_PASSWORD_ID) in parseWscMethodFromIE()