Lines Matching refs:interfaceId
2146 static int32_t InitInstallWlanParam(const char *ifName, uint32_t interfaceId,
2149 if (interfaceId == 0) {
2206 uint32_t interfaceId = if_nametoindex(ifName);
2209 ret = InitInstallWlanParam(ifName, interfaceId, &msg, &keyMsg);
2217 if (nla_put_u32(msg, NL80211_ATTR_IFINDEX, interfaceId) != RET_CODE_SUCCESS) {
2613 uint32_t interfaceId;
2620 interfaceId = if_nametoindex(ifName);
2621 if (interfaceId == 0) {
2635 if (nla_put_u32(msg, NL80211_ATTR_IFINDEX, interfaceId) != RET_CODE_SUCCESS) {
2636 HILOG_ERROR(LOG_CORE, "%s: nla_put_u32 interfaceId failed.", __FUNCTION__);
2923 uint32_t interfaceId;
2927 interfaceId = if_nametoindex(ifName);
2928 if (interfaceId == 0) {
2943 if (nla_put_u32(msg, NL80211_ATTR_IFINDEX, interfaceId) != RET_CODE_SUCCESS) {
2944 HILOG_ERROR(LOG_CORE, "%s: nla_put_u32 interfaceId failed.", __FUNCTION__);
2964 uint32_t interfaceId;
2968 interfaceId = if_nametoindex(ifName);
2969 if (interfaceId == 0) {
2984 if (nla_put_u32(msg, NL80211_ATTR_IFINDEX, interfaceId) != RET_CODE_SUCCESS) {
2985 HILOG_ERROR(LOG_CORE, "%s: nla_put_u32 interfaceId failed.", __FUNCTION__);
3038 uint32_t interfaceId;
3041 interfaceId = if_nametoindex(ifName);
3042 if (interfaceId == 0) {
3057 if (nla_put_u32(msg, NL80211_ATTR_IFINDEX, interfaceId) != RET_CODE_SUCCESS) {
3058 HILOG_ERROR(LOG_CORE, "%s: nla_put_u32 interfaceId faile", __FUNCTION__);
3198 uint32_t interfaceId;
3207 interfaceId = if_nametoindex(ifName);
3208 if (interfaceId == 0) {
3227 if (nla_put_u32(msg, NL80211_ATTR_IFINDEX, interfaceId) != RET_CODE_SUCCESS) {
3228 HILOG_ERROR(LOG_CORE, "%s: nla_put_u32 interfaceId faile", __FUNCTION__);
3232 HILOG_ERROR(LOG_CORE, "%s: nla_put_u32 interfaceId faile", __FUNCTION__);
3300 uint32_t interfaceId;
3305 interfaceId = if_nametoindex(ifName);
3306 if (interfaceId == 0) {
3320 if (nla_put_u32(msg, NL80211_ATTR_IFINDEX, interfaceId) != RET_CODE_SUCCESS) {
3321 HILOG_ERROR(LOG_CORE, "%{public}s: nla_put_u32 interfaceId failed", __FUNCTION__);
3351 uint32_t interfaceId;
3356 interfaceId = if_nametoindex(ifName);
3357 if (interfaceId == 0) {
3371 if (nla_put_u32(msg, NL80211_ATTR_IFINDEX, interfaceId) != RET_CODE_SUCCESS) {
3372 HILOG_ERROR(LOG_CORE, "%s: nla_put_u32 interfaceId failed", __FUNCTION__);