Lines Matching refs:NanDataPathPrimitive
1786 class NanDataPathPrimitive : public WifiCommand class
1794 NanDataPathPrimitive(wifi_interface_handle iface, int id, in NanDataPathPrimitive() function in NanDataPathPrimitive
1801 ~NanDataPathPrimitive() { in ~NanDataPathPrimitive()
3439 NanDataPathPrimitive *dp_prim = in handleEvent()
3440 (NanDataPathPrimitive *)(info.nan_dp_control); in handleEvent()
4614 delete (NanDataPathPrimitive*)info.nan_dp_control; in nan_deinit_handler()
4647 (void*)new NanDataPathPrimitive(iface, 0, NULL, NAN_REQUEST_LAST); in nan_register_handler()
5209 NanDataPathPrimitive *cmd = in nan_data_interface_create()
5210 new NanDataPathPrimitive(iface, id, (void *)iface_name, cmdType); in nan_data_interface_create()
5231 NanDataPathPrimitive *cmd = in nan_data_interface_delete()
5232 new NanDataPathPrimitive(iface, id, (void *)iface_name, cmdType); in nan_data_interface_delete()
5253 NanDataPathPrimitive *cmd = NULL; in nan_data_request_initiator()
5298 cmd = new NanDataPathPrimitive(iface, id, (void *)&msg_sec_info, cmdType); in nan_data_request_initiator()
5312 cmd = new NanDataPathPrimitive(iface, id, (void *)msg, cmdType); in nan_data_request_initiator()
5338 NanDataPathPrimitive *cmd = NULL; in nan_data_indication_response()
5377 cmd = new NanDataPathPrimitive(iface, id, (void *)&msg_sec_info, cmdType); in nan_data_indication_response()
5407 cmd = new NanDataPathPrimitive(iface, id, (void *)msg, cmdType); in nan_data_indication_response()
5429 NanDataPathPrimitive *cmd; in nan_data_end()
5433 cmd = new NanDataPathPrimitive(iface, id, (void *)msg, cmdType); in nan_data_end()