Searched defs:mMsg (Results 1 - 2 of 2) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dcpp_bindings.h11 struct nl_msg *mMsg; member in class:WifiEvent
17 mMsg = msg;
22 /* don't destroy mMsg; it doesn't belong to us */
138 struct nl_msg *mMsg; member in class:WifiRequest
142 mMsg = NULL;
148 mMsg = NULL;
158 if (mMsg) {
159 nlmsg_free(mMsg);
160 mMsg = NULL;
165 return mMsg;
217 WifiRequest mMsg; member in class:WifiCommand
[all...]
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dcpp_bindings.h28 struct nl_msg *mMsg; member in class:WifiEvent
34 mMsg = msg;
39 /* don't destroy mMsg; it doesn't belong to us */
155 struct nl_msg *mMsg; member in class:WifiRequest
159 mMsg = NULL;
165 mMsg = NULL;
175 if (mMsg) {
176 nlmsg_free(mMsg);
177 mMsg = NULL;
182 return mMsg;
243 WifiRequest mMsg; member in class:WifiCommand
[all...]

Completed in 144 milliseconds