Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dhost_interface.c816 u32 u32WidsCount = 0; in Handle_Scan() local
846 strWIDList[u32WidsCount].id = (u16)WID_SSID_PROBE_REQ; in Handle_Scan()
847 strWIDList[u32WidsCount].type = WID_STR; in Handle_Scan()
852 strWIDList[u32WidsCount].val = pu8HdnNtwrksWidVal; in Handle_Scan()
853 if (strWIDList[u32WidsCount].val) { in Handle_Scan()
854 pu8Buffer = strWIDList[u32WidsCount].val; in Handle_Scan()
866 strWIDList[u32WidsCount].size = (s32)(valuesize + 1); in Handle_Scan()
867 u32WidsCount++; in Handle_Scan()
871 strWIDList[u32WidsCount].id = WID_INFO_ELEMENT_PROBE; in Handle_Scan()
872 strWIDList[u32WidsCount].type = WID_BIN_DATA; in Handle_Scan()
[all …]