Searched refs:wiphyIndex (Results 1 – 1 of 1) sorted by relevance
279 static int32_t GetWiphyIndex(const char *ifName, uint32_t *wiphyIndex);1663 uint32_t wiphyIndex; in CmdScanPutMsg() local1670 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() local2605 *wiphyIndex = nla_get_u32(attr[NL80211_ATTR_WIPHY]); in GetWiphyIndexHandler()2609 static int32_t GetWiphyIndex(const char *ifName, uint32_t *wiphyIndex) in GetWiphyIndex() argument2615 if (ifName == NULL || wiphyIndex == NULL) { in GetWiphyIndex()2894 uint32_t wiphyIndex; in ConvertSetsToNetlinkmsg() local2898 ret = GetWiphyIndex(ifName, &wiphyIndex); in ConvertSetsToNetlinkmsg()[all …]