Searched refs:attrtype (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/drivers/peripheral/wlan/client/src/netlink/ |
H A D | netlink_cmd_adapter.c | 1614 int attrtype = 1; in CmdScanPutSsidsMsg() local 1616 if (nla_put(msg, attrtype, 0, NULL) != RET_CODE_SUCCESS) { in CmdScanPutSsidsMsg() 1621 if (attrtype >= wiphyInfo->scanCapabilities.maxNumScanSsids) { in CmdScanPutSsidsMsg() 1623 __FUNCTION__, attrtype, wiphyInfo->scanCapabilities.maxNumScanSsids); in CmdScanPutSsidsMsg() 1630 attrtype++; in CmdScanPutSsidsMsg() 1631 … if (nla_put(msg, attrtype, scan->ssids[i].ssidLen, scan->ssids[i].ssid) != RET_CODE_SUCCESS) { in CmdScanPutSsidsMsg() 1637 HILOG_INFO(LOG_CORE, "%{public}s numSsids:%{public}d", __FUNCTION__, attrtype); in CmdScanPutSsidsMsg()
|