Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/wlan/client/src/netlink/
H A Dnetlink_cmd_adapter.c279 static int32_t GetWiphyIndex(const char *ifName, uint32_t *wiphyIndex);
1663 uint32_t wiphyIndex; in CmdScanPutMsg() local
1670 if (GetWiphyIndex(ifName, &wiphyIndex) != RET_CODE_SUCCESS) { in CmdScanPutMsg()
1674 if (GetWiphyInfo(wiphyIndex, &wiphyInfo) != RET_CODE_SUCCESS) { in CmdScanPutMsg()
2594 uint32_t *wiphyIndex = (uint32_t *)arg; in GetWiphyIndexHandler() local
2605 *wiphyIndex = nla_get_u32(attr[NL80211_ATTR_WIPHY]); in GetWiphyIndexHandler()
2609 static int32_t GetWiphyIndex(const char *ifName, uint32_t *wiphyIndex) in GetWiphyIndex() argument
2615 if (ifName == NULL || wiphyIndex == NULL) { in GetWiphyIndex()
2894 uint32_t wiphyIndex; in ConvertSetsToNetlinkmsg() local
2898 ret = GetWiphyIndex(ifName, &wiphyIndex); in ConvertSetsToNetlinkmsg()
[all …]