Searched refs:wifi_nla_put (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dcpp_bindings.h196 wifi_error wifi_nla_put(struct nl_msg *msg, int attr, function in class:WifiRequest
208 return wifi_nla_put(mMsg, attribute, sizeof(value), &value);
211 return wifi_nla_put(mMsg, attribute, sizeof(value), &value);
214 return wifi_nla_put(mMsg, attribute, sizeof(value), &value);
218 return wifi_nla_put(mMsg, attribute, sizeof(value), &value);
222 return wifi_nla_put(mMsg, attribute, sizeof(int8_t), &value);
225 return wifi_nla_put(mMsg, attribute, sizeof(int16_t), &value);
228 return wifi_nla_put(mMsg, attribute, sizeof(int32_t), &value);
231 return wifi_nla_put(mMsg, attribute, sizeof(int64_t), &value);
279 return wifi_nla_put(mMs
[all...]

Completed in 22 milliseconds