Lines Matching refs:NanDataPathPrimitive
1740 class NanDataPathPrimitive : public WifiCommand class
1748 NanDataPathPrimitive(wifi_interface_handle iface, int id, in NanDataPathPrimitive() function in NanDataPathPrimitive
1755 ~NanDataPathPrimitive() { in ~NanDataPathPrimitive()
3303 NanDataPathPrimitive *dp_prim = in handleEvent()
3304 (NanDataPathPrimitive *)(info.nan_dp_control); in handleEvent()
4446 delete (NanDataPathPrimitive*)info.nan_dp_control; in nan_deinit_handler()
4479 (void*)new NanDataPathPrimitive(iface, 0, NULL, NAN_REQUEST_LAST); in nan_register_handler()
5032 NanDataPathPrimitive *cmd = in nan_data_interface_create()
5033 new NanDataPathPrimitive(iface, id, (void *)iface_name, cmdType); in nan_data_interface_create()
5054 NanDataPathPrimitive *cmd = in nan_data_interface_delete()
5055 new NanDataPathPrimitive(iface, id, (void *)iface_name, cmdType); in nan_data_interface_delete()
5076 NanDataPathPrimitive *cmd = NULL; in nan_data_request_initiator()
5121 cmd = new NanDataPathPrimitive(iface, id, (void *)&msg_sec_info, cmdType); in nan_data_request_initiator()
5135 cmd = new NanDataPathPrimitive(iface, id, (void *)msg, cmdType); in nan_data_request_initiator()
5161 NanDataPathPrimitive *cmd = NULL; in nan_data_indication_response()
5200 cmd = new NanDataPathPrimitive(iface, id, (void *)&msg_sec_info, cmdType); in nan_data_indication_response()
5230 cmd = new NanDataPathPrimitive(iface, id, (void *)msg, cmdType); in nan_data_indication_response()
5252 NanDataPathPrimitive *cmd; in nan_data_end()
5256 cmd = new NanDataPathPrimitive(iface, id, (void *)msg, cmdType); in nan_data_end()