Searched refs:chipInfo (Results 1 – 1 of 1) sorted by relevance
1120 WifiChipInfo chipInfo = new WifiChipInfo(); in getAllChipInfo() local1121 chipsInfo[chipInfoIndex++] = chipInfo; in getAllChipInfo()1123 chipInfo.chip = chipResp.value; in getAllChipInfo()1124 chipInfo.chipId = chipId; in getAllChipInfo()1125 chipInfo.availableModes = availableModesResp.value; in getAllChipInfo()1126 chipInfo.currentModeIdValid = currentModeValidResp.value; in getAllChipInfo()1127 chipInfo.currentModeId = currentModeResp.value; in getAllChipInfo()1128 chipInfo.ifaces[IfaceType.STA] = staIfaces; in getAllChipInfo()1129 chipInfo.ifaces[IfaceType.AP] = apIfaces; in getAllChipInfo()1130 chipInfo.ifaces[IfaceType.P2P] = p2pIfaces; in getAllChipInfo()[all …]