Home
last modified time | relevance | path

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

/device/generic/goldfish/wifi/mac80211_create_radios/
Dmain.cpp83 #define RETURN_NL_ERROR(C, NLR, R) \ macro
112 if (ret) { RETURN_NL_ERROR("nla_put(HWSIM_ATTR_PERM_ADDR)", ret, nullptr); } in buildCreateRadioMessage()
115 if (ret) { RETURN_NL_ERROR("nla_put(HWSIM_ATTR_SUPPORT_P2P_DEVICE)", ret, nullptr); } in buildCreateRadioMessage()
134 if (ret < 0) { RETURN_NL_ERROR("nl_send_auto", ret, 1); } in createRadios()
149 if (ret) { RETURN_NL_ERROR("genl_connect", ret, 1); } in manageRadios()
152 if (netlinkFamily < 0) { RETURN_NL_ERROR("genl_ctrl_resolve", ret, 1); } in manageRadios()